summaryrefslogtreecommitdiffstats
path: root/src/color.c
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-14 09:20:37 -0300
committerAndrés <andmarti@gmail.com>2021-03-14 09:20:37 -0300
commite2ab6de106528c1674686e0081a541df99afc574 (patch)
treef35172d2bc9c8a27728c31911fe5b12b9c233f54 /src/color.c
parentc4372c31ce07f6fce8b41486f6b8ba2956965a96 (diff)
added new underline_grid config value to show a nicer grid
Diffstat (limited to 'src/color.c')
-rw-r--r--src/color.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/color.c b/src/color.c
index 547c67b..5b4bf66 100644
--- a/src/color.c
+++ b/src/color.c
@@ -115,9 +115,9 @@ void start_default_ucolors() {
ucolors[ CELL_SELECTION_SC ].bg = BLUE;
ucolors[ NUMB ].fg = CYAN;
ucolors[ NUMB ].bg = DEFAULT_COLOR;
- ucolors[ STRG ].fg = BLUE;
+ ucolors[ STRG ].fg = BLACK;
ucolors[ STRG ].bg = DEFAULT_COLOR;
- ucolors[ STRG ].bold = 1;
+ ucolors[ STRG ].bold = 0;
ucolors[ DATEF ].fg = YELLOW;
ucolors[ DATEF ].bg = DEFAULT_COLOR;
ucolors[ EXPRESSION ].fg = RED;