summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/Adapta-Nokto.rasi48
-rw-r--r--themes/Arc-Dark.rasi50
-rw-r--r--themes/Arc.rasi48
-rw-r--r--themes/DarkBlue.rasi48
-rw-r--r--themes/Indego.rasi48
-rw-r--r--themes/Monokai.rasi48
-rw-r--r--themes/Paper.rasi48
-rw-r--r--themes/Pop-Dark.rasi42
-rw-r--r--themes/android_notification.rasi48
-rw-r--r--themes/arthur.rasi46
-rw-r--r--themes/blue.rasi48
-rw-r--r--themes/c64.rasi48
-rw-r--r--themes/dmenu.rasi12
-rw-r--r--themes/glue_pro_blue.rasi50
-rw-r--r--themes/lb.rasi48
-rw-r--r--themes/purple.rasi48
-rw-r--r--themes/sidebar.rasi28
-rw-r--r--themes/solarized.rasi48
-rw-r--r--themes/solarized_alternate.rasi48
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 {