more colors

This commit is contained in:
Alexey 2025-08-18 16:34:16 +03:00
commit 9d9fbce196
3 changed files with 11 additions and 11 deletions

View file

@ -1,7 +1,7 @@
font=SourceCodePro Normal Regular 12 font=FantasqueSansM Nerd Font Normal Regular 12
background-color=#2C374688 background-color=#3a464c88
border-size=2 border-size=2
border-color=#81A1C1FF border-color=#35a77cff
icon-location=right icon-location=right
text-alignment=right text-alignment=right
default-timeout=2000 default-timeout=2000

View file

@ -44,5 +44,5 @@ layout-border-color=81a1c1
scaling=stretch scaling=stretch
font=SourceCodePro font=FantasqueSansM Nerd Font
font-size=18 font-size=18

View file

@ -1,13 +1,13 @@
#expander-box, #window, #input { #expander-box, #window, #input {
background-color: rgba(44, 37, 46, 0.7); background-color: rgba(50, 70, 76, 0.5);
border-radius: 0; border-radius: 0;
color: white; color: white;
font-family: SourceCodePro; font-family: FantasqueSansM Nerd Font;
font-size: 11pt; font-size: 16px;
} }
#window, #input { #window, #input {
border: 2px solid #81a1c1; border: 2px solid #35a77c;
} }
#expander-box { #expander-box {
@ -16,8 +16,8 @@
} }
#entry:selected { #entry:selected {
background-color: #2c3746; background-color: #3a464c;
border-top: 2px solid #eceff4; border-top: 2px solid #83c092;
border-bottom: 2px solid #eceff4; border-bottom: 2px solid #83c092;
border-radius: 0; border-radius: 0;
} }