summaryrefslogtreecommitdiffstats
path: root/themes/Pop-Dark.rasi
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-08-29 11:16:39 +0200
committerDave Davenport <qball@gmpclient.org>2020-08-29 11:16:39 +0200
commitbca0a47dbfa63f7afc116597d3232f60b188e8ce (patch)
tree568af5ab470e999e2aaa719f12d3c7f8aa361ef7 /themes/Pop-Dark.rasi
parente8f78886d5273c5fa081d059c6ac301bdf22570a (diff)
Remove unneeded '# from shipped themes.
Diffstat (limited to 'themes/Pop-Dark.rasi')
-rw-r--r--themes/Pop-Dark.rasi42
1 files changed, 21 insertions, 21 deletions
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 ;