Преглед изворни кода

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