aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi
diff options
context:
space:
mode:
authorLoek Le Blansch <l.leblansch@gmail.com>2020-09-20 10:24:58 +0200
committerLoek Le Blansch <l.leblansch@gmail.com>2020-09-20 10:24:58 +0200
commit5315593f5804ca7d070dd012c69cac375069e72a (patch)
treea5da5bb7b2c2cfb6cca5cdc893a8cd10035a6311 /.config/rofi
parent7f7bd84a907f2be62760ca7827ec236b3be01d24 (diff)
update
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 eb48e37..29d66f0 100644
--- a/.config/rofi/pywal.rasi
+++ b/.config/rofi/pywal.rasi
@@ -1,6 +1,6 @@
* {
- background-color: #191b1c33;
- text-color: #c5c6c6;
+ background-color: #191a19;
+ text-color: #c5c5c5;
spacing: 0;
width: 720px;
}
@@ -15,8 +15,8 @@ prompt {
}
textbox {
- background-color: #191b1c;
- border-color: #191b1c;
+ background-color: #191a19;
+ border-color: #191a19;
padding: 8px 16px;
}
@@ -35,6 +35,6 @@ element {
}
element selected {
- background-color: #9cbac4;
- text-color: #191b1c;
+ background-color: #b3a18c;
+ text-color: #191a19;
} \ No newline at end of file