--- On Sun, 4/18/10, Frank McCormick <bea...@videotron.ca> wrote:

> From: Frank McCormick <bea...@videotron.ca>
> Subject: Re: Colors on MC 4.7.0.1 are *really* a mess, seconded
> To: "Hugo Vanwoerkom" <hvw59...@yahoo.com>
> Cc: mc@gnome.org
> Date: Sunday, April 18, 2010, 2:29 PM
> On Sun, 18 Apr 2010 12:30:17 -0700
> (PDT)
> Hugo Vanwoerkom <hvw59...@yahoo.com>
> wrote:
> 
> > Hi,
> > 
> > Mc user ever since the beginning. Running on Debian
> Sid.
> > Which upgraded mc to 4.7.0.1.
> > 
> > And the colors are a *mess* as I reported to Debian
> userlist:
> > http://lists.debian.org/debian-user/2010/04/msg00315.html
> > 
> > Nothing now works as before. As noted on this list:
> > http://mail.gnome.org/archives/mc/2010-March/msg00028.html
> > and a recent Debian bug:
> > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567119
> > 
> > My color scheme was in the ini file:
> > 
> > [Colors]
> >
> base_color=executable=blue,white:viewunderline=yellow,black:normal=red,white:selected=lightgrey,lightgreen:marked=cyan,black:markselect=white,lightgreen:directory=black,white:link=red,white:device=lightgrey,black:special=cyan,black
> > 
> > That translates in 4.7.0.1 to something that gives an
> instantaneous splitting headache.
> > 
> 
>   Try this skin Hugo.
> 
>   put it in ~/.mc/skins
> 
>   call mc with: mc --skin=special
> 
>   I **think** it's what you want.
> 
> [skin]
>     description=Dark Far skin
> 
> [Lines]
>     lefttop=╔
>     righttop=╗
>     centertop=╤
>     centerbottom=╧
>     leftbottom=╚
>     rightbottom=╝
>     leftmiddle=╟
>     rightmiddle=╢
>     centermiddle=┼
>     horiz=═
>     vert=║
>     thinhoriz=─
>     thinvert=│
> 
> [core]
>     _default_=black;white
>     selected=black;cyan
>     marked=yellow;black
>     markselect=yellow;cyan
>     gauge=white;black
>     input=black;cyan
>     reverse=lightgray;black
> 
> [dialog]
>     _default_=brightcyan;blue
>     dfocus=blue;cyan
>     dhotnormal=white;
>     dhotfocus=white;cyan
> 
> [error]
>     _default_=white;red
>     errdhotnormal=yellow;red
>     errdhotfocus=yellow;lightgray
> 
> [filehighlight]
>     directory=gray;
>     executable=brightmagenta;
>     symlink=lightred;
>     stalelink=brightred;
>     device=brightmagenta;
>     special=black;
>     core=red;
>     temp=gray;
>     archive=brightgreen;
>     doc=brown;
>     source=cyan;
>     media=green;
>     graph=brightcyan;
>     database=brightred;
> 
> [menu]
>     _default_=lightgray;blue
>     menuhot=white;blue
>     menusel=black;cyan
>     menuhotsel=white;cyan
>     menuinactive=black;white
> 
> [help]
>     _default_=black;lightgray
>     helpitalic=red;lightgray
>     helpbold=blue;lightgray
>     helplink=black;cyan
>     helpslink=yellow;blue
> 
> [editor]
>     _default_=lightgray;black
>     editbold=yellow;brightgreen
>     editmarked=black;white
>     editwhitespace=brightblue;black
>     linestate=white;cyan
>     bookmark=white;red
>     bookmarkfound=black;green
> 
> [viewer]
>     viewunderline=brightred;black
> 
> [buttonbar]
>     hotkey=red;white
>     button=black;white
> 
> [widget-common]
>     sort-sign-up=↑
>     sort-sign-down=↓
> 
> [widget-panel]
>     hiddenfiles-sign-show  = •
>     hiddenfiles-sign-hide  = ○
>     history-prev-item-sign = ←
>     history-next-item-sign = →
>     history-show-list-sign = ↓
> 
> [widget-scollbar]
>     first-vert-char=↑
>     last-vert-char=↓
>     first-horiz-char=«
>     last-horiz-char=»
>     current-char=■
>     background-char=▒
> 
> 
> 
> 
> 
> -- 
> Frank McCormick <bea...@videotron.ca>
> 

Thanks Frank, sorry that it took a while to respond.
The reason that I made the original post is that when I use:

[Colors]
base_color=executable=blue,white:viewunderline=yellow,black:normal=red,white:selected=lightgrey,lightgreen:marked=cyan,black:markselect=white,lightgreen:directory=black,white:link=red,white:device=lightgrey,black:special=cyan,black
linux=
color_terminals=

which look in mc 4.6.2-pre1 like this:
http://www.esnips.com/doc/fc65cf70-f688-448d-ba45-c6d6dfc1a9bf/mc-dir-menu

then it looks like this in mc 4.7.0.1:
http://www.esnips.com/doc/12bc56c7-953e-493e-8deb-061649b42f1e/mc-dir-menu-4701oldini.

mcedit looks in 4.6.2-pre1 with those colors in ini like this:
http://www.esnips.com/doc/ff64545d-2e9a-40b1-9119-027c8f9ffce8/mc-edit

and like this in mcedit of 4.7.0.1:
http://www.esnips.com/doc/84c1c52f-2c36-4167-b3bf-d7d2ba557a96/mc-edit-4701oldini

Now your reworked darkfar looks in a directory like this:
http://www.esnips.com/doc/8a085ae5-533b-4638-b8c2-f6fc28a9238a/mc-dir-copy-4701frank

Note the copy menu. In 4.6.2-pre1 with my colors that looks like:
http://www.esnips.com/doc/60df64d4-6bab-4837-9537-3b053cd53d8b/mc-dir-copy

But the problem is bigger in mcedit. With the reworked darkfar skin that looks 
like:
http://www.esnips.com/doc/39e00bf7-49bc-4c82-8f00-3abb316abbf6/mc-edit-4701frank

Thanks again.
Hugo










      
_______________________________________________
mc mailing list
http://mail.gnome.org/mailman/listinfo/mc

Reply via email to