1# $Id: slackware.rc,v 1.6 2005/12/01 01:20:16 tom Exp $ 2# Run-time configuration file for dialog, matches Slackware color scheme. 3# 4# Types of values: 5# 6# Number - <number> 7# String - "string" 8# Boolean - <ON|OFF> 9# Attribute - (foreground,background,highlight?) 10 11# Set aspect-ration. 12aspect = 0 13 14# Set separator (for multiple widgets output). 15separate_widget = "" 16 17# Set tab-length (for textbox tab-conversion). 18tab_len = 0 19 20# Make tab-traversal for checklist, etc., include the list. 21visit_items = OFF 22 23# Shadow dialog boxes? This also turns on color. 24use_shadow = ON 25 26# Turn color support ON or OFF 27use_colors = ON 28 29# Screen color 30screen_color = (WHITE,BLUE,OFF) 31 32# Shadow color 33shadow_color = (WHITE,BLACK,OFF) 34 35# Dialog box color 36dialog_color = (BLACK,CYAN,OFF) 37 38# Dialog box title color 39title_color = (YELLOW,CYAN,ON) 40 41# Dialog box border color 42border_color = (CYAN,CYAN,ON) 43 44# Active button color 45button_active_color = (WHITE,BLUE,ON) 46 47# Inactive button color 48button_inactive_color = (BLACK,CYAN,OFF) 49 50# Active button key color 51button_key_active_color = (WHITE,BLUE,ON) 52 53# Inactive button key color 54button_key_inactive_color = (RED,CYAN,OFF) 55 56# Active button label color 57button_label_active_color = (WHITE,BLUE,ON) 58 59# Inactive button label color 60button_label_inactive_color = (BLACK,CYAN,ON) 61 62# Input box color 63inputbox_color = (BLUE,WHITE,OFF) 64 65# Input box border color 66inputbox_border_color = (CYAN,CYAN,ON) 67 68# Search box color 69searchbox_color = (YELLOW,WHITE,ON) 70 71# Search box title color 72# FIXME 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 = (RED,CYAN,OFF) 80 81# Menu box color 82menubox_color = (BLACK,CYAN,OFF) 83 84# Menu box border color 85menubox_border_color = (CYAN,CYAN,ON) 86 87# Item color 88item_color = (BLACK,CYAN,OFF) 89 90# Selected item color 91item_selected_color = (WHITE,BLUE,OFF) 92 93# Tag color 94tag_color = (YELLOW,CYAN,ON) 95 96# Selected tag color 97tag_selected_color = (WHITE,BLUE,OFF) 98 99# Tag key color 100tag_key_color = (RED,CYAN,OFF) 101 102# Selected tag key color 103tag_key_selected_color = (RED,BLUE,ON) 104 105# Check box color 106check_color = (BLACK,CYAN,OFF) 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 = (GREEN,CYAN,ON) 116 117# Item help-text color 118itemhelp_color = (WHITE,BLACK,OFF) 119 120# Active form text color 121form_active_text_color = (BLUE,WHITE,OFF) 122 123# Form text color 124form_text_color = (CYAN,BLUE,ON) 125