diff options
author | christianchiarulli <[email protected]> | 2021-08-30 18:24:58 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-08-30 18:24:58 -0400 |
commit | afa0efd5ddd0733656641eed6b714e7eee5d01cc (patch) | |
tree | 452a8401a65f21040cb372b71e2cfecf1a9bf57e /lua/onedarker/highlights.lua | |
parent | b6a0d5a921edb9fea506c18a354fde86bc2e6bbc (diff) |
fix: colorschem updates
Diffstat (limited to 'lua/onedarker/highlights.lua')
-rw-r--r-- | lua/onedarker/highlights.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/onedarker/highlights.lua b/lua/onedarker/highlights.lua index f8b3bd20..a178bc52 100644 --- a/lua/onedarker/highlights.lua +++ b/lua/onedarker/highlights.lua @@ -54,7 +54,7 @@ local highlights = { Question = { fg = C.orange }, EndOfBuffer = { fg = C.bg }, NonText = { fg = C.context }, - Variable = { fg = C.fg }, + Variable = { fg = C.cyan }, String = { fg = C.green }, Character = { fg = C.green }, Constant = { fg = C.orange }, |