summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-03-29 08:54:45 +0000
committerMaxime Coste <frrrwww@gmail.com>2014-03-29 08:54:45 +0000
commitc38e14958fd53df2b697319920cd4d3c285ad372 (patch)
tree73da9f1330e2ccf9cc67ab2d46295080c19d4243 /src
parent71374139c93668bdb8af4eef8978887a87c381b1 (diff)
Change default menu colors
Distinguish menus from selection more easily
Diffstat (limited to 'src')
-rw-r--r--src/color_registry.cc4
1 files changed, 2 insertions, 2 deletions
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 } },