Large overhaul

This commit is contained in:
natemaia
2018-07-18 17:52:06 -07:00
parent 91781638f4
commit 631b251463
13 changed files with 2283 additions and 2142 deletions

79
src/dialogrc Normal file
View 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)

File diff suppressed because it is too large Load Diff