summaryrefslogtreecommitdiffstats
path: root/src/color.c
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-21 20:42:41 -0300
committerAndrés <andmarti@gmail.com>2021-03-21 20:42:41 -0300
commit97ef9034c09326f850f726785d91ea67ca4cfa86 (patch)
tree03ae60aa8be392bb9e7b1f043f3206b431ba44ea /src/color.c
parentf250d7c57c1ed85049dfa4e63f0d89db91ece1e4 (diff)
removed dim on WELCOME color
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 95f0da6..903f85c 100644
--- a/src/color.c
+++ b/src/color.c
@@ -107,7 +107,7 @@ void start_default_ucolors() {
ucolors[ GRID_ODD ].bg = DEFAULT_COLOR;
ucolors[ WELCOME ].fg = YELLOW;
ucolors[ WELCOME ].bg = DEFAULT_COLOR;
- ucolors[ WELCOME ].dim = 1;
+ ucolors[ WELCOME ].bold = 0;
ucolors[ CELL_SELECTION ].bg = BLACK; // cell selection in headings
ucolors[ CELL_SELECTION ].fg = YELLOW;
ucolors[ CELL_SELECTION ].bold = 0;