# HG changeset patch # User Christophe Lincoln # Date 1394326782 -3600 # Node ID 073d340e3ab052df233df9ac123f141ab45e8f6b # Parent c3ea43b61d15f6bab63838aa9dd2a9316c6d1cea dialog: new clean style diff -r c3ea43b61d15 -r 073d340e3ab0 dialog/stuff/dialogrc --- a/dialog/stuff/dialogrc Sat Mar 08 22:11:37 2014 +0100 +++ b/dialog/stuff/dialogrc Sun Mar 09 01:59:42 2014 +0100 @@ -1,14 +1,15 @@ +# # Run-time configuration file for dialog, on SliTaz GNU/Linux. -# $id: 20/01/2007 17:33:16 root@slitaz $ +# $id: 09/03/2014 00:30:00 pankso@slitaz.org $ # Types of values: # # Number - # String - "string" # Boolean - -# Attribute - (foreground,background,highlight?) +# Attribute - (foreground,background,highlight) +# Colors - WHITE,BLACK,RED,MAGENTA,YELLOW,BLUE,CYAN,GREEN # - # Shadow dialog boxes? This also turns on color. use_shadow = OFF @@ -25,13 +26,13 @@ dialog_color = (WHITE,BLACK,OFF) # Dialog box title color -title_color = (YELLOW,BLACK,ON) +title_color = (WHITE,BLACK,ON) # Dialog box border color -border_color = (YELLOW,BLACK,OFF) +border_color = (WHITE,BLACK,OFF) # Active button color -button_active_color = (WHITE,BLACK,ON) +button_active_color = (BLACK,BLACK,ON) # Inactive button color button_inactive_color = (WHITE,BLACK,OFF) @@ -64,7 +65,7 @@ searchbox_border_color = (RED,WHITE,ON) # File position indicator color -position_indicator_color = (YELLOW,BLACK,ON) +position_indicator_color = (WHITE,BLACK,ON) # Menu box color menubox_color = (RED,BLACK,OFF) @@ -106,7 +107,7 @@ itemhelp_color = (MAGENTA,BLACK,ON) # Active form text color -form_active_text_color = (BLACK,YELLOW,OFF) +form_active_text_color = (BLACK,MAGENTA,OFF) # Form text color form_text_color = (BLACK,WHITE,OFF)