New backup 2026-03-03 14:15:02

This commit is contained in:
Penelope Gwen 2026-03-03 14:15:02 -08:00
parent 1a5978ba54
commit d3c302555b
2 changed files with 4 additions and 4 deletions

View file

@ -5,4 +5,4 @@ hide_scroll=true
colors=../de-vars/colors/active/colors
#key_expand=Right
dynamic_lines=true
line_wrap=word
line_wrap=char

View file

@ -46,12 +46,12 @@ window {
background-color: @transparent-color;
}
#text:selected:first-child {
#text {
margin: 5px;
padding: 0px 5px;
color: @foreground-color;
background-color: red;
text-shadow: 0px 0px 2px @foreground-shadow-color,0px 0px 6px @foreground-shadow-color;
min-width: 200px;
}
#text:selected {
color: @active-foreground-color;
@ -61,7 +61,7 @@ window {
border: 0px solid @transparent-color;
border-radius: 10px;
background-color: @button-background-color;
margin:10px 10px;
/* margin:10px 10px;*/
min-height: 40px;
}
#entry:selected {