diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2025-09-28 23:29:57 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2025-09-28 23:29:57 +0200 |
commit | cff4050e8c5d604441f1d743843044467c4f764d (patch) | |
tree | f0e77a1a597107ad794b63d77dc042d55dfc308a | |
parent | c40deb5dd0c788dfc2caabf168c2a88764d6d8cf (diff) |
Update dim colors
-rw-r--r-- | lua/no-clown-fiesta/palettes.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/no-clown-fiesta/palettes.lua b/lua/no-clown-fiesta/palettes.lua index ffcba2e..d94dc1e 100644 --- a/lua/no-clown-fiesta/palettes.lua +++ b/lua/no-clown-fiesta/palettes.lua @@ -38,9 +38,9 @@ local palettes = { dim = { none = "NONE", fg = "#E1E1E1", - bg = "#303030", - alt_bg = "#323232", - accent = "#353535", + bg = "#262626", + alt_bg = "#282828", + accent = "#2b2b2b", gray = "#373737", medium_gray = "#727272", light_gray = "#AFAFAF", |