You've already forked al-installer
Large overhaul
This commit is contained in:
79
src/dialogrc
Normal file
79
src/dialogrc
Normal file
@ -0,0 +1,79 @@
|
||||
#
|
||||
# Run-time configuration file for dialog
|
||||
#
|
||||
# Types of values:
|
||||
#
|
||||
# Number - <number>
|
||||
# String - "string"
|
||||
# Boolean - <ON|OFF>
|
||||
# Attribute - (foreground,background,highlight?)
|
||||
|
||||
aspect = 14
|
||||
|
||||
separate_widget = ""
|
||||
|
||||
tab_len = 0
|
||||
|
||||
visit_items = OFF
|
||||
|
||||
use_shadow = ON
|
||||
use_colors = ON
|
||||
|
||||
screen_color = (CYAN,BLACK,ON)
|
||||
|
||||
shadow_color = (BLACK,BLACK,ON)
|
||||
|
||||
dialog_color = (WHITE,BLACK,ON)
|
||||
|
||||
title_color = (RED,BLACK,ON)
|
||||
|
||||
border_color = (WHITE,BLACK,ON)
|
||||
border2_color = border_color
|
||||
|
||||
button_active_color = (BLACK,BLUE,ON)
|
||||
button_inactive_color = (WHITE,BLACK,ON)
|
||||
|
||||
button_key_active_color = (RED,BLUE,ON)
|
||||
button_key_inactive_color = (RED,BLACK,ON)
|
||||
|
||||
button_label_active_color = (BLACK,BLUE,ON)
|
||||
button_label_inactive_color = (WHITE,BLACK,ON)
|
||||
|
||||
inputbox_color = (WHITE,BLACK,ON)
|
||||
|
||||
inputbox_border_color = (WHITE,BLACK,ON)
|
||||
inputbox_border2_color = inputbox_border_color
|
||||
|
||||
searchbox_color = (WHITE,BLACK,ON)
|
||||
searchbox_title_color = (BLUE,BLACK,ON)
|
||||
|
||||
searchbox_border_color = (WHITE,BLACK,ON)
|
||||
searchbox_border2_color = searchbox_border_color
|
||||
|
||||
position_indicator_color = (GREEN,BLACK,ON)
|
||||
|
||||
menubox_color = (WHITE,BLACK,ON)
|
||||
|
||||
menubox_border_color = (WHITE,BLACK,ON)
|
||||
menubox_border2_color = menubox_border_color
|
||||
|
||||
item_color = (WHITE,BLACK,OFF)
|
||||
item_selected_color = (BLACK,BLUE,ON)
|
||||
|
||||
tag_color = (WHITE,BLACK,OFF)
|
||||
tag_selected_color = (BLACK,BLUE,ON)
|
||||
|
||||
tag_key_color = (RED,BLACK,ON)
|
||||
tag_key_selected_color = (BLACK,BLUE,ON)
|
||||
|
||||
check_color = (WHITE,BLACK,ON)
|
||||
check_selected_color = (BLACK,BLUE,ON)
|
||||
|
||||
uarrow_color = (GREEN,BLACK,ON)
|
||||
darrow_color = (GREEN,BLACK,ON)
|
||||
|
||||
itemhelp_color = (BLACK,WHITE,ON)
|
||||
|
||||
form_text_color = (WHITE,BLACK,ON)
|
||||
form_active_text_color = (BLACK,BLUE,ON)
|
||||
form_item_readonly_color = (WHITE,BLACK,ON)
|
3285
src/installer
3285
src/installer
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user