summaryrefslogtreecommitdiff
path: root/lua/onedarker
diff options
context:
space:
mode:
authorChristian Chiarulli <[email protected]>2021-09-05 00:01:02 -0400
committerChristian Chiarulli <[email protected]>2021-09-05 00:01:02 -0400
commitf7260c6bec370f40144d2a9e6b7464be4e14f9e2 (patch)
tree7042a3681f9efe98dc709276e1b9f6966003e0cd /lua/onedarker
parent45c7987768b56be5b836f4a66459a13a51c29489 (diff)
fix: storageclass yellow -> cyan
Diffstat (limited to 'lua/onedarker')
-rw-r--r--lua/onedarker/highlights.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/onedarker/highlights.lua b/lua/onedarker/highlights.lua
index a178bc52..ef4f2759 100644
--- a/lua/onedarker/highlights.lua
+++ b/lua/onedarker/highlights.lua
@@ -65,7 +65,7 @@ local highlights = {
Function = { fg = C.blue },
Operator = { fg = C.purple },
Type = { fg = C.yellow },
- StorageClass = { fg = C.yellow },
+ StorageClass = { fg = C.cyan },
Structure = { fg = C.purple },
Typedef = { fg = C.purple },
Keyword = { fg = C.purple },