Fuzzle : Brighter selection for better contrast.
This commit is contained in:
parent
5107c255ef
commit
ee35cef0f1
|
@ -19,13 +19,13 @@ in {
|
||||||
colors = let
|
colors = let
|
||||||
defaultOpacity = "ff";
|
defaultOpacity = "ff";
|
||||||
in {
|
in {
|
||||||
background = style.color.bg.dark + style.opacity.hex;
|
background = style.color.bg.dark + style.opacity.hex;
|
||||||
border = style.color.border + style.opacity.hex;
|
border = style.color.border + style.opacity.hex;
|
||||||
match = style.color.fg.light + defaultOpacity;
|
match = style.color.fg.light + defaultOpacity;
|
||||||
selection = style.color.bg.dark + defaultOpacity;
|
selection = style.color.bg.regular + defaultOpacity;
|
||||||
selection-match = style.color.accent + defaultOpacity;
|
selection-match = style.color.accent + defaultOpacity;
|
||||||
selection-text = style.color.fg.light + defaultOpacity;
|
selection-text = style.color.fg.light + defaultOpacity;
|
||||||
text = style.color.fg.light + defaultOpacity;
|
text = style.color.fg.light + defaultOpacity;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue