mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-14 18:12:52 +00:00
Make darker_black less dark
This commit is contained in:
parent
07d3192f6f
commit
20c3eca0b6
@ -1,6 +1,6 @@
|
|||||||
local colors = {
|
local colors = {
|
||||||
white = "#c4c8c5",
|
white = "#c4c8c5",
|
||||||
darker_black = "#141517",
|
darker_black = "#131517",
|
||||||
black = "#1d1f21", -- nvim bg
|
black = "#1d1f21", -- nvim bg
|
||||||
black2 = "#252931",
|
black2 = "#252931",
|
||||||
one_bg = "#363a41",
|
one_bg = "#363a41",
|
||||||
|
Loading…
Reference in New Issue
Block a user