more colors
This commit is contained in:
parent
610fada91d
commit
9d9fbce196
3 changed files with 11 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
font=SourceCodePro Normal Regular 12
|
||||
background-color=#2C374688
|
||||
font=FantasqueSansM Nerd Font Normal Regular 12
|
||||
background-color=#3a464c88
|
||||
border-size=2
|
||||
border-color=#81A1C1FF
|
||||
border-color=#35a77cff
|
||||
icon-location=right
|
||||
text-alignment=right
|
||||
default-timeout=2000
|
||||
|
|
|
|||
|
|
@ -44,5 +44,5 @@ layout-border-color=81a1c1
|
|||
|
||||
scaling=stretch
|
||||
|
||||
font=SourceCodePro
|
||||
font=FantasqueSansM Nerd Font
|
||||
font-size=18
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
#expander-box, #window, #input {
|
||||
background-color: rgba(44, 37, 46, 0.7);
|
||||
background-color: rgba(50, 70, 76, 0.5);
|
||||
border-radius: 0;
|
||||
color: white;
|
||||
font-family: SourceCodePro;
|
||||
font-size: 11pt;
|
||||
font-family: FantasqueSansM Nerd Font;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#window, #input {
|
||||
border: 2px solid #81a1c1;
|
||||
border: 2px solid #35a77c;
|
||||
}
|
||||
|
||||
#expander-box {
|
||||
|
|
@ -16,8 +16,8 @@
|
|||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #2c3746;
|
||||
border-top: 2px solid #eceff4;
|
||||
border-bottom: 2px solid #eceff4;
|
||||
background-color: #3a464c;
|
||||
border-top: 2px solid #83c092;
|
||||
border-bottom: 2px solid #83c092;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue