浏览代码

fix: storageclass yellow -> cyan

Christian Chiarulli 3 年之前
父节点
当前提交
f7260c6bec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lua/onedarker/highlights.lua

+ 1 - 1
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 },