Explorar o código

fix: colorscheme Nontext = context closes #1416

christianchiarulli %!s(int64=3) %!d(string=hai) anos
pai
achega
b6a0d5a921
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lua/onedarker/highlights.lua

+ 1 - 1
lua/onedarker/highlights.lua

@@ -53,7 +53,7 @@ local highlights = {
   MoreMsg = { fg = C.orange },
   Question = { fg = C.orange },
   EndOfBuffer = { fg = C.bg },
-  NonText = { fg = C.bg },
+  NonText = { fg = C.context },
   Variable = { fg = C.fg },
   String = { fg = C.green },
   Character = { fg = C.green },