Fix some colors

This commit is contained in:
Marco Thomas
2022-01-15 00:41:53 +01:00
parent 80aa8614f3
commit 8632359365
7 changed files with 42 additions and 30 deletions

View File

@@ -1,10 +1,10 @@
* {
background: #eeeeee;
background-alt: #eeeeee;
foreground: #000000;
background: #222222;
background-alt: #222222;
foreground: #ffffff;
accent: #A6CC70;
border: #eeeeee;
border-alt: #eeeeee;
border: #222222;
border-alt: #222222;
selected: @accent;
urgent: #ff3333;
}
}