Update styling

master
Alex Selimov 6 months ago
parent afac87cc49
commit b19fe10a0d

@ -1,13 +1,16 @@
$bg: #282828;
Screen {
layout: horizontal;
overflow-x: auto;
background: $bg;
}
EditScreen {
align: center middle;
overflow-x: hidden;
layout: vertical;
background: #282828 50%;
background: #000000 25%;
}
.column {
@ -29,3 +32,21 @@ EditScreen {
color: #458588;
text-style: bold underline;
}
ListItem{
border: solid #ebdbb2 100%;
padding: 1 1 1 1;
background: $bg;
}
ListView > ListItem.--highlight {
background: $bg;
}
ListView:focus > ListItem.--highlight {
background: #458588;
}
Label:focus{
background: #458588;
}

Loading…
Cancel
Save