summaryrefslogtreecommitdiffstats
path: root/src/color.c
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-03-30 21:30:35 -0300
committerandmarti1424 <andmarti@gmail.com>2017-03-30 21:30:35 -0300
commite246b4dc5b22cb8623c038a52c5fbeabe1cdf91e (patch)
treeaf110fab73d01f7d8511fbe9a7924d31ec6e56d0 /src/color.c
parentaf9497492fe3619cb42c3542d91b9aeb5ab6a4d9 (diff)
changed fg color of cell_selection_sc
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 bb0a69b..baa8729 100644
--- a/src/color.c
+++ b/src/color.c
@@ -47,7 +47,7 @@ void start_default_ucolors() {
ucolors[ CELL_SELECTION ].fg = BLUE; // cell selection in headings
ucolors[ CELL_SELECTION ].bg = WHITE;
- ucolors[ CELL_SELECTION_SC ].fg = DEFBG; // cell selection in spreadsheet
+ ucolors[ CELL_SELECTION_SC ].fg = BLACK; // cell selection in spreadsheet
ucolors[ CELL_SELECTION_SC ].bg = WHITE;
ucolors[ NUMB ].fg = CYAN;