diff options
Diffstat (limited to 'samples/sourcemage.rc')
-rw-r--r-- | samples/sourcemage.rc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/samples/sourcemage.rc b/samples/sourcemage.rc index bf187ea5e6c2..1ba826fa54c1 100644 --- a/samples/sourcemage.rc +++ b/samples/sourcemage.rc @@ -1,4 +1,5 @@ -# $Id: sourcemage.rc,v 1.3 2005/12/01 01:20:45 tom Exp $ +# $Id: sourcemage.rc,v 1.4 2011/01/17 00:14:25 tom Exp $ +# vile:confmode # Run-time configuration file for dialog, matches SourceMage color scheme. # # Types of values: @@ -121,3 +122,9 @@ form_active_text_color = (BLACK,WHITE,OFF) # Form text color form_text_color = (RED,BLACK,ON) + +# Readonly form item color +form_item_readonly_color = (CYAN,WHITE,ON) + +# Dialog box gauge color +gauge_color = (BLUE,WHITE,ON) |