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,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;
}