From 4fbaee61c5842d71adbd045a46760ed649c5b9f5 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 1 Dec 2014 13:06:26 +0000 Subject: [PATCH] Change default PrimarySelection face to be white on blue --- src/face_registry.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/face_registry.cc b/src/face_registry.cc index 93e9c9f0..53e5867b 100644 --- a/src/face_registry.cc +++ b/src/face_registry.cc @@ -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 } },