make borders darker
This commit is contained in:
parent
1de0eb3f9c
commit
e07ec45d45
|
@ -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]";
|
||||||
|
|
Loading…
Reference in a new issue