commit 752e45c89888d5dd6d3947cf462ae0fbf12c48dc from: Omar Polo date: Fri Jun 25 07:34:49 2021 UTC set default foreground color for links line After a talk with tgl (thanks!) about defaults, I'm convinced this is a sensible default. For people who don't like colours (myself included), telescope will honour the `NO_COLOR' env variable. Then there is also the set enable-colors = 0 for the config file. We could go further and provide a flag like -O var=value to set some values without the need for a config file eventually. commit - 157d4810b513780bc757ce4b096f17b896483010 commit + 752e45c89888d5dd6d3947cf462ae0fbf12c48dc blob - d5057dcc7b94c731e97da94fef5905871174ab08 blob + e63983aff5920e5576168d6e23aafbf12145224a --- defaults.c +++ defaults.c @@ -167,6 +167,8 @@ config_init(void) f->prfx_bg = f->bg = f->trail_bg = -1; f->prfx_fg = f->fg = f->trail_fg = -1; } + + line_faces[LINE_LINK].fg = COLOR_BLUE; } int