diff options
author | lonkaars <l.leblansch@gmail.com> | 2020-11-14 20:03:00 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2020-11-14 20:03:00 +0100 |
commit | ad30ab956b95a35a08d84ae170e8b3adbc6b5544 (patch) | |
tree | 8406bfe8cace0ce9f9c550ee5661609fd08dd7b6 /.config/rofi | |
parent | 47bbee4a98ad6317032f3c72886db797f9b703f3 (diff) |
moved to bliss :tada:
Diffstat (limited to '.config/rofi')
-rw-r--r-- | .config/rofi/pywal.rasi | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/.config/rofi/pywal.rasi b/.config/rofi/pywal.rasi index e73f155..9ebbb47 100644 --- a/.config/rofi/pywal.rasi +++ b/.config/rofi/pywal.rasi @@ -1,6 +1,6 @@ * { - background-color: #050505; - text-color: #f0f0f0; + background-color: #121213; + text-color: #f4e0d8; spacing: 0; width: 720px; } @@ -15,8 +15,6 @@ prompt { } textbox { - background-color: #050505; - border-color: #050505; padding: 8px 16px; } @@ -35,6 +33,6 @@ element { } element selected { - background-color: #ac8a8c; - text-color: #050505; + background-color: #AF9DDE; + text-color: #121213; } |