Pārlūkot izejas kodu

fix: storageclass yellow -> cyan

Christian Chiarulli 3 gadi atpakaļ
vecāks
revīzija
f7260c6bec
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 },