New backup 2026-03-03 14:00:01

This commit is contained in:
Penelope Gwen 2026-03-03 14:00:01 -08:00
parent 2be23bd1fa
commit 1a5978ba54
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,8 @@
width=400 width=400
height=420 #height=420
#lines=8
hide_scroll=true hide_scroll=true
colors=../de-vars/colors/active/colors colors=../de-vars/colors/active/colors
#key_expand=Right #key_expand=Right
dynamic_lines=true
line_wrap=word

View file

@ -46,10 +46,12 @@ window {
background-color: @transparent-color; background-color: @transparent-color;
} }
#text { #text:selected:first-child {
margin: 5px; margin: 5px;
color: @foreground-color; color: @foreground-color;
background-color: red;
text-shadow: 0px 0px 2px @foreground-shadow-color,0px 0px 6px @foreground-shadow-color; text-shadow: 0px 0px 2px @foreground-shadow-color,0px 0px 6px @foreground-shadow-color;
min-width: 200px;
} }
#text:selected { #text:selected {
color: @active-foreground-color; color: @active-foreground-color;