wok-current rev 16033
dialog: new clean style
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 09 01:59:42 2014 +0100 (2014-03-09) |
parents | c3ea43b61d15 |
children | 4abbe39ea1e2 |
files | dialog/stuff/dialogrc |
line diff
1.1 --- a/dialog/stuff/dialogrc Sat Mar 08 22:11:37 2014 +0100 1.2 +++ b/dialog/stuff/dialogrc Sun Mar 09 01:59:42 2014 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 +# 1.5 # Run-time configuration file for dialog, on SliTaz GNU/Linux. 1.6 -# $id: 20/01/2007 17:33:16 root@slitaz $ 1.7 +# $id: 09/03/2014 00:30:00 pankso@slitaz.org $ 1.8 # Types of values: 1.9 # 1.10 # Number - <number> 1.11 # String - "string" 1.12 # Boolean - <ON|OFF> 1.13 -# Attribute - (foreground,background,highlight?) 1.14 +# Attribute - (foreground,background,highlight) 1.15 +# Colors - WHITE,BLACK,RED,MAGENTA,YELLOW,BLUE,CYAN,GREEN 1.16 # 1.17 1.18 - 1.19 # Shadow dialog boxes? This also turns on color. 1.20 use_shadow = OFF 1.21 1.22 @@ -25,13 +26,13 @@ 1.23 dialog_color = (WHITE,BLACK,OFF) 1.24 1.25 # Dialog box title color 1.26 -title_color = (YELLOW,BLACK,ON) 1.27 +title_color = (WHITE,BLACK,ON) 1.28 1.29 # Dialog box border color 1.30 -border_color = (YELLOW,BLACK,OFF) 1.31 +border_color = (WHITE,BLACK,OFF) 1.32 1.33 # Active button color 1.34 -button_active_color = (WHITE,BLACK,ON) 1.35 +button_active_color = (BLACK,BLACK,ON) 1.36 1.37 # Inactive button color 1.38 button_inactive_color = (WHITE,BLACK,OFF) 1.39 @@ -64,7 +65,7 @@ 1.40 searchbox_border_color = (RED,WHITE,ON) 1.41 1.42 # File position indicator color 1.43 -position_indicator_color = (YELLOW,BLACK,ON) 1.44 +position_indicator_color = (WHITE,BLACK,ON) 1.45 1.46 # Menu box color 1.47 menubox_color = (RED,BLACK,OFF) 1.48 @@ -106,7 +107,7 @@ 1.49 itemhelp_color = (MAGENTA,BLACK,ON) 1.50 1.51 # Active form text color 1.52 -form_active_text_color = (BLACK,YELLOW,OFF) 1.53 +form_active_text_color = (BLACK,MAGENTA,OFF) 1.54 1.55 # Form text color 1.56 form_text_color = (BLACK,WHITE,OFF)