diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-17 01:14:29 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-17 01:14:29 +0200 |
commit | d56357a0a4d8d723730569d24dcc593d1dad98ea (patch) | |
tree | bee7809a433d1dd80de451e176e7287156d82a95 /lua/no-clown-fiesta/groups/highlights.lua | |
parent | c5e617d3416ad1143441bdb7124fe87c2f4fd1ed (diff) |
Change conceal to medium gray
Diffstat (limited to 'lua/no-clown-fiesta/groups/highlights.lua')
-rw-r--r-- | lua/no-clown-fiesta/groups/highlights.lua | 2 |
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 }, |