mirror of https://github.com/MidnightCommander/mc
* text.c (default_edition_colors): Change the default for
dhotfocus to be blue on cyan for consistency with dhotnormal.
This commit is contained in:
parent
521dd6bf47
commit
70b4cd6ff1
|
@ -1,3 +1,8 @@
|
|||
2003-05-29 Koblinger Egmont <egmont@uhulinux.hu>
|
||||
|
||||
* text.c (default_edition_colors): Change the default for
|
||||
dhotfocus to be blue on cyan for consistency with dhotnormal.
|
||||
|
||||
2003-05-27 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* info.c (info_show_info): Cast myfs_stats.avail to double to
|
||||
|
|
|
@ -41,7 +41,7 @@ char *default_edition_colors =
|
|||
"dnormal=black,lightgray:"
|
||||
"dfocus=black,cyan:"
|
||||
"dhotnormal=blue,lightgray:"
|
||||
"dhotfocus=yellow,cyan:"
|
||||
"dhotfocus=blue,cyan:"
|
||||
"viewunderline=brightred,blue:"
|
||||
"menuhot=yellow,cyan:"
|
||||
"menusel=white,black:"
|
||||
|
|
Loading…
Reference in New Issue