diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-18 22:42:23 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-18 22:42:23 +0100 |
commit | 8df772be400ed319c4c9bdb9097e7cabd0c83fc8 (patch) | |
tree | eef810ec7f1dc1e390bca9d2a92975384b96dd69 /lua | |
parent | a7c1a0e4c7b0b1bd6701af8f1849d8f00b4d2ba4 (diff) |
Update mid gray to even lighter
Diffstat (limited to 'lua')
-rw-r--r-- | lua/no-clown-fiesta/palette.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/palette.lua b/lua/no-clown-fiesta/palette.lua index c107120..01d2836 100644 --- a/lua/no-clown-fiesta/palette.lua +++ b/lua/no-clown-fiesta/palette.lua @@ -5,7 +5,7 @@ local colors = { accent = "#202020", white = "#F2F6F3", gray = "#373737", - medium_gray = "#666666", + medium_gray = "#727272", light_gray = "#D0D0D0", blue = "#A5D6FF", gray_blue = "#5F819D", |