summary refs log tree commit diff
path: root/bin/menu
diff options
context:
space:
mode:
Diffstat (limited to 'bin/menu')
-rwxr-xr-xbin/menu2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menu b/bin/menu
index f6e82a4..94d886b 100755
--- a/bin/menu
+++ b/bin/menu
@@ -4,7 +4,7 @@ set -e
 
 arg0=bemenu
 prompt=${MENU_PROMPT:-">"}
-main_color="#0B346F"
+main_color="#4E4371"
 
 idx=0
 while test $# -gt $idx; do