update menu colors
This commit is contained in:
parent
993d7d639a
commit
bee5fef900
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
# Step 1: information
|
# 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.
|
# The description should fit in a single line with no linefeed.
|
||||||
# 'background' can be "light" or "dark".
|
# 'background' can be "light" or "dark".
|
||||||
information = {
|
information = {
|
||||||
|
@ -147,8 +147,8 @@
|
||||||
ui_visual_bg = ["#ced8e0", 17, "darkblue"]
|
ui_visual_bg = ["#ced8e0", 17, "darkblue"]
|
||||||
ui_visualnos_bg = ["#e0d4ce", 52, "darkred"]
|
ui_visualnos_bg = ["#e0d4ce", 52, "darkred"]
|
||||||
|
|
||||||
menu_bg = ["#333535", 237, "black"]
|
menu_bg = ui_bg
|
||||||
menu_fg = ui_fg_strong1
|
menu_fg = ui_fg
|
||||||
menu_sel = ui_fg_strong3
|
menu_sel = ui_fg_strong3
|
||||||
|
|
||||||
diff_delete_bg = ["#ece0e0", 52, "darkred"]
|
diff_delete_bg = ["#ece0e0", 52, "darkred"]
|
||||||
|
|
Loading…
Reference in New Issue