Merge pull request #61 from mattrobineau/main
Fix wofi colour typo and set window background to match
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user