summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-05-17 01:14:29 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-05-17 01:14:29 +0200
commitd56357a0a4d8d723730569d24dcc593d1dad98ea (patch)
treebee7809a433d1dd80de451e176e7287156d82a95
parentc5e617d3416ad1143441bdb7124fe87c2f4fd1ed (diff)
Change conceal to medium gray
-rw-r--r--lua/no-clown-fiesta/groups/highlights.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/groups/highlights.lua b/lua/no-clown-fiesta/groups/highlights.lua
index 62a24a0..ef547b9 100644
--- a/lua/no-clown-fiesta/groups/highlights.lua
+++ b/lua/no-clown-fiesta/groups/highlights.lua
@@ -64,7 +64,7 @@ function M.highlight(palette, opts)
fg = palette.alt_bg,
reverse = false,
},
- Conceal = { fg = palette.accent },
+ Conceal = { fg = palette.medium_gray },
Directory = { fg = palette.blue },
SpecialKey = { fg = palette.blue },
Title = { fg = palette.blue },