make borders darker

This commit is contained in:
Leonardo Eugênio 2022-10-26 20:04:25 -03:00
parent 1de0eb3f9c
commit e07ec45d45

View file

@ -30,7 +30,7 @@ let
type = "dark"; type = "dark";
bg = "#191919"; bg = "#191919";
bg_light = "#404040"; bg_light = "#404040";
bg_dark = "#181818"; bg_dark = "#141414";
txt = "#FFFFFF"; txt = "#FFFFFF";
nontxt = "#232323"; nontxt = "#232323";
random_range = "[a-f]"; random_range = "[a-f]";