Update themes.
This commit is contained in:
parent
99388174bd
commit
9a843caa86
20 changed files with 25 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue