diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-07-14 20:36:19 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-07-14 20:36:19 +0200 |
commit | e6a025a7cca1abb7b2719a281308bd93f03f1a16 (patch) | |
tree | 322eea054e9efd44acbec265472e254e3c134e7f /.config/rofi | |
parent | 4581376a1b136bda087190f4c6b440d55801aeaa (diff) |
commit message here
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 0338dbd..07166f6 100644 --- a/.config/rofi/pywal.rasi +++ b/.config/rofi/pywal.rasi @@ -1,6 +1,6 @@ * { - background-color: #1c1c1c33; - text-color: #c6c6c6; + background-color: #15161833; + text-color: #c4c4c5; spacing: 0; width: 720px; } @@ -15,8 +15,8 @@ prompt { } textbox { - background-color: #1c1c1c; - border-color: #1c1c1c; + background-color: #151618; + border-color: #151618; padding: 8px 16px; } @@ -35,6 +35,6 @@ element { } element selected { - background-color: #e4b695; - text-color: #1c1c1c; + background-color: #303d57; + text-color: #c4c4c5; }
\ No newline at end of file |