From 0d7f3e5a89e10ffbbf9dac6111eff79cd16f4bb8 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 2 Sep 2021 16:54:56 -0500 Subject: [PATCH] making rofi actually look ok --- rofi/launchers-git/blurry.rasi | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/rofi/launchers-git/blurry.rasi b/rofi/launchers-git/blurry.rasi index 3b65e41..9d0cb52 100644 --- a/rofi/launchers-git/blurry.rasi +++ b/rofi/launchers-git/blurry.rasi @@ -24,7 +24,6 @@ configuration { backgrounkd: #12121222; background-color: #00222b33; background-entry: #000000; - background-alt: #323232; foreground-selected: #ffffff; urgent: #E91E63; urgent-selected: #E91E63; @@ -46,6 +45,7 @@ configuration { base0E: #ff6ac1; base0F: #b2643c; base00t: #282a3666; + background-alt: @base02; } window { @@ -144,21 +144,23 @@ textbox { padding: 10px 90px 10px 90px; } element { - background-color: @base00; + background-color: @transparent; text-color: @base05; orientation: horizontal; - border-radius: 15px; + border-radius: 55px; padding: 5px 5px 5px 10px; } element-icon { - size: 20px; + size: 50px; border: 0px; padding: 0px 0px 0px; } element-text { expand: true; + background-color: @transparent; + text-color: @base05; vertical-align: 0.5; }