mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Ticket #2489: colors of bold and selected text in viewer cannot be set in the command line
...using --colors option. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
14a82ae0ec
commit
e3cbdfad04
@ -94,6 +94,8 @@ static const mc_skin_colors_old_t old_colors[] = {
|
||||
{"reverse", "core", "reverse"},
|
||||
{"selected", "core", "selected"},
|
||||
{"statusbar", "statusbar", "_default_"},
|
||||
{"viewbold", "viewer", "viewbold"}
|
||||
{"viewselected", "viewer", "viewselected"}
|
||||
{"viewunderline", "viewer", "viewunderline"}
|
||||
};
|
||||
|
||||
|
@ -335,7 +335,7 @@ mc_args_new_color_group (void)
|
||||
" Popup menus: pmenunormal, pmenusel, pmenutitle\n"
|
||||
" Editor: editnormal, editbold, editmarked, editwhitespace,\n"
|
||||
" editlinestate\n"
|
||||
" Viewer: viewunderline\n"
|
||||
" Viewer: viewbold, viewunderline, viewselected\n"
|
||||
" Help: helpnormal, helpitalic, helpbold, helplink, helpslink\n"),
|
||||
/* TRANSLATORS: don't translate color names and attributes */
|
||||
_("Standard Colors:\n"
|
||||
|
Loading…
Reference in New Issue
Block a user