1# $Id: slackware.rc,v 1.10 2012/12/01 00:36:55 tom Exp $ 2# vile:confmode 3# Run-time configuration file for dialog, matches Slackware color scheme. 4# 5# Types of values: 6# 7# Number - <number> 8# String - "string" 9# Boolean - <ON|OFF> 10# Attribute - (foreground,background,highlight?) 11 12# Set aspect-ration. 13aspect = 0 14 15# Set separator (for multiple widgets output). 16separate_widget = "" 17 18# Set tab-length (for textbox tab-conversion). 19tab_len = 0 20 21# Make tab-traversal for checklist, etc., include the list. 22visit_items = OFF 23 24# Shadow dialog boxes? This also turns on color. 25use_shadow = ON 26 27# Turn color support ON or OFF 28use_colors = ON 29 30# Screen color 31screen_color = (WHITE,BLUE,OFF) 32 33# Shadow color 34shadow_color = (WHITE,BLACK,OFF) 35 36# Dialog box color 37dialog_color = (BLACK,CYAN,OFF) 38 39# Dialog box title color 40title_color = (YELLOW,CYAN,ON) 41 42# Dialog box border color 43border_color = (CYAN,CYAN,ON) 44 45# Active button color 46button_active_color = (WHITE,BLUE,ON) 47 48# Inactive button color 49button_inactive_color = dialog_color 50 51# Active button key color 52button_key_active_color = button_active_color 53 54# Inactive button key color 55button_key_inactive_color = (RED,CYAN,OFF) 56 57# Active button label color 58button_label_active_color = button_active_color 59 60# Inactive button label color 61button_label_inactive_color = (BLACK,CYAN,ON) 62 63# Input box color 64inputbox_color = (BLUE,WHITE,OFF) 65 66# Input box border color 67inputbox_border_color = border_color 68 69# Search box color 70searchbox_color = (YELLOW,WHITE,ON) 71 72# Search box title color 73searchbox_title_color = (WHITE,WHITE,ON) 74 75# Search box border color 76searchbox_border_color = (RED,WHITE,OFF) 77 78# File position indicator color 79position_indicator_color = button_key_inactive_color 80 81# Menu box color 82menubox_color = dialog_color 83 84# Menu box border color 85menubox_border_color = border_color 86 87# Item color 88item_color = dialog_color 89 90# Selected item color 91item_selected_color = screen_color 92 93# Tag color 94tag_color = title_color 95 96# Selected tag color 97tag_selected_color = screen_color 98 99# Tag key color 100tag_key_color = button_key_inactive_color 101 102# Selected tag key color 103tag_key_selected_color = (RED,BLUE,ON) 104 105# Check box color 106check_color = dialog_color 107 108# Selected check box color 109check_selected_color = (WHITE,CYAN,ON) 110 111# Up arrow color 112uarrow_color = (GREEN,CYAN,ON) 113 114# Down arrow color 115darrow_color = uarrow_color 116 117# Item help-text color 118itemhelp_color = shadow_color 119 120# Active form text color 121form_active_text_color = inputbox_color 122 123# Form text color 124form_text_color = (CYAN,BLUE,ON) 125 126# Readonly form item color 127form_item_readonly_color = (CYAN,WHITE,ON) 128 129# Dialog box gauge color 130gauge_color = (BLUE,WHITE,ON) 131 132# Dialog box border2 color 133border2_color = dialog_color 134 135# Input box border2 color 136inputbox_border2_color = border2_color 137 138# Search box border2 color 139searchbox_border2_color = border2_color 140 141# Menu box border2 color 142menubox_border2_color = border2_color 143