summaryrefslogtreecommitdiffstats
path: root/CRT.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2008-03-05 06:39:29 +0000
committerHisham Muhammad <hisham@gobolinux.org>2008-03-05 06:39:29 +0000
commit37bb2fc5c7a0c67b28d222b0ecc7dc57ee51446e (patch)
treee2a837f2825b5815ab1aabc382e9b3d38f8950c0 /CRT.c
parentcf7fdcd1d69d19bd9662cd1a9665dffe30f5b5b1 (diff)
Fix display of time with the "Black on White" theme.
Diffstat (limited to 'CRT.c')
-rw-r--r--CRT.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CRT.c b/CRT.c
index 5c0eac80..f7861e84 100644
--- a/CRT.c
+++ b/CRT.c
@@ -306,7 +306,7 @@ void CRT_setColors(int colorScheme) {
CRT_colors[CPU_NICE] = ColorPair(Cyan,White);
CRT_colors[CPU_NORMAL] = ColorPair(Green,White);
CRT_colors[CPU_KERNEL] = ColorPair(Red,White);
- CRT_colors[CLOCK] = ColorPair(White,White);
+ CRT_colors[CLOCK] = ColorPair(Black,White);
CRT_colors[CHECK_BOX] = ColorPair(Blue,White);
CRT_colors[CHECK_MARK] = ColorPair(Black,White);
CRT_colors[CHECK_TEXT] = ColorPair(Black,White);

© 2014-2024 Faster IT GmbH | imprint | privacy policy