diff options
author | Christian Chiarulli <[email protected]> | 2021-09-05 00:01:02 -0400 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2021-09-05 00:01:02 -0400 |
commit | f7260c6bec370f40144d2a9e6b7464be4e14f9e2 (patch) | |
tree | 7042a3681f9efe98dc709276e1b9f6966003e0cd /lua/onedarker/highlights.lua | |
parent | 45c7987768b56be5b836f4a66459a13a51c29489 (diff) |
fix: storageclass yellow -> cyan
Diffstat (limited to 'lua/onedarker/highlights.lua')
-rw-r--r-- | lua/onedarker/highlights.lua | 2 |
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 }, |