From ad30ab956b95a35a08d84ae170e8b3adbc6b5544 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 14 Nov 2020 20:03:00 +0100 Subject: moved to bliss :tada: --- .config/rofi/pywal.rasi | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to '.config/rofi') 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; } -- cgit v1.2.3