summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/groups/highlights.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-21 00:51:10 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-21 00:51:10 +0100
commitc944ec0491110d20997630d8762269962c1b8b31 (patch)
tree4cb8674cac80aaaa4760c6a1bc5e32ea71baf2af /lua/no-clown-fiesta/groups/highlights.lua
parent7dc58e7ceab03682b7f2ac2bcf6903273a7fe9ba (diff)
Add orgmode support
Diffstat (limited to 'lua/no-clown-fiesta/groups/highlights.lua')
-rw-r--r--lua/no-clown-fiesta/groups/highlights.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/groups/highlights.lua b/lua/no-clown-fiesta/groups/highlights.lua
index cc7798f..1cfb328 100644
--- a/lua/no-clown-fiesta/groups/highlights.lua
+++ b/lua/no-clown-fiesta/groups/highlights.lua
@@ -85,8 +85,8 @@ function M.highlight(palette, opts)
Substitute = { fg = palette.alt_bg, bg = palette.orange },
MoreMsg = { fg = palette.cyan },
Question = { fg = palette.cyan },
- EndOfBuffer = { fg = palette.bg },
- NonText = { fg = palette.bg },
+ EndOfBuffer = { fg = palette.gray },
+ NonText = { fg = palette.fg },
Variable = vim.tbl_extend("force", { fg = palette.white }, opts.styles.variables),
String = { fg = palette.medium_gray_blue },
Character = { fg = palette.green },