fix: selection color contrast
This commit is contained in:
@@ -7,7 +7,8 @@
|
|||||||
background-alt: #4c5c68;
|
background-alt: #4c5c68;
|
||||||
separatorcolor: #4c5c68;
|
separatorcolor: #4c5c68;
|
||||||
border: #518386;
|
border: #518386;
|
||||||
highlight: #343c41;
|
highlight: #518386;
|
||||||
|
highlight-background: #343c41;
|
||||||
foreground: #93a1a1;
|
foreground: #93a1a1;
|
||||||
normal-background: var(background);
|
normal-background: var(background);
|
||||||
urgent-background: var(background);
|
urgent-background: var(background);
|
||||||
@@ -93,7 +94,7 @@ element normal.active {
|
|||||||
text-color: var(active-foreground);
|
text-color: var(active-foreground);
|
||||||
}
|
}
|
||||||
element selected.normal {
|
element selected.normal {
|
||||||
background-color: var(highlight);
|
background-color: var(highlight-background);
|
||||||
text-color: var(selected-normal-foreground);
|
text-color: var(selected-normal-foreground);
|
||||||
}
|
}
|
||||||
element selected.urgent {
|
element selected.urgent {
|
||||||
|
|||||||
Reference in New Issue
Block a user