make colors darker

This commit is contained in:
Leonardo Eugênio 2022-10-10 21:01:19 -03:00
parent 1b98ec3170
commit bd156e1290

View file

@ -28,11 +28,11 @@ let
opacityHex = "ee"; opacityHex = "ee";
color = { color = {
type = "dark"; type = "dark";
bg = "#202020"; bg = "#191919";
bg_light = "#404040"; bg_light = "#404040";
bg_dark = "#191919"; bg_dark = "#181818";
txt = "#FFFFFF"; txt = "#FFFFFF";
nontxt = "#252525"; nontxt = "#232323";
random_range = "[a-f]"; random_range = "[a-f]";
normal = { normal = {
black = "#404040"; black = "#404040";