summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2019-03-19 22:45:10 +0100
committerDave Davenport <qball@gmpclient.org>2019-03-19 22:45:10 +0100
commit6fffe427c41c63f8bb0999d015228b9176af76e2 (patch)
tree33fd0752dab3287daf9b843471f23e9d408f9692 /themes
parentbeeb9c8b2775d2f6f6d4b8649a52101a2ffe0b2e (diff)
Change sidebar in theme to mode-switcher.
Fixes: #930
Diffstat (limited to 'themes')
-rw-r--r--themes/Adapta-Nokto.rasi2
-rw-r--r--themes/Arc-Dark.rasi2
-rw-r--r--themes/Arc.rasi2
-rw-r--r--themes/DarkBlue.rasi2
-rw-r--r--themes/Indego.rasi2
-rw-r--r--themes/Monokai.rasi2
-rw-r--r--themes/Paper.rasi2
-rw-r--r--themes/Pop-Dark.rasi2
-rw-r--r--themes/android_notification.rasi2
-rw-r--r--themes/arthur.rasi4
-rw-r--r--themes/blue.rasi2
-rw-r--r--themes/c64.rasi2
-rw-r--r--themes/glue_pro_blue.rasi2
-rw-r--r--themes/gruvbox-common.rasi2
-rw-r--r--themes/lb.rasi2
-rw-r--r--themes/paper-float.rasi2
-rw-r--r--themes/purple.rasi2
-rw-r--r--themes/sidebar.rasi2
-rw-r--r--themes/solarized.rasi2
-rw-r--r--themes/solarized_alternate.rasi2
20 files changed, 21 insertions, 21 deletions
diff --git a/themes/Adapta-Nokto.rasi b/themes/Adapta-Nokto.rasi
index bc69bb10..4d4fb436 100644
--- a/themes/Adapta-Nokto.rasi
+++ b/themes/Adapta-Nokto.rasi
@@ -107,7 +107,7 @@
handle-width: 8px ;
padding: 0;
}
-#sidebar {
+#mode-switcher {
border: 2px dash 0px 0px ;
border-color: @separatorcolor;
}
diff --git a/themes/Arc-Dark.rasi b/themes/Arc-Dark.rasi
index 5f5cf399..b1345202 100644
--- a/themes/Arc-Dark.rasi
+++ b/themes/Arc-Dark.rasi
@@ -106,7 +106,7 @@
handle-width: 8px ;
padding: 0;
}
-#sidebar {
+#mode-switcher {
border: 2px 0px 0px ;
border-color: @separatorcolor;
}
diff --git a/themes/Arc.rasi b/themes/Arc.rasi
index 7d065755..0368224a 100644
--- a/themes/Arc.rasi
+++ b/themes/Arc.rasi
@@ -106,7 +106,7 @@
handle-width: 8px ;
padding: 0;
}
-#sidebar {
+#mode-switcher {
border: 2px 0px 0px ;
border-color: @separatorcolor;
}
diff --git a/themes/DarkBlue.rasi b/themes/DarkBlue.rasi
index ef073f36..b9165ee8 100644
--- a/themes/DarkBlue.rasi
+++ b/themes/DarkBlue.rasi
@@ -106,7 +106,7 @@
handle-width: 8px ;
padding: 0;
}
-#sidebar {
+#mode-switcher {
border: 2px 0px 0px ;
border-color: @separatorcolor;
}
diff --git a/themes/Indego.rasi b/themes/Indego.rasi
index 5381a0ae..2c3e75f2 100644
--- a/themes/Indego.rasi
+++ b/themes/Indego.rasi
@@ -106,7 +106,7 @@
handle-width: 8px ;
padding: 0;
}
-#sidebar {
+#mode-switcher {
border: 2px 0px 0px ;
border-color: @separatorcolor;
}
diff --git a/themes/Monokai.rasi b/themes/Monokai.rasi
index c8d3c5fe..201b593c 100644
--- a/themes/Monokai.rasi
+++ b/themes/Monokai.rasi
@@ -106,7 +106,7 @@
handle-width: 8px ;
padding: 0;
}
-#sidebar {
+#mode-switcher {
border: 2px 0px 0px ;
border-color: @separatorcolor;
}
diff --git a/themes/Paper.rasi b/themes/Paper.rasi
index 41f4f410..532c7710 100644
--- a/themes/Paper.rasi
+++ b/themes/Paper.rasi
@@ -105,7 +105,7 @@
handle-width: 8px ;
padding: 0;
}
-#sidebar {
+#mode-switcher {
border: 2px 0px 0px ;
border-color: @separatorcolor;
}
diff --git a/themes/Pop-Dark.rasi b/themes/Pop-Dark.rasi
index 81425fa9..a1874147 100644
--- a/themes/Pop-Dark.rasi
+++ b/themes/Pop-Dark.rasi
@@ -96,7 +96,7 @@
text-color: @alternate-active-foreground;
background-color: @alternate-active-background;
}
-#sidebar {
+#mode-switcher {
border: 1px dash 0px 0px ;
}
#button selected {
diff --git a/themes/android_notification.rasi b/themes/android_notification.rasi
index 856da89c..aae77fd9 100644
--- a/themes/android_notification.rasi
+++ b/themes/android_notification.rasi
@@ -106,7 +106,7 @@
handle-width: 8px ;
padding: 0;
}
-#sidebar {
+#mode-switcher {
border: 2px dash 0px 0px ;
border-color: @separatorcolor;
}
diff --git a/themes/arthur.rasi b/themes/arthur.rasi
index fe599250..5a9e308c 100644
--- a/themes/arthur.rasi
+++ b/themes/arthur.rasi
@@ -149,13 +149,13 @@
#vertb {
expand: false;
- children: [ dummy0, sidebar, dummy1 ];
+ children: [ dummy0, mode-switcher, dummy1 ];
}
#dummy0, dummy1 {
expand: true;
}
-#sidebar {
+#mode-switcher {
expand: false;
orientation: vertical;
spacing: 0px;
diff --git a/themes/blue.rasi b/themes/blue.rasi
index 17cbdfc8..893781b5 100644
--- a/themes/blue.rasi
+++ b/themes/blue.rasi
@@ -106,7 +106,7 @@
handle-width: 8px ;
padding: 0;
}
-#sidebar {
+#mode-switcher {
border: 2px dash 0px 0px ;
border-color: @separatorcolor;
}
diff --git a/themes/c64.rasi b/themes/c64.rasi
index ef99ba49..f921026f 100644
--- a/themes/c64.rasi
+++ b/themes/c64.rasi
@@ -109,7 +109,7 @@
handle-width: 8px ;
padding: 0;
}
-#sidebar {
+#mode-switcher {
border: 2px dash 0px 0px ;
border-color: @separatorcolor;
}
diff --git a/themes/glue_pro_blue.rasi b/themes/glue_pro_blue.rasi
index fa46e08d..39a9a38a 100644
--- a/themes/glue_pro_blue.rasi
+++ b/themes/glue_pro_blue.rasi
@@ -105,7 +105,7 @@
handle-width: 8px ;
padding: 0;
}
-#sidebar {
+#mode-switcher {
border: 2px dash 0px 0px ;
border-color: @separatorcolor;
}
diff --git a/themes/gruvbox-common.rasi b/themes/gruvbox-common.rasi
index f7a168d9..f9c73171 100644
--- a/themes/gruvbox-common.rasi
+++ b/themes/gruvbox-common.rasi
@@ -94,7 +94,7 @@ scrollbar {
padding: 0;
}
-sidebar {
+mode-switcher {
border: 2px 0 0;
border-color: @separatorcolor;
}
diff --git a/themes/lb.rasi b/themes/lb.rasi
index bbbec82b..66ea9d03 100644
--- a/themes/lb.rasi
+++ b/themes/lb.rasi
@@ -106,7 +106,7 @@
handle-width: 8px ;
padding: 0;
}
-#sidebar {
+#mode-switcher {
border: 2px dash 0px 0px ;
border-color: @separatorcolor;
}
diff --git a/themes/paper-float.rasi b/themes/paper-float.rasi
index d9b62c74..bc1940ca 100644
--- a/themes/paper-float.rasi
+++ b/themes/paper-float.rasi
@@ -106,7 +106,7 @@
background-color: #F5F5F500;
}
-#sidebar {
+#mode-switcher {
border: 2px;
padding: 0.5em 1em;
background-color: @grey;
diff --git a/themes/purple.rasi b/themes/purple.rasi
index f85e6577..d4b1ffd7 100644
--- a/themes/purple.rasi
+++ b/themes/purple.rasi
@@ -105,7 +105,7 @@
handle-width: 8px ;
padding: 0;
}
-#sidebar {
+#mode-switcher {
border: 2px dash 0px 0px ;
border-color: @separatorcolor;
}
diff --git a/themes/sidebar.rasi b/themes/sidebar.rasi
index 68e4e87b..1ba3e65c 100644
--- a/themes/sidebar.rasi
+++ b/themes/sidebar.rasi
@@ -50,7 +50,7 @@
text-color: @lightwhite;
}
-#sidebar {
+#mode-switcher {
border: 2px 0px 0px 0px;
background-color: @lightblack;
padding: 4px;
diff --git a/themes/solarized.rasi b/themes/solarized.rasi
index 34ce0b1c..340471e7 100644
--- a/themes/solarized.rasi
+++ b/themes/solarized.rasi
@@ -105,7 +105,7 @@
handle-width: 8px ;
padding: 0;
}
-#sidebar {
+#mode-switcher {
border: 2px dash 0px 0px ;
border-color: @separatorcolor;
}
diff --git a/themes/solarized_alternate.rasi b/themes/solarized_alternate.rasi
index 886248ca..456ef306 100644
--- a/themes/solarized_alternate.rasi
+++ b/themes/solarized_alternate.rasi
@@ -105,7 +105,7 @@
handle-width: 8px ;
padding: 0;
}
-#sidebar {
+#mode-switcher {
border: 2px dash 0px 0px ;
border-color: @separatorcolor;
}