From f6adc43e94aa7041bc819b4b3fd1803c58dacef8 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 8 May 2024 07:29:31 +0100 Subject: [PATCH] Delete redundant rofi theme --- config/rofi/themes/custom.rasi | 88 ---------------------------------- 1 file changed, 88 deletions(-) delete mode 100644 config/rofi/themes/custom.rasi diff --git a/config/rofi/themes/custom.rasi b/config/rofi/themes/custom.rasi deleted file mode 100644 index 2677e99..0000000 --- a/config/rofi/themes/custom.rasi +++ /dev/null @@ -1,88 +0,0 @@ -* { -background-color: transparent; -font: "IosevkaCustomNerdFont 20"; -text-color: #cdd6f4; -} - -button { -border-radius: 10px; -horizontal-align: 0.5; -padding: 10px; -text-color: #585b70; -vertical-align: 0.5; -} - -button selected { -background-color: rgba (24, 24, 37, 100%); -text-color: #89b4fa; -} - -element { -padding: 5px; -} - -element selected { -background-color: rgba (24, 24, 37, 100%); -border-radius: 10px; -text-color: #89b4fa; -} - -element-icon { -size: 25px; -} - -entry { -margin: 20px 0px 0px 10px; -padding: 6px; -} - -inputbar { -children: [ prompt,entry ]; -padding: 2px; -} - -listview { -border: 0px 0px 0px; -columns: 2; -lines: 5; -margin: 10px 0px 0px 20px; -padding: 6px 0px 0px; -} - -message { -border-radius: 5px; -margin: 2px; -padding: 2px; -} - -mode-switcher { -spacing: 0; -} - -prompt { -background-color: rgba (24, 24, 37, 100%); -border-radius: 10px; -margin: 20px 0px 0px 20px; -padding: 6px; -text-color: #89b4fa; -} - -textbox { -margin: 20px 0px 0px 20px; -padding: 6px; -text-color: #89b4fa; -} - -textbox-prompt-colon { -expand: false; -str: "="; -} - -window { -background-color: rgba (30, 30, 46, 80%); -border: 1px; -border-color: #b4befe; -border-radius: 10px; -height: 75%; -width: 75%; -}