Change default menu colors

Distinguish menus from selection more easily
This commit is contained in:
Maxime Coste 2014-03-29 08:54:45 +00:00
parent 71374139c9
commit c38e14958f

View File

@ -43,8 +43,8 @@ ColorRegistry::ColorRegistry()
{ "PrimaryCursor", { Colors::Black, Colors::White } }, { "PrimaryCursor", { Colors::Black, Colors::White } },
{ "SecondaryCursor", { Colors::Black, Colors::White } }, { "SecondaryCursor", { Colors::Black, Colors::White } },
{ "LineNumbers", { Colors::Default, Colors::Default } }, { "LineNumbers", { Colors::Default, Colors::Default } },
{ "MenuForeground", { Colors::Blue, Colors::Cyan } }, { "MenuForeground", { Colors::White, Colors::Blue } },
{ "MenuBackground", { Colors::Cyan, Colors::Blue } }, { "MenuBackground", { Colors::Blue, Colors::White } },
{ "Information", { Colors::Black, Colors::Yellow } }, { "Information", { Colors::Black, Colors::Yellow } },
{ "Error", { Colors::Black, Colors::Red } }, { "Error", { Colors::Black, Colors::Red } },
{ "StatusLine", { Colors::Cyan, Colors::Default } }, { "StatusLine", { Colors::Cyan, Colors::Default } },