From b30bdee65e901652c4072253a3d0d85c39c5f2e2 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 24 Nov 2023 21:14:10 +0900 Subject: Changes made: updated rofi themes for better pywal Dropped Catppuccin themes for pywal colors for Hyprland Settings updated copy.sh script to add user in input group and update home directories --- config/rofi/config.rasi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/rofi/config.rasi') diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 255df164..32014415 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -66,7 +66,7 @@ listbox { border-radius: 10px; border: 1px; border-color: @active-background; - background-color: @background90; + background-color: @background; } /* ---- Dummy ---- */ @@ -82,7 +82,7 @@ inputbar { padding: 10px; border-radius: 10px; border-color: @foreground; - background-color: @background90; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; @@ -116,7 +116,7 @@ mode-switcher{ button { padding: 10px; border-radius: 10px; - background-color: @background90; + background-color: @background; text-color: inherit; cursor: pointer; border: 1px; -- cgit v1.2.3