From f7260c6bec370f40144d2a9e6b7464be4e14f9e2 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Sun, 5 Sep 2021 00:01:02 -0400 Subject: fix: storageclass yellow -> cyan --- lua/onedarker/highlights.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/onedarker/highlights.lua') 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 }, -- cgit v1.2.3