wok diff dialog/stuff/dialogrc @ rev 217

UP: tazwok (1.4)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 14 19:35:59 2008 +0100 (2008-02-14)
parents
children a7363311b452
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dialog/stuff/dialogrc	Thu Feb 14 19:35:59 2008 +0100
     1.3 @@ -0,0 +1,112 @@
     1.4 +# Run-time configuration file for dialog, on SliTaz GNU/Linux.
     1.5 +# $id: 20/01/2007 17:33:16 root@slitaz $
     1.6 +# Types of values:
     1.7 +#
     1.8 +# Number     -  <number>
     1.9 +# String     -  "string"
    1.10 +# Boolean    -  <ON|OFF>
    1.11 +# Attribute  -  (foreground,background,highlight?)
    1.12 +#
    1.13 +
    1.14 +
    1.15 +# Shadow dialog boxes? This also turns on color.
    1.16 +use_shadow = ON
    1.17 +
    1.18 +# Turn color support ON or OFF
    1.19 +use_colors = ON
    1.20 +
    1.21 +# Screen color
    1.22 +screen_color = (WHITE,BLACK,OFF)
    1.23 +
    1.24 +# Shadow color
    1.25 +shadow_color = (WHITE,BLACK,OFF)
    1.26 +
    1.27 +# Dialog box color
    1.28 +dialog_color = (WHITE,BLACK,OFF)
    1.29 +
    1.30 +# Dialog box title color
    1.31 +title_color = (YELLOW,BLACK,ON)
    1.32 +
    1.33 +# Dialog box border color
    1.34 +border_color = (YELLOW,BLACK,OFF)
    1.35 +
    1.36 +# Active button color
    1.37 +button_active_color = (WHITE,BLUE,ON)
    1.38 +
    1.39 +# Inactive button color
    1.40 +button_inactive_color = (WHITE,BLACK,OFF)
    1.41 +
    1.42 +# Active button key color
    1.43 +button_key_active_color = (WHITE,BLUE,ON)
    1.44 +
    1.45 +# Inactive button key color
    1.46 +button_key_inactive_color = (MAGENTA,BLACK,ON)
    1.47 +
    1.48 +# Active button label color
    1.49 +button_label_active_color = (WHITE,BLUE,ON)
    1.50 +
    1.51 +# Inactive button label color
    1.52 +button_label_inactive_color = (WHITE,BLACK,ON)
    1.53 +
    1.54 +# Input box color
    1.55 +inputbox_color = (BLUE,WHITE,ON)
    1.56 +
    1.57 +# Input box border color
    1.58 +inputbox_border_color = (BLACK,BLACK,ON)
    1.59 +
    1.60 +# Search box color
    1.61 +searchbox_color = (YELLOW,WHITE,ON)
    1.62 +
    1.63 +# Search box title color
    1.64 +searchbox_title_color = (WHITE,WHITE,ON)
    1.65 +
    1.66 +# Search box border color
    1.67 +searchbox_border_color = (RED,WHITE,ON)
    1.68 +
    1.69 +# File position indicator color
    1.70 +position_indicator_color = (YELLOW,BLACK,ON)
    1.71 +
    1.72 +# Menu box color
    1.73 +menubox_color = (GREEN,BLACK,ON)
    1.74 +
    1.75 +# Menu box border color
    1.76 +menubox_border_color = (BLACK,BLACK,ON)
    1.77 +
    1.78 +# Item color
    1.79 +item_color = (GREEN,BLACK,ON)
    1.80 +
    1.81 +# Selected item color
    1.82 +item_selected_color = (MAGENTA,BLACK,ON)
    1.83 +
    1.84 +# Tag color
    1.85 +tag_color = (YELLOW,BLACK,ON)
    1.86 +
    1.87 +# Selected tag color
    1.88 +tag_selected_color = (WHITE,BLUE,ON)
    1.89 +
    1.90 +# Tag key color
    1.91 +tag_key_color = (MAGENTA,BLACK,ON)
    1.92 +
    1.93 +# Selected tag key color
    1.94 +tag_key_selected_color = (GREEN,BLUE,ON)
    1.95 +
    1.96 +# Check box color
    1.97 +check_color = (MAGENTA,BLACK,ON)
    1.98 +
    1.99 +# Selected check box color
   1.100 +check_selected_color = (WHITE,MAGENTA,ON)
   1.101 +
   1.102 +# Up arrow color
   1.103 +uarrow_color = (GREEN,BLUE,ON)
   1.104 +
   1.105 +# Down arrow color
   1.106 +darrow_color = (GREEN,BLUE,ON)
   1.107 +
   1.108 +# Item help-text color
   1.109 +itemhelp_color = (RED,BLACK,ON)
   1.110 +
   1.111 +# Active form text color
   1.112 +form_active_text_color = (WHITE,BLUE,ON)
   1.113 +
   1.114 +# Form text color
   1.115 +form_text_color = (WHITE,MAGENTA,ON)