Change 'sidebar' to 'mode-switcher' in user themes. (#38)
* Change 'sidebar' to 'mode-switcher' in flat-orange. This fixes the theme in Rofi 1.5.3. * Change 'sidebar' to 'mode-switcher' in all user themes.
This commit is contained in:
parent
7018be3e6e
commit
4033ccd299
7 changed files with 10 additions and 10 deletions
|
@ -97,7 +97,7 @@
|
||||||
background-color: @alternate-active-background;
|
background-color: @alternate-active-background;
|
||||||
text-color: @alternate-active-foreground;
|
text-color: @alternate-active-foreground;
|
||||||
}
|
}
|
||||||
#sidebar {
|
#mode-switcher {
|
||||||
border: 2px 0px 0px ;
|
border: 2px 0px 0px ;
|
||||||
border-color: @separatorcolor;
|
border-color: @separatorcolor;
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,7 +31,7 @@ window {
|
||||||
mainbox {
|
mainbox {
|
||||||
background-color: @blackdarkest;
|
background-color: @blackdarkest;
|
||||||
spacing:0px;
|
spacing:0px;
|
||||||
children: [inputbar, message, sidebar, listview];
|
children: [inputbar, message, mode-switcher, listview];
|
||||||
}
|
}
|
||||||
|
|
||||||
message {
|
message {
|
||||||
|
@ -110,7 +110,7 @@ scrollbar {
|
||||||
handle-width: 15px;
|
handle-width: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
sidebar {
|
mode-switcher {
|
||||||
background-color: @blackwidget;
|
background-color: @blackwidget;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ window {
|
||||||
}
|
}
|
||||||
|
|
||||||
mainbox {
|
mainbox {
|
||||||
children: [inputbar, message, sidebar, listview];
|
children: [inputbar, message, mode-switcher, listview];
|
||||||
spacing: 30px;
|
spacing: 30px;
|
||||||
/*margin: 20%;*/
|
/*margin: 20%;*/
|
||||||
padding: 30px 0;
|
padding: 30px 0;
|
||||||
|
@ -72,7 +72,7 @@ case-indicator {
|
||||||
text-color: @base0F;
|
text-color: @base0F;
|
||||||
}
|
}
|
||||||
|
|
||||||
sidebar, message {
|
mode-switcher, message {
|
||||||
border: 1px 0;
|
border: 1px 0;
|
||||||
border-color: @base0D;
|
border-color: @base0D;
|
||||||
}
|
}
|
||||||
|
|
|
@ -105,7 +105,7 @@ scrollbar {
|
||||||
handle-width: 8px;
|
handle-width: 8px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
sidebar {
|
mode-switcher {
|
||||||
border: 2px dash 0px 0px;
|
border: 2px dash 0px 0px;
|
||||||
border-color: @separatorcolor;
|
border-color: @separatorcolor;
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabcontent {
|
#tabcontent {
|
||||||
children: [ topborder, sidebar, mainbox ];
|
children: [ topborder, mode-switcher, mainbox ];
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
border: 8px;
|
border: 8px;
|
||||||
|
@ -162,7 +162,7 @@
|
||||||
handle-width: 8px ;
|
handle-width: 8px ;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
#sidebar {
|
#mode-switcher {
|
||||||
border: 0px 0px 0px 1px;
|
border: 0px 0px 0px 1px;
|
||||||
border-color: @dark-border-color;
|
border-color: @dark-border-color;
|
||||||
spacing: 0px;
|
spacing: 0px;
|
||||||
|
|
|
@ -53,7 +53,7 @@ window {
|
||||||
|
|
||||||
mainbox {
|
mainbox {
|
||||||
spacing: 0.8em;
|
spacing: 0.8em;
|
||||||
children: [ entry,listview,sidebar ];
|
children: [ entry,listview,mode-switcher ];
|
||||||
}
|
}
|
||||||
|
|
||||||
button { padding: 5px 2px; }
|
button { padding: 5px 2px; }
|
||||||
|
|
|
@ -130,7 +130,7 @@ scrollbar {
|
||||||
handle-width: 8px ;
|
handle-width: 8px ;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
sidebar {
|
mode-switcher {
|
||||||
border: 2px dash 0px 0px ;
|
border: 2px dash 0px 0px ;
|
||||||
border-color: @separatorcolor;
|
border-color: @separatorcolor;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue