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

@ -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;