aboutsummaryrefslogtreecommitdiff
path: root/.config/wofi/style.css
diff options
context:
space:
mode:
Diffstat (limited to '.config/wofi/style.css')
-rw-r--r--.config/wofi/style.css8
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)
}