From bee5fef90078e4f4ea266449ca7306753dfeb4ee Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 2 Dec 2019 09:43:14 +0000 Subject: [PATCH] update menu colors --- colors/monotonous-light.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/colors/monotonous-light.erb b/colors/monotonous-light.erb index ea70067..a73cfb5 100644 --- a/colors/monotonous-light.erb +++ b/colors/monotonous-light.erb @@ -5,7 +5,7 @@ # Step 1: information # - # Make sure the name of your colorscheme is unique and attractive. + # mAke sure the name of your colorscheme is unique and attractive. # The description should fit in a single line with no linefeed. # 'background' can be "light" or "dark". information = { @@ -147,8 +147,8 @@ ui_visual_bg = ["#ced8e0", 17, "darkblue"] ui_visualnos_bg = ["#e0d4ce", 52, "darkred"] - menu_bg = ["#333535", 237, "black"] - menu_fg = ui_fg_strong1 + menu_bg = ui_bg + menu_fg = ui_fg menu_sel = ui_fg_strong3 diff_delete_bg = ["#ece0e0", 52, "darkred"]