aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi
diff options
context:
space:
mode:
authorLoek Le Blansch <l.leblansch@gmail.com>2020-07-16 12:24:37 +0200
committerLoek Le Blansch <l.leblansch@gmail.com>2020-07-16 12:24:37 +0200
commit9bbfd3bea6f3fb109cc9d2b22f41255959df806f (patch)
tree13862901c9c8b2d32aaf9ed456f609185e58b329 /.config/rofi
parente6a025a7cca1abb7b2719a281308bd93f03f1a16 (diff)
st + config updates
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 07166f6..bcbf188 100644
--- a/.config/rofi/pywal.rasi
+++ b/.config/rofi/pywal.rasi
@@ -1,6 +1,6 @@
* {
- background-color: #15161833;
- text-color: #c4c4c5;
+ background-color: #31232233;
+ text-color: #cbc8c7;
spacing: 0;
width: 720px;
}
@@ -15,8 +15,8 @@ prompt {
}
textbox {
- background-color: #151618;
- border-color: #151618;
+ background-color: #312322;
+ border-color: #312322;
padding: 8px 16px;
}
@@ -35,6 +35,6 @@ element {
}
element selected {
- background-color: #303d57;
- text-color: #c4c4c5;
+ background-color: #bed5fb;
+ text-color: #312322;
} \ No newline at end of file