master
Daniel Napora 2020-02-23 00:51:41 +01:00
parent 70f8e5f6db
commit 1ef4cf5706
1 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,8 @@
. $HOME/.config/mabox/mabox.conf
#JGTHEME=${jgmenu_theme:-default}
jgmenu_theme=${jgmenu_theme:-obtheme}
jgmenu_use_icons=${jgmenu_use_icons:-true}
case $jgmenu_theme in
default)
export color_norm_fg="#FFFFFF "
@ -89,10 +90,10 @@ color_sel_bg = ${color_sel_bg:-#169f6f 60}
color_sel_fg = ${color_sel_fg:-#f8f8f8 100}
color_sel_border = ${color_sel_border:-#504e65 100}
color_sep_fg = ${color_sep_fg:-#4D4D4D 100}
color_sep_bg = ${color_sep_bg:-#262626 100}
color_sep_bg = ${color_sep_bg:-#262626 100}
color_title_fg = ${color_title_fg:-#4D4D4D 100}
color_title_border = ${color_title_border:-#169f6f 100}
color_title_bg = ${color_title_bg:-#262626 100}
color_title_bg = ${color_title_bg:-#262626 100}
color_scroll_ind = ${COLOR_SCROLL_IND:-#504e65 100}