You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
manjaro-architect/data/dialogrc

75 lines
2.1 KiB
Plaintext

# Provided under the GNU General Public License
# as published by the Free Software Foundation.
#
# Shell dialog style by @oberon, designed to be used in combination with the 'maia-console' theme.
# To achieve the same in the terminal you need to configure your terminal emulator.
#
#
# colors used:
# color00='232423' # BLACK | dark grey
# color08='282928'
# color01='BA2922' # RED
# color09='CC372C'
# color02='7E807E' # GREEN | very bright grey
# color10='8D8F8D'
# color03='4C4F4D' # YELLOW | grey
# color11='4E524F'
# color04='16A085' # BLUE | turquoise, maia highlight
# color12='13BF9D'
# color05='43746A' # MAGENTA | very bright grey
# color13='487D72'
# color06='00CCCC' # CYAN
# color14='00D1D1'
# color07='E0E0E0' # WHITE
# color15='E8E8E8'
screen_color = (green,black,off)
dialog_color = (white,yellow,off)
title_color = (green,yellow,on)
border_color = dialog_color
shadow_color = (black,black,on)
button_inactive_color = dialog_color
button_key_inactive_color = dialog_color
button_label_inactive_color = dialog_color
button_active_color = (white,blue,on)
button_key_active_color = button_active_color
button_label_active_color = (black,blue,on)
tag_key_selected_color = (white,black,on)
item_selected_color = tag_key_selected_color
form_text_color = (yellow,green,on)
form_item_readonly_color = (green,yellow,on)
itemhelp_color = (white,blue,off)
inputbox_color = dialog_color
inputbox_border_color = dialog_color
searchbox_color = dialog_color
searchbox_title_color = title_color
searchbox_border_color = border_color
position_indicator_color = title_color
menubox_color = dialog_color
menubox_border_color = border_color
item_color = dialog_color
tag_color = title_color
tag_selected_color = button_label_active_color
tag_key_color = button_key_inactive_color
check_color = dialog_color
check_selected_color = button_active_color
uarrow_color = screen_color
darrow_color = screen_color
form_active_text_color = button_active_color
gauge_color = title_color
border2_color = dialog_color
searchbox_border2_color = dialog_color
menubox_border2_color = dialog_color
#aspect = 0
separate_widget = ""
tab_len = 0
visit_items = off
use_shadow = off
use_colors = on