diff --git a/src/color_registry.cc b/src/color_registry.cc index ba07fb02..36d19e72 100644 --- a/src/color_registry.cc +++ b/src/color_registry.cc @@ -43,8 +43,8 @@ ColorRegistry::ColorRegistry() { "PrimaryCursor", { Colors::Black, Colors::White } }, { "SecondaryCursor", { Colors::Black, Colors::White } }, { "LineNumbers", { Colors::Default, Colors::Default } }, - { "MenuForeground", { Colors::Blue, Colors::Cyan } }, - { "MenuBackground", { Colors::Cyan, Colors::Blue } }, + { "MenuForeground", { Colors::White, Colors::Blue } }, + { "MenuBackground", { Colors::Blue, Colors::White } }, { "Information", { Colors::Black, Colors::Yellow } }, { "Error", { Colors::Black, Colors::Red } }, { "StatusLine", { Colors::Cyan, Colors::Default } },