aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi
diff options
context:
space:
mode:
Diffstat (limited to '.config/rofi')
-rw-r--r--.config/rofi/pywal.rasi12
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/rofi/pywal.rasi b/.config/rofi/pywal.rasi
index 3bf382a..bcbf188 100644
--- a/.config/rofi/pywal.rasi
+++ b/.config/rofi/pywal.rasi
@@ -1,6 +1,6 @@
* {
- background-color: #1e1e1f33;
- text-color: #c6c6c7;
+ background-color: #31232233;
+ text-color: #cbc8c7;
spacing: 0;
width: 720px;
}
@@ -15,8 +15,8 @@ prompt {
}
textbox {
- background-color: #1e1e1f;
- border-color: #1e1e1f;
+ background-color: #312322;
+ border-color: #312322;
padding: 8px 16px;
}
@@ -35,6 +35,6 @@ element {
}
element selected {
- background-color: #d1c494;
- text-color: #1e1e1f;
+ background-color: #bed5fb;
+ text-color: #312322;
} \ No newline at end of file