From a475f8d5d557596168195e28efcc86e86122bd1b Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 5 Sep 2020 10:11:42 +0200 Subject: updated pywal vulnerability + other --- .config/rofi/pywal.rasi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.config/rofi') diff --git a/.config/rofi/pywal.rasi b/.config/rofi/pywal.rasi index 3bf382a..bcbf188 100644 --- a/.config/rofi/pywal.rasi +++ b/.config/rofi/pywal.rasi @@ -1,6 +1,6 @@ * { - background-color: #1e1e1f33; - text-color: #c6c6c7; + background-color: #31232233; + text-color: #cbc8c7; spacing: 0; width: 720px; } @@ -15,8 +15,8 @@ prompt { } textbox { - background-color: #1e1e1f; - border-color: #1e1e1f; + background-color: #312322; + border-color: #312322; padding: 8px 16px; } @@ -35,6 +35,6 @@ element { } element selected { - background-color: #d1c494; - text-color: #1e1e1f; + background-color: #bed5fb; + text-color: #312322; } \ No newline at end of file -- cgit v1.2.3