Fix wofi colour typo and set window background to match

This commit is contained in:
Matt Robineau
2024-06-27 07:52:04 -04:00
parent 58f9a1fc0e
commit 64e2908d46

View File

@@ -4,7 +4,7 @@ Arc-Dark Color Scheme
@define-color highlight #5294e2; @define-color highlight #5294e2;
@define-color base1 #404552; @define-color base1 #404552;
@define-color base2 #40455; @define-color base2 #404552;
@define-color base3 #4b5160; @define-color base3 #4b5160;
*{ *{
@@ -13,6 +13,7 @@ Arc-Dark Color Scheme
window { window {
border: 1px solid @highlight; border: 1px solid @highlight;
background-color: @base1;
} }
#input { #input {
@@ -20,7 +21,7 @@ window {
padding:3px; padding:3px;
border-radius: 5px; border-radius: 5px;
border:none; border:none;
color: white; color: black;
} }
#inner-box { #inner-box {