diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-09-15 18:42:55 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-09-15 18:42:55 +0200 |
commit | 7f7bd84a907f2be62760ca7827ec236b3be01d24 (patch) | |
tree | 6b1d2a8f9bcf1a229c31d4535f98919a28867ffd /.config/rofi | |
parent | 1fdeeb0938e9be85ea95a0aa5599e8bd487ec36c (diff) |
update
Diffstat (limited to '.config/rofi')
-rw-r--r-- | .config/rofi/pywal.rasi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/rofi/pywal.rasi b/.config/rofi/pywal.rasi index bcbf188..eb48e37 100644 --- a/.config/rofi/pywal.rasi +++ b/.config/rofi/pywal.rasi @@ -1,6 +1,6 @@ * { - background-color: #31232233; - text-color: #cbc8c7; + background-color: #191b1c33; + text-color: #c5c6c6; spacing: 0; width: 720px; } @@ -15,8 +15,8 @@ prompt { } textbox { - background-color: #312322; - border-color: #312322; + background-color: #191b1c; + border-color: #191b1c; padding: 8px 16px; } @@ -35,6 +35,6 @@ element { } element selected { - background-color: #bed5fb; - text-color: #312322; + background-color: #9cbac4; + text-color: #191b1c; }
\ No newline at end of file |