aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi
diff options
context:
space:
mode:
authorLoek Le Blansch <l.leblansch@gmail.com>2020-08-03 09:31:34 +0200
committerLoek Le Blansch <l.leblansch@gmail.com>2020-08-03 09:31:34 +0200
commit6a6100a8faa73815863cbabedb15e63aba0a1098 (patch)
tree69bba99668cd2b2c72eca35fd603214800932381 /.config/rofi
parent68f0ec3669f991945c10a04eba85eeb6e300960b (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 bcbf188..93a8538 100644
--- a/.config/rofi/pywal.rasi
+++ b/.config/rofi/pywal.rasi
@@ -1,6 +1,6 @@
* {
- background-color: #31232233;
- text-color: #cbc8c7;
+ background-color: #14161833;
+ text-color: #c4c4c5;
spacing: 0;
width: 720px;
}
@@ -15,8 +15,8 @@ prompt {
}
textbox {
- background-color: #312322;
- border-color: #312322;
+ background-color: #141618;
+ border-color: #141618;
padding: 8px 16px;
}
@@ -35,6 +35,6 @@ element {
}
element selected {
- background-color: #bed5fb;
- text-color: #312322;
+ background-color: #2b2b34;
+ text-color: #c4c4c5;
} \ No newline at end of file