make colors darker

This commit is contained in:
Leonardo Eugênio 2022-10-10 21:01:19 -03:00
parent 1b98ec3170
commit bd156e1290
1 changed files with 3 additions and 3 deletions

View File

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