diff options
Diffstat (limited to 'dlg_colors.h')
| -rw-r--r-- | dlg_colors.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dlg_colors.h b/dlg_colors.h index f8d8b1191060..84123ddcb453 100644 --- a/dlg_colors.h +++ b/dlg_colors.h @@ -1,9 +1,9 @@ /* - * $Id: dlg_colors.h,v 1.15 2007/02/18 18:23:29 tom Exp $ + * $Id: dlg_colors.h,v 1.16 2011/01/17 00:20:32 tom Exp $ * * colors.h -- color attribute definitions * - * Copyright 2000-2005,2006 Thomas E. Dickey + * Copyright 2000-2007,2011 Thomas E. Dickey * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License, version 2.1 @@ -168,6 +168,10 @@ #define DLGC_BG_FORM_TEXT COLOR_CYAN #define DLGC_HL_FORM_TEXT TRUE +#define DLGC_FG_GAUGE COLOR_BLUE +#define DLGC_BG_GAUGE COLOR_WHITE +#define DLGC_HL_GAUGE TRUE + /* End of default color definitions */ /* |
