View | Details | Raw Unified | Return to bug 254013
Collapse All | Expand All

(-)src/keyparse.c (-2 / +2 lines)
Lines 196-203 Link Here
196
{
196
{
197
     {"normal",		0,			"default",	"default", 0},
197
     {"normal",		0,			"default",	"default", 0},
198
     {"status",		MOST_STATUS_COLOR,	"yellow",	"blue", SLTT_REV_MASK},
198
     {"status",		MOST_STATUS_COLOR,	"yellow",	"blue", SLTT_REV_MASK},
199
     {"underline",	MOST_ULINE_COLOR,	"brightgreen",	"default", SLTT_ULINE_MASK},
199
     {"underline",	MOST_ULINE_COLOR,	"magenta",	"default", SLTT_ULINE_MASK},
200
     {"overstrike",	MOST_BOLD_COLOR,	"brightred",		"default", SLTT_BOLD_MASK},
200
     {"overstrike",	MOST_BOLD_COLOR,	"blue",		"default", SLTT_BOLD_MASK},
201
201
202
     {NULL, -1, NULL, NULL, 0}
202
     {NULL, -1, NULL, NULL, 0}
203
};
203
};
(-)doc/most.rc (-2 / +3 lines)
Lines 1-9 Link Here
1
% Color settings
1
% Color settings
2
% NOTE set the bg color (2nd color entry) to 'default' for light bg terminals.
2
3
3
color normal lightgray black
4
color normal lightgray black
4
color status yellow blue
5
color status yellow blue
5
color underline brightgreen black
6
color underline magenta black
6
color overstrike brightred black
7
color overstrike blue black
7
8
8
% Keybindings
9
% Keybindings
9
10
(-)doc/lesskeys.rc (-2 / +3 lines)
Lines 18-28 Link Here
18
% The file `most.rc' contains a listing of the default MOST keybindings.
18
% The file `most.rc' contains a listing of the default MOST keybindings.
19
19
20
% Color settings
20
% Color settings
21
% NOTE set the bg color (2nd color entry) to 'default' for light bg terminals.
21
22
22
color normal lightgray black
23
color normal lightgray black
23
color status yellow blue
24
color status yellow blue
24
color underline brightgreen black
25
color underline magenta black
25
color overstrike brightred black
26
color overstrike blue black
26
27
27
% Keybindings
28
% Keybindings
28
29

Return to bug 254013