diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-21 21:26:04 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-21 21:26:04 +0200 |
commit | f7c3ead4b73fbb04d28c8fdf45a5633936149e07 (patch) | |
tree | 368a37dc6fa6a7b35c9e871d89dd80728c29f5bf /lua/no-clown-fiesta/highlights.lua | |
parent | fca99d96f4e9ad068deb86a25831f92eb6a3edb6 (diff) |
Add medium gray blue
Diffstat (limited to 'lua/no-clown-fiesta/highlights.lua')
-rw-r--r-- | lua/no-clown-fiesta/highlights.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua index 96e9de4..005f18f 100644 --- a/lua/no-clown-fiesta/highlights.lua +++ b/lua/no-clown-fiesta/highlights.lua @@ -55,7 +55,7 @@ local highlights = { EndOfBuffer = { fg = C.bg }, NonText = { fg = C.bg }, Variable = { fg = C.white, style = Config.italic_variables }, - String = { fg = C.light_gray_blue }, + String = { fg = C.medium_gray_blue }, Character = { fg = C.light_green }, Constant = { fg = C.orange }, Number = { fg = C.red }, |