diff options
Diffstat (limited to 'scripts/kconfig/nconf.gui.c')
-rw-r--r-- | scripts/kconfig/nconf.gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/nconf.gui.c b/scripts/kconfig/nconf.gui.c index 379003c7a2b4..9f8c44ecc703 100644 --- a/scripts/kconfig/nconf.gui.c +++ b/scripts/kconfig/nconf.gui.c | |||
@@ -48,7 +48,7 @@ static void set_normal_colors(void) | |||
48 | init_pair(INPUT_FIELD, -1, -1); | 48 | init_pair(INPUT_FIELD, -1, -1); |
49 | 49 | ||
50 | init_pair(FUNCTION_HIGHLIGHT, -1, -1); | 50 | init_pair(FUNCTION_HIGHLIGHT, -1, -1); |
51 | init_pair(FUNCTION_TEXT, COLOR_BLUE, -1); | 51 | init_pair(FUNCTION_TEXT, COLOR_YELLOW, -1); |
52 | } | 52 | } |
53 | 53 | ||
54 | /* available attributes: | 54 | /* available attributes: |