提交 c5ffa130 编写于 作者: R Roland Eggner 提交者: Michal Marek

nconf: function keys line, change background color for better readability

•  In function keys line descriptions black on darkblue are almost
   impossible to read.  Change colors to black on brown.
Signed-off-by: NRoland Eggner <edvx1@systemanalysen.net>
Tested-by: N"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: N"Yann E. MORIN" <yann.morin.1998@free.fr>
上级 1bdbac47
...@@ -48,7 +48,7 @@ static void set_normal_colors(void) ...@@ -48,7 +48,7 @@ static void set_normal_colors(void)
init_pair(INPUT_FIELD, -1, -1); init_pair(INPUT_FIELD, -1, -1);
init_pair(FUNCTION_HIGHLIGHT, -1, -1); init_pair(FUNCTION_HIGHLIGHT, -1, -1);
init_pair(FUNCTION_TEXT, COLOR_BLUE, -1); init_pair(FUNCTION_TEXT, COLOR_YELLOW, -1);
} }
/* available attributes: /* available attributes:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册