New backup 2026-03-03 14:15:02
This commit is contained in:
parent
1a5978ba54
commit
d3c302555b
2 changed files with 4 additions and 4 deletions
|
|
@ -5,4 +5,4 @@ hide_scroll=true
|
||||||
colors=../de-vars/colors/active/colors
|
colors=../de-vars/colors/active/colors
|
||||||
#key_expand=Right
|
#key_expand=Right
|
||||||
dynamic_lines=true
|
dynamic_lines=true
|
||||||
line_wrap=word
|
line_wrap=char
|
||||||
|
|
|
||||||
|
|
@ -46,12 +46,12 @@ window {
|
||||||
background-color: @transparent-color;
|
background-color: @transparent-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
#text:selected:first-child {
|
#text {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
|
padding: 0px 5px;
|
||||||
color: @foreground-color;
|
color: @foreground-color;
|
||||||
background-color: red;
|
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;
|
||||||
|
|
@ -61,7 +61,7 @@ window {
|
||||||
border: 0px solid @transparent-color;
|
border: 0px solid @transparent-color;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: @button-background-color;
|
background-color: @button-background-color;
|
||||||
margin:10px 10px;
|
/* margin:10px 10px;*/
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
}
|
}
|
||||||
#entry:selected {
|
#entry:selected {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue