summaryrefslogtreecommitdiffstats
path: root/src/color.c
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-02-21 23:53:57 -0300
committerandmarti1424 <andmarti@gmail.com>2017-02-21 23:53:57 -0300
commit035ce82dddbb36afad6d2bfd1bf6485fde9c3c82 (patch)
tree7f1256eb7d8c11598d288f0489a5856c4ae59b6a /src/color.c
parentc31fdb37353029a46148eefb72605a6fe7a64ad6 (diff)
changes in update of freeze row
Diffstat (limited to 'src/color.c')
-rw-r--r--src/color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/color.c b/src/color.c
index 1549eff..f8ead1a 100644
--- a/src/color.c
+++ b/src/color.c
@@ -41,7 +41,7 @@ void start_default_ucolors() {
ucolors[ DEFAULT ].bg = BLACK;
ucolors[ HEADINGS ].fg = BLACK;
ucolors[ HEADINGS ].bg = CYAN;
- ucolors[ WELCOME ].fg = CYAN;
+ ucolors[ WELCOME ].fg = MAGENTA;
ucolors[ WELCOME ].bg = BLACK;
ucolors[ CELL_SELECTION ].fg = BLUE; // cell selection in headings
ucolors[ CELL_SELECTION ].bg = WHITE;