From 639e86b7197a08225e58b5e30ec7f9b5a2b9b2b6 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 11 Dec 2020 18:40:43 +0100 Subject: [PATCH] =?UTF-8?q?[Rofi]=20Add=20transparency=20to=20rofi?= =?UTF-8?q?=E2=80=99s=20background?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/rofi/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 97e05fd..1b61d11 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -17,7 +17,7 @@ configuration { } * { - background-color: #2e3440; + background-color: #2e344030; text-color: #FFFFFF; accent-color: #88c0d0;