change background

This commit is contained in:
davidovski 2023-12-04 02:32:16 +00:00
parent 2c23da6112
commit 6ed4306119
11 changed files with 48 additions and 33 deletions

View file

@ -35,7 +35,7 @@
#window {
background-color: @background;
border: 2px;
border: 0px;
border-color: @foreground;
padding: 2.5ch;
}
@ -46,7 +46,7 @@
}
#message {
border: 2px 0px 0px;
border: 0px 0px 0px;
border-color: @border-color;
padding: 1px;
}
@ -68,7 +68,7 @@
#listview {
fixed-height: 0;
border: 2px 0px 0px;
border: 0px 0px 0px;
border-color: @border-color;
spacing: 2px;
scrollbar: true;