Change default PrimarySelection face to be white on blue
This commit is contained in:
parent
2c6110dedf
commit
4fbaee61c5
|
@ -93,7 +93,7 @@ CandidateList FaceRegistry::complete_alias_name(StringView prefix,
|
||||||
|
|
||||||
FaceRegistry::FaceRegistry()
|
FaceRegistry::FaceRegistry()
|
||||||
: m_aliases{
|
: m_aliases{
|
||||||
{ "PrimarySelection", Face{ Colors::Cyan, Colors::Blue } },
|
{ "PrimarySelection", Face{ Colors::White, Colors::Blue } },
|
||||||
{ "SecondarySelection", Face{ Colors::Black, Colors::Blue } },
|
{ "SecondarySelection", Face{ Colors::Black, Colors::Blue } },
|
||||||
{ "PrimaryCursor", Face{ Colors::Black, Colors::White } },
|
{ "PrimaryCursor", Face{ Colors::Black, Colors::White } },
|
||||||
{ "SecondaryCursor", Face{ Colors::Black, Colors::White } },
|
{ "SecondaryCursor", Face{ Colors::Black, Colors::White } },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user