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

View File

@@ -45,6 +45,7 @@ element {
orientation: vertical;
padding: 15 15 15 15;
border-radius: 6;
text-color: @foreground;
}
element selected {
@@ -80,5 +81,6 @@ entry {
padding: 8 12 8 12;
margin: 0% 0% 0% 0%;
placeholder: "Search";
placeholder-color: #444444;
placeholder-color: #eeeeee;
text-color: @foreground;
}