more colors

master
Daniel Napora 2020-02-16 19:40:48 +01:00
parent fa12ae1e8b
commit fd032ae41e
1 changed files with 7 additions and 2 deletions

View File

@ -80,7 +80,8 @@ menu_halign = ${MENU_HALIGN:-left}
item_height = ${ITEM_HEIGHT:-20}
item_halign = ${ITEM_HALIGN:-left}
item_padding = 4
item_radius = 2
item_radius = ${item_radius:-2}
item_border = ${item_border:-0}
arrow_string = ${ARROW_STRING:-⮞}
columns = ${COLUMNS:-1}
@ -94,9 +95,13 @@ 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_title_fg = ${color_title_fg:-#4D4D4D 100}
color_title_border = ${color_title_border:-#504e65 100}
color_title_bg = ${color_title_bg:-#262626 100}
color_scroll_ind = ${COLOR_SCROLL_IND:-#504e65 100}
sep_markup = weight="bold" foreground="${color_norm_fg% *}"
sep_markup = weight="bold" foreground="${color_title_fg% *}"
font = ${font:-Noto Sans Medium 9}
icon_size = ${ICON_SIZE:-0}
EOF