Wofi Colors Matched!

This commit is contained in:
OdiousImp2604
2021-01-29 13:34:24 +00:00
committed by GitHub
parent 171942634f
commit 2cbd928667
2 changed files with 12 additions and 11 deletions

View File

@@ -5,6 +5,7 @@ Arc-Dark Color Scheme
@define-color highlight #5294e2;
@define-color base1 #404552;
@define-color base2 #40455;
@define-color base3 #4b5160;
*{
@@ -16,19 +17,20 @@ window {
}
#input {
margin-bottom: 10px;
border-radius: 3px;
margin-bottom: 15px;
padding:3px;
border-radius: 5px;
border:none;
color: white;
}
#inner-box {
background-color: @base2;
background-color: @base3;
}
#outer-box {
margin: 3px;
margin: 5px;
padding:15px;
background-color: @base2;
}