Update themes.

This commit is contained in:
Dave Davenport 2020-08-25 21:50:57 +02:00
parent 99388174bd
commit 9a843caa86
20 changed files with 25 additions and 34 deletions

View file

@ -107,7 +107,7 @@
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;
} }

View file

@ -106,7 +106,7 @@
handle-width: 8px ; handle-width: 8px ;
padding: 0; padding: 0;
} }
#sidebar { #mode-switcher {
border: 2px 0px 0px ; border: 2px 0px 0px ;
border-color: @separatorcolor; border-color: @separatorcolor;
} }

View file

@ -106,7 +106,7 @@
handle-width: 8px ; handle-width: 8px ;
padding: 0; padding: 0;
} }
#sidebar { #mode-switcher {
border: 2px 0px 0px ; border: 2px 0px 0px ;
border-color: @separatorcolor; border-color: @separatorcolor;
} }

View file

@ -106,7 +106,7 @@
handle-width: 8px ; handle-width: 8px ;
padding: 0; padding: 0;
} }
#sidebar { #mode-switcher {
border: 2px 0px 0px ; border: 2px 0px 0px ;
border-color: @separatorcolor; border-color: @separatorcolor;
} }

View file

@ -106,7 +106,7 @@
handle-width: 8px ; handle-width: 8px ;
padding: 0; padding: 0;
} }
#sidebar { #mode-switcher {
border: 2px 0px 0px ; border: 2px 0px 0px ;
border-color: @separatorcolor; border-color: @separatorcolor;
} }

View file

@ -106,7 +106,7 @@
handle-width: 8px ; handle-width: 8px ;
padding: 0; padding: 0;
} }
#sidebar { #mode-switcher {
border: 2px 0px 0px ; border: 2px 0px 0px ;
border-color: @separatorcolor; border-color: @separatorcolor;
} }

View file

@ -105,7 +105,7 @@
handle-width: 8px ; handle-width: 8px ;
padding: 0; padding: 0;
} }
#sidebar { #mode-switcher {
border: 2px 0px 0px ; border: 2px 0px 0px ;
border-color: @separatorcolor; border-color: @separatorcolor;
} }

View file

@ -96,7 +96,7 @@
text-color: @alternate-active-foreground; text-color: @alternate-active-foreground;
background-color: @alternate-active-background; background-color: @alternate-active-background;
} }
#sidebar { #mode-switcher {
border: 1px dash 0px 0px ; border: 1px dash 0px 0px ;
} }
#button selected { #button selected {

View file

@ -106,7 +106,7 @@
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;
} }

View file

@ -78,7 +78,7 @@ configuration {
color: @magenta; color: @magenta;
background-color: @transparent; background-color: @transparent;
spacing: 0; spacing: 0;
children: [vertb, mainbox]; children: [mainbox];
orientation: horizontal; orientation: horizontal;
} }
@ -164,13 +164,13 @@ configuration {
#vertb { #vertb {
expand: false; expand: false;
children: [ dummy0, sidebar, dummy1 ]; children: [ dummy0, mode-switcher, dummy1 ];
} }
#dummy0, dummy1 { #dummy0, dummy1 {
expand: true; expand: true;
} }
#sidebar { #mode-switcher {
expand: false; expand: false;
orientation: vertical; orientation: vertical;
spacing: 0px; spacing: 0px;

View file

@ -106,7 +106,7 @@
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;
} }

View file

@ -109,7 +109,7 @@
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;
} }

View file

@ -10,9 +10,6 @@
font: "Times New Roman 12"; font: "Times New Roman 12";
} }
configuration {
}
#window { #window {
anchor: north; anchor: north;
location: north; location: north;

View file

@ -105,7 +105,7 @@
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;
} }

View file

@ -106,7 +106,7 @@
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;
} }

View file

@ -106,7 +106,7 @@
background-color: #F5F5F500; background-color: #F5F5F500;
} }
#sidebar { #mode-switcher {
border: 2px; border: 2px;
padding: 0.5em 1em; padding: 0.5em 1em;
background-color: @grey; background-color: @grey;

View file

@ -105,7 +105,7 @@
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;
} }

View file

@ -42,24 +42,18 @@
highlight: bold #ffffff; highlight: bold #ffffff;
} }
#window { #window {
fullscreen: true; height: 100%;
width: 30em;
location: west; location: west;
anchor: west; anchor: west;
border: 0px 2px 0px 0px; border: 0px 2px 0px 0px;
text-color: @lightwhite; text-color: @lightwhite;
orientation: horizontal;
children: [mainbox, dummy];
} }
#dummy { #mode-switcher {
expand: true;
}
#sidebar {
border: 2px 0px 0px 0px; border: 2px 0px 0px 0px;
background-color: @lightblack; background-color: @lightblack;
padding: 10px; padding: 4px;
} }
#button selected { #button selected {
border-color: @lightgreen; border-color: @lightgreen;
@ -75,7 +69,7 @@
border: 0px 0px 2px 0px; border: 0px 0px 2px 0px;
} }
#mainbox { #mainbox {
expand: false; expand: true;
background-color: #1c1c1cee; background-color: #1c1c1cee;
spacing: 1em; spacing: 1em;
} }

View file

@ -105,7 +105,7 @@
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;
} }

View file

@ -105,7 +105,7 @@
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;
} }