1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- [skin]
- description=Standart skin
- [Lines]
- lefttop=┌
- righttop=┐
- centertop=─
- centerbottom=─
- leftbottom=└
- rightbottom=┘
- leftmiddle=├
- rightmiddle=┤
- centermiddle=┼
- horiz=─
- vert=│
- thinhoriz=─
- thinvert=│
- [core]
- _default_=lightgray;blue
- selected=black;cyan;A_REVERSE
- marked=yellow;blue;A_BOLD
- markselect=yellow;cyan; A_REVERSE|A_BOLD
- reverse=black;lightgray;A_REVERSE
- gauge=white;black
- input=black;cyan
- [dialog]
- _default_=black;lightgray;A_REVERSE
- focus=black;cyan;A_BOLD
- hotnormal=blue;lightgray
- hotfocus=blue;cyan
- [filehighlight]
- directory=white;
- executable=brightgreen;
- symlink=lightgray;
- stalelink=brightred;
- device=brightmagenta;
- special=black;
- core=red;
- temp=gray;
- archive=brightmagenta;
- hidden=black;
- doc=brown;
- source=cyan;
- media=green;
- graph=brightcyan;
- database=brightred;
- [menu]
- _default_=white;cyan
- entry=white;cyan;A_REVERSE
- hot=yellow;cyan
- selected=white;black;A_BOLD
- hotselected=yellow;black
- [help]
- _default_=black;lightgray;A_REVERSE
- italic=red;lightgray;A_REVERSE
- bold=blue;lightgray;A_REVERSE
- link=black;cyan
- slink=yellow;blue;A_BOLD
- [editor]
- bold=yellow;blue;A_BOLD
- marked=black;cyan;A_REVERSE
- whitespace=brightblue;blue
- linestate=white;cyan
- [viewer]
- underline=brightred;blue;A_UNDERLINE
- [error]
- _default_=white;red;A_BOLD
- hotnormal=yellow;red
- hotfocus=yellow;lightgray
|