From c0feb2eb0ddfef7f31e179e9585543b1d746cf1c Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Mon, 16 May 2022 09:38:51 +0200 Subject: [PATCH] [Themes] Remove broken themes. --- Makefile.am | 1 - meson.build | 1 - themes/Pop-Dark.rasi | 126 ---------------------------------------- themes/paper-float.rasi | 6 +- 4 files changed, 3 insertions(+), 131 deletions(-) delete mode 100644 themes/Pop-Dark.rasi diff --git a/Makefile.am b/Makefile.am index aba9504e..b02e51e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -202,7 +202,6 @@ theme_DATA=\ themes/Arc.rasi\ themes/Arc-Dark.rasi\ themes/DarkBlue.rasi\ - themes/Pop-Dark.rasi\ themes/Indego.rasi\ themes/Monokai.rasi\ themes/Paper.rasi\ diff --git a/meson.build b/meson.build index f83868ac..a0f753d9 100644 --- a/meson.build +++ b/meson.build @@ -244,7 +244,6 @@ install_data( 'themes/Arc.rasi', 'themes/Arc-Dark.rasi', 'themes/DarkBlue.rasi', - 'themes/Pop-Dark.rasi', 'themes/Indego.rasi', 'themes/Monokai.rasi', 'themes/Paper.rasi', diff --git a/themes/Pop-Dark.rasi b/themes/Pop-Dark.rasi deleted file mode 100644 index 352107ce..00000000 --- a/themes/Pop-Dark.rasi +++ /dev/null @@ -1,126 +0,0 @@ -/** - * Author: Primetoxinz - */ -* { - text-color: #f2f2f2; - background-color: #4e4743; - lightbg: #534c48; - red: #f15d22; - orange: #faa41a; - blue: #48b9c7; - - selected-normal-foreground: @foreground; - normal-foreground: @foreground; - alternate-normal-background: @background; - selected-urgent-foreground: @foreground; - urgent-foreground: @foreground; - alternate-urgent-background: @background; - active-foreground: @foreground; - selected-active-foreground: @foreground; - alternate-normal-foreground: @foreground; - alternate-active-background: @blue; - bordercolor: @foreground; - normal-background: @background; - selected-normal-background: @blue; - separatorcolor: @orange; - spacing: 2; - urgent-background: @red; - alternate-urgent-foreground: @foreground; - selected-urgent-background: @red; - alternate-active-foreground: @foreground; - selected-active-background: @blue; - active-background: @orange; -} -window { - border: 0; - text-color: @foreground; - background-color: rgba ( 0, 0, 0, 0 % ); - padding: 5; - text-color: @bordercolor; - background-color: @background; -} -mainbox { - border: 0; - padding: 0; -} -message { - border: 1px dash 0px 0px ; - text-color: @separatorcolor; - padding: 2px 0px 0px ; -} -textbox { - text-color: @foreground; -} -listview { - fixed-height: 0; - border: 2px 0px 0px ; - padding: 2px 0px 0px ; - text-color: @separatorcolor; -} -element { - border: 0; -} -element-text { - background-color: inherit; - text-color: inherit; -} -element.normal.normal { - text-color: @normal-foreground; - background-color: @normal-background; -} -element.normal.urgent { - text-color: @urgent-foreground; - background-color: @urgent-background; -} -element.normal.active { - text-color: @active-foreground; - background-color: @active-background; -} -element.selected.normal { - text-color: @selected-normal-foreground; - background-color: @selected-normal-background; -} -element.selected.urgent { - text-color: @selected-urgent-foreground; - background-color: @selected-urgent-background; -} -element.selected.active { - text-color: @selected-active-foreground; - background-color: @selected-active-background; -} -element.alternate.normal { - text-color: @alternate-normal-foreground; - background-color: @alternate-normal-background; -} -element.alternate.urgent { - text-color: @alternate-urgent-foreground; - background-color: @alternate-urgent-background; -} -element.alternate.active { - text-color: @alternate-active-foreground; - background-color: @alternate-active-background; -} -mode-switcher { - border: 1px dash 0px 0px ; -} -button selected { - text-color: @selected-normal-foreground; - background-color: @selected-normal-background; -} -inputbar { - spacing: 0; - border: 0px ; -} -button normal { - text-color: @foreground; -} - -inputbar { - children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; -} -textbox-prompt-colon { - expand: false; - str: ":"; - margin: 0px 0.3em 0em 0em ; - text-color: @normal-foreground; -} diff --git a/themes/paper-float.rasi b/themes/paper-float.rasi index fbf38f3f..6b57ae7b 100644 --- a/themes/paper-float.rasi +++ b/themes/paper-float.rasi @@ -34,7 +34,7 @@ message { border: 2px; padding: 1em; background-color: @white; - text-color: @back; + text-color: @black; } textbox normal { text-color: #002B36FF; @@ -126,11 +126,11 @@ textbox-prompt-colon { expand: false; str: ":"; margin: 0px 0.3em 0em 0em ; - text-color: @normal-foreground; + text-color: var(black); } error-message { border: 2px; padding: 1em; background-color: #FF8888; - text-color: @back; + text-color: @black; }