diff options
author | awy <awy@tutamail.com> | 2024-08-28 02:28:34 +0300 |
---|---|---|
committer | awy <awy@tutamail.com> | 2024-08-28 02:28:34 +0300 |
commit | cea38efa49569de8ba1212dd03b2250ac59ebbd4 (patch) | |
tree | 68bd1a0614c222c98b385414d286385fc6ff57a1 /.config/wofi | |
parent | e9dd561a1fd9795f8710d420f66a06955b67e5d0 (diff) |
theme
Diffstat (limited to '.config/wofi')
-rw-r--r-- | .config/wofi/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/wofi/style.css b/.config/wofi/style.css index 6132d1f..507844d 100644 --- a/.config/wofi/style.css +++ b/.config/wofi/style.css @@ -11,7 +11,7 @@ margin-bottom: 1px; #window { /*background-color: --wofi-color0;*/ - background-color: #282828; + background-color: #1e1e2e; /*color: --wofi-color2; border: 2px solid --wofi-color1;*/ border-radius: 0px; @@ -40,11 +40,11 @@ margin-bottom: 1px; } #text { - color: #ebdbb2; + color: #cdd6f4; } #text:selected { - color: #282828; + color: #1e1e2e; } #entry { @@ -53,7 +53,7 @@ margin-bottom: 1px; #entry:selected { /*background-color: --wofi-color3;*/ - background: #fbf1c7; + background: #f9e2af; color: rgba(255, 0, 0, 0.0) } |