feat: core config improvements

This commit is contained in:
2026-07-11 18:33:20 +02:00
parent c5f14c3d83
commit de2e0bbbc2
6 changed files with 81 additions and 72 deletions

View File

@@ -3,13 +3,13 @@
**/
* {
highlight: bold italic;
background: #141c21;
background-alt: #4c5c68;
separatorcolor: #4c5c68;
border: #518386;
highlight: #518386;
highlight-background: #343c41;
foreground: #93a1a1;
background: #22222200;
background-alt: #292929FA;
separatorcolor: #232323;
border: #b66741;
highlight: #191919F0;
highlight-background: #b66741F0;
foreground: #dad0b6;
normal-background: var(background);
urgent-background: var(background);
active-background: var(background);
@@ -42,16 +42,16 @@ configuration {
window {
padding: 8px;
background-color: var(background);
border-radius: 4px;
background-color: var(background-alt);
border-radius: 0px;
width: 14%;
border: 0 0 4px 0;
border-color: var(border);
location: northwest;
x-offset: 8px;
y-offset: 52px;
location: north;
x-offset: 0px;
y-offset: 38px;
}
mainbox {
padding: 0;
@@ -79,7 +79,7 @@ listview {
element {
padding: 6px ;
border: 0;
border-radius: 4px;
border-radius: 2px;
}
element normal.normal {
background-color: var(normal-background);