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 ;
padding: 0;
}
#sidebar {
#mode-switcher {
border: 2px dash 0px 0px ;
border-color: @separatorcolor;
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -78,7 +78,7 @@ configuration {
color: @magenta;
background-color: @transparent;
spacing: 0;
children: [vertb, mainbox];
children: [mainbox];
orientation: horizontal;
}
@ -164,13 +164,13 @@ configuration {
#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;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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