make colors darker
This commit is contained in:
parent
1b98ec3170
commit
bd156e1290
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue