summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixDefault.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tkUnixDefault.h')
-rw-r--r--unix/tkUnixDefault.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tkUnixDefault.h b/unix/tkUnixDefault.h
index f8af12d..908e060 100644
--- a/unix/tkUnixDefault.h
+++ b/unix/tkUnixDefault.h
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkUnixDefault.h,v 1.16 2002/06/21 23:09:54 hobbs Exp $
+ * RCS: @(#) $Id: tkUnixDefault.h,v 1.16.2.1 2006/03/29 16:27:53 dgp Exp $
*/
#ifndef _TKUNIXDEFAULT
@@ -26,8 +26,8 @@
* DISABLED - Foreground color when widget is disabled.
*/
-#define BLACK "Black"
-#define WHITE "White"
+#define BLACK "#000000"
+#define WHITE "#ffffff"
#define NORMAL_BG "#d9d9d9"
#define ACTIVE_BG "#ececec"