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

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