From bca0a47dbfa63f7afc116597d3232f60b188e8ce Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 29 Aug 2020 11:16:39 +0200 Subject: [PATCH] Remove unneeded '# from shipped themes. --- themes/Adapta-Nokto.rasi | 48 +++++++++++++++--------------- themes/Arc-Dark.rasi | 50 ++++++++++++++++---------------- themes/Arc.rasi | 48 +++++++++++++++--------------- themes/DarkBlue.rasi | 48 +++++++++++++++--------------- themes/Indego.rasi | 48 +++++++++++++++--------------- themes/Monokai.rasi | 48 +++++++++++++++--------------- themes/Paper.rasi | 48 +++++++++++++++--------------- themes/Pop-Dark.rasi | 42 +++++++++++++-------------- themes/android_notification.rasi | 48 +++++++++++++++--------------- themes/arthur.rasi | 46 ++++++++++++++--------------- themes/blue.rasi | 48 +++++++++++++++--------------- themes/c64.rasi | 48 +++++++++++++++--------------- themes/dmenu.rasi | 12 ++++---- themes/glue_pro_blue.rasi | 50 ++++++++++++++++---------------- themes/lb.rasi | 48 +++++++++++++++--------------- themes/purple.rasi | 48 +++++++++++++++--------------- themes/sidebar.rasi | 28 +++++++++--------- themes/solarized.rasi | 48 +++++++++++++++--------------- themes/solarized_alternate.rasi | 48 +++++++++++++++--------------- 19 files changed, 426 insertions(+), 426 deletions(-) diff --git a/themes/Adapta-Nokto.rasi b/themes/Adapta-Nokto.rasi index 4d4fb436..7e063699 100644 --- a/themes/Adapta-Nokto.rasi +++ b/themes/Adapta-Nokto.rasi @@ -36,24 +36,24 @@ active-background: rgba ( 69, 90, 100, 100 % ); selected-active-background: rgba ( 0, 150, 136, 100 % ); } -#window { +window { background-color: @background; border: 1; padding: 5; } -#mainbox { +mainbox { border: 0; padding: 0; } -#message { +message { border: 1px dash 0px 0px ; border-color: @separatorcolor; padding: 1px ; } -#textbox { +textbox { text-color: @foreground; } -#listview { +listview { fixed-height: 0; border: 2px dash 0px 0px ; border-color: @separatorcolor; @@ -61,81 +61,81 @@ scrollbar: true; padding: 2px 0px 0px ; } -#element { +element { border: 0; padding: 1px ; } -#element.normal.normal { +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { +scrollbar { width: 4px ; border: 0; handle-width: 8px ; padding: 0; } -#mode-switcher { +mode-switcher { border: 2px dash 0px 0px ; border-color: @separatorcolor; } -#button.selected { +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { +inputbar { spacing: 0; text-color: @normal-foreground; padding: 1px ; } -#case-indicator { +case-indicator { spacing: 0; text-color: @normal-foreground; } -#entry { +entry { spacing: 0; text-color: @normal-foreground; } -#prompt { +prompt { spacing: 0; text-color: @normal-foreground; } -#inputbar { +inputbar { children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; } -#textbox-prompt-colon { +textbox-prompt-colon { expand: false; str: ":"; margin: 0px 0.3em 0em 0em ; diff --git a/themes/Arc-Dark.rasi b/themes/Arc-Dark.rasi index b1345202..56e7de74 100644 --- a/themes/Arc-Dark.rasi +++ b/themes/Arc-Dark.rasi @@ -34,24 +34,24 @@ active-background: rgba ( 29, 31, 33, 17 % ); selected-active-background: rgba ( 68, 145, 237, 100 % ); } -#window { +window { background-color: @background; border: 1; padding: 5; } -#mainbox { +mainbox { border: 0; padding: 0; } -#message { +message { border: 2px 0px 0px ; border-color: @separatorcolor; padding: 1px ; } -#textbox { +textbox { text-color: @foreground; } -#listview { +listview { fixed-height: 0; border: 2px 0px 0px ; border-color: @separatorcolor; @@ -59,86 +59,86 @@ scrollbar: true; padding: 2px 0px 0px ; } -#element { +element { border: 0; padding: 1px ; } -#element.normal.normal { +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { +scrollbar { width: 4px ; border: 0; handle-color: @normal-foreground; handle-width: 8px ; padding: 0; } -#mode-switcher { +mode-switcher { border: 2px 0px 0px ; border-color: @separatorcolor; } -#button { +button { spacing: 0; text-color: @normal-foreground; } -#button.selected { +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { +inputbar { spacing: 0; text-color: @normal-foreground; padding: 1px ; } -#case-indicator { +case-indicator { spacing: 0; text-color: @normal-foreground; } -#entry { +entry { spacing: 0; text-color: @normal-foreground; } -#prompt { +prompt { spacing: 0; text-color: @normal-foreground; } -#inputbar { +inputbar { children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; } -#textbox-prompt-colon { +textbox-prompt-colon { expand: false; str: ":"; margin: 0px 0.3em 0em 0em ; diff --git a/themes/Arc.rasi b/themes/Arc.rasi index 0368224a..9eaa18f5 100644 --- a/themes/Arc.rasi +++ b/themes/Arc.rasi @@ -35,24 +35,24 @@ active-background: rgba ( 255, 255, 255, 100 % ); selected-active-background: rgba ( 82, 148, 226, 100 % ); } -#window { +window { background-color: @background; border: 1; padding: 5; } -#mainbox { +mainbox { border: 0; padding: 0; } -#message { +message { border: 2px 0px 0px ; border-color: @separatorcolor; padding: 1px ; } -#textbox { +textbox { text-color: @foreground; } -#listview { +listview { fixed-height: 0; border: 2px 0px 0px ; border-color: @separatorcolor; @@ -60,81 +60,81 @@ scrollbar: true; padding: 2px 0px 0px ; } -#element { +element { border: 0; padding: 1px ; } -#element.normal.normal { +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { +scrollbar { width: 4px ; border: 0; handle-width: 8px ; padding: 0; } -#mode-switcher { +mode-switcher { border: 2px 0px 0px ; border-color: @separatorcolor; } -#button.selected { +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { +inputbar { spacing: 0; text-color: @normal-foreground; padding: 1px ; } -#case-indicator { +case-indicator { spacing: 0; text-color: @normal-foreground; } -#entry { +entry { spacing: 0; text-color: @normal-foreground; } -#prompt { +prompt { spacing: 0; text-color: @normal-foreground; } -#inputbar { +inputbar { children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; } -#textbox-prompt-colon { +textbox-prompt-colon { expand: false; str: ":"; margin: 0px 0.3em 0em 0em ; diff --git a/themes/DarkBlue.rasi b/themes/DarkBlue.rasi index b9165ee8..9065c09c 100644 --- a/themes/DarkBlue.rasi +++ b/themes/DarkBlue.rasi @@ -35,24 +35,24 @@ active-background: rgba ( 0, 0, 208, 0 % ); selected-active-background: rgba ( 138, 196, 255, 100 % ); } -#window { +window { background-color: @background; border: 1; padding: 5; } -#mainbox { +mainbox { border: 0; padding: 0; } -#message { +message { border: 2px 0px 0px ; border-color: @separatorcolor; padding: 1px ; } -#textbox { +textbox { text-color: @foreground; } -#listview { +listview { fixed-height: 0; border: 2px 0px 0px ; border-color: @separatorcolor; @@ -60,81 +60,81 @@ scrollbar: true; padding: 2px 0px 0px ; } -#element { +element { border: 0; padding: 1px ; } -#element.normal.normal { +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { +scrollbar { width: 4px ; border: 0; handle-width: 8px ; padding: 0; } -#mode-switcher { +mode-switcher { border: 2px 0px 0px ; border-color: @separatorcolor; } -#button.selected { +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { +inputbar { spacing: 0; text-color: @normal-foreground; padding: 1px ; } -#case-indicator { +case-indicator { spacing: 0; text-color: @normal-foreground; } -#entry { +entry { spacing: 0; text-color: @normal-foreground; } -#prompt, button{ +prompt, button{ spacing: 0; text-color: @normal-foreground; } -#inputbar { +inputbar { children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; } -#textbox-prompt-colon { +textbox-prompt-colon { expand: false; str: ":"; margin: 0px 0.3em 0em 0em ; diff --git a/themes/Indego.rasi b/themes/Indego.rasi index 2c3e75f2..3242a335 100644 --- a/themes/Indego.rasi +++ b/themes/Indego.rasi @@ -35,24 +35,24 @@ active-background: rgba ( 223, 110, 0, 6 % ); selected-active-background: rgba ( 178, 235, 242, 100 % ); } -#window { +window { background-color: @background; border: 1; padding: 5; } -#mainbox { +mainbox { border: 0; padding: 0; } -#message { +message { border: 2px 0px 0px ; border-color: @separatorcolor; padding: 1px ; } -#textbox { +textbox { text-color: @foreground; } -#listview { +listview { fixed-height: 0; border: 2px 0px 0px ; border-color: @separatorcolor; @@ -60,81 +60,81 @@ scrollbar: true; padding: 2px 0px 0px ; } -#element { +element { border: 0; padding: 1px ; } -#element.normal.normal { +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { +scrollbar { width: 4px ; border: 0; handle-width: 8px ; padding: 0; } -#mode-switcher { +mode-switcher { border: 2px 0px 0px ; border-color: @separatorcolor; } -#button.selected { +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { +inputbar { spacing: 0; text-color: @normal-foreground; padding: 1px ; } -#case-indicator { +case-indicator { spacing: 0; text-color: @normal-foreground; } -#entry { +entry { spacing: 0; text-color: @normal-foreground; } -#prompt { +prompt { spacing: 0; text-color: @normal-foreground; } -#inputbar { +inputbar { children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; } -#textbox-prompt-colon { +textbox-prompt-colon { expand: false; str: ":"; margin: 0px 0.3em 0em 0em ; diff --git a/themes/Monokai.rasi b/themes/Monokai.rasi index 201b593c..bc3a3dab 100644 --- a/themes/Monokai.rasi +++ b/themes/Monokai.rasi @@ -35,24 +35,24 @@ active-background: rgba ( 39, 40, 34, 0 % ); selected-active-background: rgba ( 20, 20, 17, 100 % ); } -#window { +window { background-color: @background; border: 1; padding: 5; } -#mainbox { +mainbox { border: 0; padding: 0; } -#message { +message { border: 2px 0px 0px ; border-color: @separatorcolor; padding: 1px ; } -#textbox { +textbox { text-color: @foreground; } -#listview { +listview { fixed-height: 0; border: 2px 0px 0px ; border-color: @separatorcolor; @@ -60,81 +60,81 @@ scrollbar: true; padding: 2px 0px 0px ; } -#element { +element { border: 0; padding: 1px ; } -#element.normal.normal { +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { +scrollbar { width: 4px ; border: 0; handle-width: 8px ; padding: 0; } -#mode-switcher { +mode-switcher { border: 2px 0px 0px ; border-color: @separatorcolor; } -#button.selected { +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { +inputbar { spacing: 0; text-color: @normal-foreground; padding: 1px ; } -#case-indicator { +case-indicator { spacing: 0; text-color: @normal-foreground; } -#entry { +entry { spacing: 0; text-color: @normal-foreground; } -#prompt { +prompt { spacing: 0; text-color: @normal-foreground; } -#inputbar { +inputbar { children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; } -#textbox-prompt-colon { +textbox-prompt-colon { expand: false; str: ":"; margin: 0px 0.3em 0em 0em ; diff --git a/themes/Paper.rasi b/themes/Paper.rasi index 532c7710..a4b0ffbf 100644 --- a/themes/Paper.rasi +++ b/themes/Paper.rasi @@ -34,24 +34,24 @@ active-background: rgba ( 245, 245, 245, 100 % ); selected-active-background: rgba ( 0, 95, 135, 100 % ); } -#window { +window { background-color: @background; border: 1; padding: 5; } -#mainbox { +mainbox { border: 0; padding: 0; } -#message { +message { border: 2px 0px 0px ; border-color: @separatorcolor; padding: 1px ; } -#textbox { +textbox { text-color: @foreground; } -#listview { +listview { fixed-height: 0; border: 2px 0px 0px ; border-color: @separatorcolor; @@ -59,81 +59,81 @@ scrollbar: true; padding: 2px 0px 0px ; } -#element { +element { border: 0; padding: 1px ; } -#element.normal.normal { +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { +scrollbar { width: 4px ; border: 0; handle-width: 8px ; padding: 0; } -#mode-switcher { +mode-switcher { border: 2px 0px 0px ; border-color: @separatorcolor; } -#button.selected { +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { +inputbar { spacing: 0; text-color: @normal-foreground; padding: 1px ; } -#case-indicator { +case-indicator { spacing: 0; text-color: @normal-foreground; } -#entry { +entry { spacing: 0; text-color: @normal-foreground; } -#prompt { +prompt { spacing: 0; text-color: @normal-foreground; } -#inputbar { +inputbar { children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; } -#textbox-prompt-colon { +textbox-prompt-colon { expand: false; str: ":"; margin: 0px 0.3em 0em 0em ; diff --git a/themes/Pop-Dark.rasi b/themes/Pop-Dark.rasi index a1874147..54b0f93c 100644 --- a/themes/Pop-Dark.rasi +++ b/themes/Pop-Dark.rasi @@ -31,7 +31,7 @@ selected-active-background: @blue; active-background: @orange; } -#window { +window { border: 0; text-color: @foreground; background-color: rgba ( 0, 0, 0, 0 % ); @@ -39,82 +39,82 @@ text-color: @bordercolor; background-color: @background; } -#mainbox { +mainbox { border: 0; padding: 0; } -#message { +message { border: 1px dash 0px 0px ; text-color: @separatorcolor; padding: 2px 0px 0px ; } -#textbox { +textbox { text-color: @foreground; } -#listview { +listview { fixed-height: 0; border: 2px 0px 0px ; padding: 2px 0px 0px ; text-color: @separatorcolor; } -#element { +element { border: 0; } -#element.normal.normal { +element.normal.normal { text-color: @normal-foreground; background-color: @normal-background; } -#element.normal.urgent { +element.normal.urgent { text-color: @urgent-foreground; background-color: @urgent-background; } -#element.normal.active { +element.normal.active { text-color: @active-foreground; background-color: @active-background; } -#element.selected.normal { +element.selected.normal { text-color: @selected-normal-foreground; background-color: @selected-normal-background; } -#element.selected.urgent { +element.selected.urgent { text-color: @selected-urgent-foreground; background-color: @selected-urgent-background; } -#element.selected.active { +element.selected.active { text-color: @selected-active-foreground; background-color: @selected-active-background; } -#element.alternate.normal { +element.alternate.normal { text-color: @alternate-normal-foreground; background-color: @alternate-normal-background; } -#element.alternate.urgent { +element.alternate.urgent { text-color: @alternate-urgent-foreground; background-color: @alternate-urgent-background; } -#element.alternate.active { +element.alternate.active { text-color: @alternate-active-foreground; background-color: @alternate-active-background; } -#mode-switcher { +mode-switcher { border: 1px dash 0px 0px ; } -#button selected { +button selected { text-color: @selected-normal-foreground; background-color: @selected-normal-background; } -#inputbar { +inputbar { spacing: 0; border: 0px ; } -#button normal { +button normal { text-color: @foreground; } -#inputbar { +inputbar { children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; } -#textbox-prompt-colon { +textbox-prompt-colon { expand: false; str: ":"; margin: 0px 0.3em 0em 0em ; diff --git a/themes/android_notification.rasi b/themes/android_notification.rasi index aae77fd9..85a02083 100644 --- a/themes/android_notification.rasi +++ b/themes/android_notification.rasi @@ -35,24 +35,24 @@ active-background: rgba ( 39, 50, 56, 100 % ); selected-active-background: rgba ( 57, 66, 73, 100 % ); } -#window { +window { background-color: @background; border: 1; padding: 5; } -#mainbox { +mainbox { border: 0; padding: 0; } -#message { +message { border: 1px dash 0px 0px ; border-color: @separatorcolor; padding: 1px ; } -#textbox { +textbox { text-color: @foreground; } -#listview { +listview { fixed-height: 0; border: 2px dash 0px 0px ; border-color: @separatorcolor; @@ -60,81 +60,81 @@ scrollbar: true; padding: 2px 0px 0px ; } -#element { +element { border: 0; padding: 1px ; } -#element.normal.normal { +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { +scrollbar { width: 4px ; border: 0; handle-width: 8px ; padding: 0; } -#mode-switcher { +mode-switcher { border: 2px dash 0px 0px ; border-color: @separatorcolor; } -#button.selected { +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { +inputbar { spacing: 0; text-color: @normal-foreground; padding: 1px ; } -#case-indicator { +case-indicator { spacing: 0; text-color: @normal-foreground; } -#entry { +entry { spacing: 0; text-color: @normal-foreground; } -#prompt { +prompt { spacing: 0; text-color: @normal-foreground; } -#inputbar { +inputbar { children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; } -#textbox-prompt-colon { +textbox-prompt-colon { expand: false; str: ":"; margin: 0px 0.3em 0em 0em ; diff --git a/themes/arthur.rasi b/themes/arthur.rasi index 749d03f3..0b58cf54 100644 --- a/themes/arthur.rasi +++ b/themes/arthur.rasi @@ -53,7 +53,7 @@ transparent: rgba(0,0,0,0); font: "Source Code Pro 10"; } -#window { +window { location: center; anchor: center; transparency: "screenshot"; @@ -67,24 +67,24 @@ orientation: horizontal; } -#mainbox { +mainbox { spacing: 0; children: [ inputbar, message, listview ]; } -#message { +message { border-color: @foreground; border: 0px 2px 2px 2px; // border-radius: 10px; padding: 5; background-color: @tcyan; } -#message { +message { font: "Source Code Pro 8"; color: @black; } -#inputbar { +inputbar { color: @lightgreen; padding: 11px; background-color: @tlightblack; @@ -93,14 +93,14 @@ border-color: @foreground; font: "Source Code Pro 18"; } -#entry,prompt,case-indicator { +entry,prompt,case-indicator { text-font: inherit; text-color:inherit; } -#prompt { +prompt { margin: 0px 0.3em 0em 0em ; } -#listview { +listview { padding: 8px; border-radius: 0px 0px 15px 15px; border-color: @foreground; @@ -109,7 +109,7 @@ dynamic: false; lines: 10; } -#element { +element { padding: 3px; vertical-align: 0.5; // border: 2px; @@ -118,50 +118,50 @@ color: @foreground; font:inherit; } -#element selected.normal { +element selected.normal { background-color: @blue; } -#element normal active { +element normal active { foreground: @lightblue; } -#element normal urgent { +element normal urgent { foreground: @lightred; } -#element alternate normal { +element alternate normal { } -#element alternate active { +element alternate active { foreground: @lightblue; } -#element alternate urgent { +element alternate urgent { foreground: @lightred; } -#element selected active { +element selected active { background-color: @lightblue; foreground: @dark; } -#element selected urgent { +element selected urgent { background-color: @lightred; foreground: @dark; } -#element normal normal { +element normal normal { } -#vertb { +vertb { expand: false; children: [ dummy0, mode-switcher, dummy1 ]; } -#dummy0, dummy1 { +dummy0, dummy1 { expand: true; } -#mode-switcher { +mode-switcher { expand: false; orientation: vertical; spacing: 0px; border: 0px 0px 0px 0px; } -#button { +button { font: "FontAwesome 22"; padding: 6px; border: 2px 0px 2px 2px; @@ -171,7 +171,7 @@ color: @foreground; horizontal-align: 0.5; } -#button selected normal { +button selected normal { color: @dark; border: 2px 0px 2px 2px; background-color: @backlight; diff --git a/themes/blue.rasi b/themes/blue.rasi index 893781b5..a1bb23cc 100644 --- a/themes/blue.rasi +++ b/themes/blue.rasi @@ -35,24 +35,24 @@ active-background: rgba ( 0, 0, 0, 0 % ); selected-active-background: rgba ( 160, 255, 160, 100 % ); } -#window { +window { background-color: @background; border: 1; padding: 5; } -#mainbox { +mainbox { border: 0; padding: 0; } -#message { +message { border: 1px dash 0px 0px ; border-color: @separatorcolor; padding: 1px ; } -#textbox { +textbox { text-color: @foreground; } -#listview { +listview { fixed-height: 0; border: 2px dash 0px 0px ; border-color: @separatorcolor; @@ -60,81 +60,81 @@ scrollbar: true; padding: 2px 0px 0px ; } -#element { +element { border: 0; padding: 1px ; } -#element.normal.normal { +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { +scrollbar { width: 4px ; border: 0; handle-width: 8px ; padding: 0; } -#mode-switcher { +mode-switcher { border: 2px dash 0px 0px ; border-color: @separatorcolor; } -#button.selected { +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { +inputbar { spacing: 0; text-color: @normal-foreground; padding: 1px ; } -#case-indicator { +case-indicator { spacing: 0; text-color: @normal-foreground; } -#entry { +entry { spacing: 0; text-color: @normal-foreground; } -#prompt { +prompt { spacing: 0; text-color: @normal-foreground; } -#inputbar { +inputbar { children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; } -#textbox-prompt-colon { +textbox-prompt-colon { expand: false; str: ":"; margin: 0px 0.3em 0em 0em ; diff --git a/themes/c64.rasi b/themes/c64.rasi index f921026f..dc970d44 100644 --- a/themes/c64.rasi +++ b/themes/c64.rasi @@ -35,27 +35,27 @@ active-background: rgba ( 0, 57, 255, 100 % ); selected-active-background: rgba ( 79, 128, 255, 100 % ); } -#window { +window { font: "Topaz-8 10"; background-color: #4E7FFF; border: 1; padding: 5; } -#mainbox { +mainbox { border: 0; padding: 0; margin: 40; background-color: #003AFF; } -#message { +message { border: 1px dash 0px dash ; border-color: @separatorcolor; padding: 1px ; } -#textbox { +textbox { text-color: @foreground; } -#listview { +listview { fixed-height: 0; border: 0px 0px 0px 0px ; border-color: @separatorcolor; @@ -63,81 +63,81 @@ scrollbar: false; padding: 5px 5px 5px ; } -#element { +element { border: 0; padding: 1px ; } -#element.normal.normal { +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { +scrollbar { width: 0px ; border: 0; handle-width: 8px ; padding: 0; } -#mode-switcher { +mode-switcher { border: 2px dash 0px 0px ; border-color: @separatorcolor; } -#button.selected { +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { +inputbar { spacing: 0; text-color: @normal-foreground; padding: 1px ; } -#case-indicator { +case-indicator { spacing: 0; text-color: @normal-foreground; } -#entry { +entry { spacing: 0; text-color: @normal-foreground; } -#prompt { +prompt { spacing: 0; text-color: @normal-foreground; } -#inputbar { +inputbar { children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; } -#textbox-prompt-colon { +textbox-prompt-colon { expand: false; str: ":"; margin: 0px 0.3em 0em 0em ; diff --git a/themes/dmenu.rasi b/themes/dmenu.rasi index 0b23ea26..42bf64f4 100644 --- a/themes/dmenu.rasi +++ b/themes/dmenu.rasi @@ -10,7 +10,7 @@ font: "Times New Roman 12"; } -#window { +window { anchor: north; location: north; width: 100%; @@ -18,25 +18,25 @@ children: [ horibox ]; } -#horibox { +horibox { orientation: horizontal; children: [ prompt, entry, listview ]; } -#listview { +listview { layout: horizontal; spacing: 5px; lines: 100; } -#entry { +entry { expand: false; width: 10em; } -#element { +element { padding: 0px 2px; } -#element selected { +element selected { background-color: SteelBlue; } diff --git a/themes/glue_pro_blue.rasi b/themes/glue_pro_blue.rasi index 39a9a38a..d50c5f60 100644 --- a/themes/glue_pro_blue.rasi +++ b/themes/glue_pro_blue.rasi @@ -34,24 +34,24 @@ active-background: rgba ( 57, 57, 57, 100 % ); selected-active-background: rgba ( 38, 139, 210, 100 % ); } -#window { +window { background-color: rgba ( 57, 57, 57, 95 % ); border: 1; padding: 5; } -#mainbox { +mainbox { border: 0; padding: 0; } -#message { +message { border: 1px dash 0px 0px ; border-color: @separatorcolor; padding: 1px ; } -#textbox { +textbox { text-color: @foreground; } -#listview { +listview { fixed-height: 0; border: 2px dash 0px 0px ; border-color: @separatorcolor; @@ -59,85 +59,85 @@ scrollbar: true; padding: 2px 0px 0px ; } -#element { +element { border: 0; padding: 1px ; } -#element.normal.normal { +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { +scrollbar { width: 4px ; border: 0; handle-width: 8px ; padding: 0; } -#mode-switcher { +mode-switcher { border: 2px dash 0px 0px ; border-color: @separatorcolor; } -#button.selected { +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#button { +button { background-color: @background; text-color: @foreground; } -#inputbar { +inputbar { spacing: 0; text-color: @normal-foreground; padding: 1px ; } -#case-indicator { +case-indicator { spacing: 0; text-color: @normal-foreground; } -#entry { +entry { spacing: 0; text-color: @normal-foreground; } -#prompt { +prompt { spacing: 0; text-color: @normal-foreground; } -#inputbar { +inputbar { children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; } -#textbox-prompt-colon { +textbox-prompt-colon { expand: false; str: ":"; margin: 0px 0.3em 0em 0em ; diff --git a/themes/lb.rasi b/themes/lb.rasi index 66ea9d03..9f2c47e8 100644 --- a/themes/lb.rasi +++ b/themes/lb.rasi @@ -35,24 +35,24 @@ active-background: rgba ( 0, 0, 0, 0 % ); selected-active-background: rgba ( 170, 170, 17, 100 % ); } -#window { +window { background-color: @background; border: 1; padding: 5; } -#mainbox { +mainbox { border: 0; padding: 0; } -#message { +message { border: 1px dash 0px 0px ; border-color: @separatorcolor; padding: 1px ; } -#textbox { +textbox { text-color: @foreground; } -#listview { +listview { fixed-height: 0; border: 2px dash 0px 0px ; border-color: @separatorcolor; @@ -60,81 +60,81 @@ scrollbar: true; padding: 2px 0px 0px ; } -#element { +element { border: 0; padding: 1px ; } -#element.normal.normal { +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { +scrollbar { width: 4px ; border: 0; handle-width: 8px ; padding: 0; } -#mode-switcher { +mode-switcher { border: 2px dash 0px 0px ; border-color: @separatorcolor; } -#button.selected { +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { +inputbar { spacing: 0; text-color: @normal-foreground; padding: 1px ; } -#case-indicator { +case-indicator { spacing: 0; text-color: @normal-foreground; } -#entry { +entry { spacing: 0; text-color: @normal-foreground; } -#prompt { +prompt { spacing: 0; text-color: @normal-foreground; } -#inputbar { +inputbar { children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; } -#textbox-prompt-colon { +textbox-prompt-colon { expand: false; str: ":"; margin: 0px 0.3em 0em 0em ; diff --git a/themes/purple.rasi b/themes/purple.rasi index d4b1ffd7..1819cd70 100644 --- a/themes/purple.rasi +++ b/themes/purple.rasi @@ -34,24 +34,24 @@ active-background: rgba ( 47, 30, 46, 15 % ); selected-active-background: rgba ( 129, 91, 164, 33 % ); } -#window { +window { background-color: @background; border: 1; padding: 5; } -#mainbox { +mainbox { border: 0; padding: 0; } -#message { +message { border: 1px dash 0px 0px ; border-color: @separatorcolor; padding: 1px ; } -#textbox { +textbox { text-color: @foreground; } -#listview { +listview { fixed-height: 0; border: 2px dash 0px 0px ; border-color: @separatorcolor; @@ -59,81 +59,81 @@ scrollbar: true; padding: 2px 0px 0px ; } -#element { +element { border: 0; padding: 1px ; } -#element.normal.normal { +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { +scrollbar { width: 4px ; border: 0; handle-width: 8px ; padding: 0; } -#mode-switcher { +mode-switcher { border: 2px dash 0px 0px ; border-color: @separatorcolor; } -#button.selected { +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { +inputbar { spacing: 0; text-color: @normal-foreground; padding: 1px ; } -#case-indicator { +case-indicator { spacing: 0; text-color: @normal-foreground; } -#entry { +entry { spacing: 0; text-color: @normal-foreground; } -#prompt { +prompt { spacing: 0; text-color: @normal-foreground; } -#inputbar { +inputbar { children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; } -#textbox-prompt-colon { +textbox-prompt-colon { expand: false; str: ":"; margin: 0px 0.3em 0em 0em ; diff --git a/themes/sidebar.rasi b/themes/sidebar.rasi index 56498dca..e54458a7 100644 --- a/themes/sidebar.rasi +++ b/themes/sidebar.rasi @@ -41,7 +41,7 @@ // Bold, Italic, Underline highlight: bold #ffffff; } -#window { +window { height: 100%; width: 30em; location: west; @@ -50,53 +50,53 @@ text-color: @lightwhite; } -#mode-switcher { +mode-switcher { border: 2px 0px 0px 0px; background-color: @lightblack; padding: 4px; } -#button selected { +button selected { border-color: @lightgreen; text-color: @lightgreen; } -#inputbar { +inputbar { background-color: @lightblack; text-color: @lightgreen; padding: 4px; border: 0px 0px 2px 0px; } -#mainbox { +mainbox { expand: true; background-color: #1c1c1cee; spacing: 1em; } -#listview { +listview { padding: 0em 0.4em 0em 1em; dynamic: false; lines: 0; } -#element selected normal { +element selected normal { background-color: @blue; } -#element normal active { +element normal active { text-color: @lightblue; } -#element normal urgent { +element normal urgent { text-color: @lightred; } -#element alternate normal { +element alternate normal { } -#element alternate active { +element alternate active { text-color: @lightblue; } -#element alternate urgent { +element alternate urgent { text-color: @lightred; } -#element selected active { +element selected active { background-color: @lightblue; text-color: @dark; } -#element selected urgent { +element selected urgent { background-color: @lightred; text-color: @dark; } diff --git a/themes/solarized.rasi b/themes/solarized.rasi index 340471e7..dae7b9af 100644 --- a/themes/solarized.rasi +++ b/themes/solarized.rasi @@ -34,24 +34,24 @@ active-background: rgba ( 0, 43, 55, 100 % ); selected-active-background: rgba ( 0, 54, 66, 100 % ); } -#window { +window { background-color: @background; border: 1; padding: 5; } -#mainbox { +mainbox { border: 0; padding: 0; } -#message { +message { border: 1px dash 0px 0px ; border-color: @separatorcolor; padding: 1px ; } -#textbox { +textbox { text-color: @foreground; } -#listview { +listview { fixed-height: 0; border: 2px dash 0px 0px ; border-color: @separatorcolor; @@ -59,81 +59,81 @@ scrollbar: true; padding: 2px 0px 0px ; } -#element { +element { border: 0; padding: 1px ; } -#element.normal.normal { +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { +scrollbar { width: 4px ; border: 0; handle-width: 8px ; padding: 0; } -#mode-switcher { +mode-switcher { border: 2px dash 0px 0px ; border-color: @separatorcolor; } -#button.selected { +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { +inputbar { spacing: 0; text-color: @normal-foreground; padding: 1px ; } -#case-indicator { +case-indicator { spacing: 0; text-color: @normal-foreground; } -#entry { +entry { spacing: 0; text-color: @normal-foreground; } -#prompt { +prompt { spacing: 0; text-color: @normal-foreground; } -#inputbar { +inputbar { children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; } -#textbox-prompt-colon { +textbox-prompt-colon { expand: false; str: ":"; margin: 0px 0.3em 0em 0em ; diff --git a/themes/solarized_alternate.rasi b/themes/solarized_alternate.rasi index 456ef306..81a41ef1 100644 --- a/themes/solarized_alternate.rasi +++ b/themes/solarized_alternate.rasi @@ -34,24 +34,24 @@ active-background: rgba ( 0, 43, 55, 100 % ); selected-active-background: rgba ( 0, 142, 212, 100 % ); } -#window { +window { background-color: @background; border: 1; padding: 5; } -#mainbox { +mainbox { border: 0; padding: 0; } -#message { +message { border: 1px dash 0px 0px ; border-color: @separatorcolor; padding: 1px ; } -#textbox { +textbox { text-color: @foreground; } -#listview { +listview { fixed-height: 0; border: 2px dash 0px 0px ; border-color: @separatorcolor; @@ -59,81 +59,81 @@ scrollbar: true; padding: 2px 0px 0px ; } -#element { +element { border: 0; padding: 1px ; } -#element.normal.normal { +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { +scrollbar { width: 4px ; border: 0; handle-width: 8px ; padding: 0; } -#mode-switcher { +mode-switcher { border: 2px dash 0px 0px ; border-color: @separatorcolor; } -#button.selected { +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { +inputbar { spacing: 0; text-color: @normal-foreground; padding: 1px ; } -#case-indicator { +case-indicator { spacing: 0; text-color: @normal-foreground; } -#entry { +entry { spacing: 0; text-color: @normal-foreground; } -#prompt { +prompt { spacing: 0; text-color: @normal-foreground; } -#inputbar { +inputbar { children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; } -#textbox-prompt-colon { +textbox-prompt-colon { expand: false; str: ":"; margin: 0px 0.3em 0em 0em ;