Change default PrimarySelection face to be white on blue

This commit is contained in:
Maxime Coste 2014-12-01 13:06:26 +00:00
parent 2c6110dedf
commit 4fbaee61c5

View File

@ -93,7 +93,7 @@ CandidateList FaceRegistry::complete_alias_name(StringView prefix,
FaceRegistry::FaceRegistry()
: m_aliases{
{ "PrimarySelection", Face{ Colors::Cyan, Colors::Blue } },
{ "PrimarySelection", Face{ Colors::White, Colors::Blue } },
{ "SecondarySelection", Face{ Colors::Black, Colors::Blue } },
{ "PrimaryCursor", Face{ Colors::Black, Colors::White } },
{ "SecondaryCursor", Face{ Colors::Black, Colors::White } },