summaryrefslogtreecommitdiffstats
path: root/src/color.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/color.c')
-rw-r--r--src/color.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/color.c b/src/color.c
index b55043f..325f6d0 100644
--- a/src/color.c
+++ b/src/color.c
@@ -97,10 +97,12 @@ void start_default_ucolors() {
// Set some colors attributes
ucolors[ DEFAULT ].fg = WHITE;
ucolors[ DEFAULT ].bg = DEFAULT_COLOR;
- ucolors[ HEADINGS ].bg = RED;
+ ucolors[ HEADINGS ].bg = YELLOW;
ucolors[ HEADINGS ].fg = WHITE;
- ucolors[ HEADINGS_ODD ].bg = RED;
+ ucolors[ HEADINGS ].bold = 1;
+ ucolors[ HEADINGS_ODD ].bg = YELLOW;
ucolors[ HEADINGS_ODD ].fg = WHITE;
+ ucolors[ HEADINGS_ODD ].bold = 1;
ucolors[ GRID_PAIR ].fg = WHITE;
ucolors[ GRID_PAIR ].bg = DEFAULT_COLOR;
ucolors[ GRID_ODD ].fg = WHITE;