Ticket #4641 (new enhancement)

Opened 29 hours ago

Last modified 21 hours ago

midnight comander's skin lines & filehighighting

Reported by: lumi Owned by:
Priority: trivial Milestone: 4.8.34
Component: mc-skin Version: master
Keywords: skins panel dialog colors filehighlighting lines Cc:
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description

any tails to dialog and panel
under first 128 types of ascii

8 colors to filehighlighting

FASTER FOR EMULATORS ,
LIKE TERMUX


[skin]

description = midnight comander , skin.ini (lines&filehighlight)
truecolors = false;

[Lines]

cross = +
horiz = -
vert = `
lefttop = +
righttop = *
leftbottom = <
rightbottom = >
topmiddle = @
bottommiddle = _
leftmiddle = \
rightmiddle = /
dhoriz = ~
dvert = '
dlefttop = +
drighttop = -
dleftbottom = -
drightbottom = +
dtopmiddle = @
dbottommiddle = _
dleftmiddle = <
drightmiddle = >

[core]

_default_ = brown;black;
selected = red;white;

# ;marked = white;gray
# ;markselect = black;lightgray
# ;gauge = yellow;red
# ;input = white;gray
# ;inputunchanged = gray;lightgray
# ;inputmark = red;gray
# ;disabled = red;lightgray

reverse = black;blue;

# ;commandlinemark = black;lightgray

header = white;magenta;

# ;lightgray;gray
# ;inputhistory = ;
# ;commandhistory = ;
# ;

pshadow = white;blue;

[dialog]

_default_ = black;cyan;
dfocus = magenta;green;
dhotnormal = black;green;
dhotfocus = red;green;
dtitle = black;white;

[error]

_default_ = white;red;
errdfocus = black;white;
errdhotnormal = brown;red;
errdhotfocus = brown;white;
errdtitle = brown;red;

[filehighlight]

directory = white;
executable = magenta;
symlink = brown;
hardlink = brown;
stalelink = brown;
device = red;
special = red;
core = red;
temp = white;
archive = magenta;
doc = cyan;
source = blue;
media = green;
graph = green;
database = red;

[menu]

_default_ = black;cyan;
menusel = black;blue;
menuhot = red;green;
menuhotsel = magenta;green;
menuinactive = cyan;green;

[popupmenu]

_default_ = black;cyan
menusel = magenta;white
menutitle = white;black

[buttonbar]

hotkey = blue;black;
button = white;black;

[statusbar]

_default_ = green;black;

[help]
# ;_default_ = black;lightgray
# ;helpitalic = red;lightgray
# ;helpbold = blue;lightgray
# ;helplink = black;cyan
# ;helpslink = yellow;blue
# ;helptitle = blue;lightgray

[editor]

_default_ = cyan;black;

# ;editbold = yellow;green;
# ;editmarked = black;cyan;
# ;editwhitespace = brightblue;blue
# ;editlinestate = white;cyan
# ;bookmark = white;red
# ;bookmarkfound = black;green
# ;editrightmargin = brightblue;black
# ;editbg = lightgray;
# ;editframe = lightgray;
# ;editframeactive = white;
# ;editframedrag = green;

[viewer]

_default_ = cyan;black;
viewbold = red;brown;
viewunderline = brown;red;
viewselected = white;red;

[diffviewer]
# ;added = white;green
# ;changedline = blue;black
# ;changednew = red;black
# ;changed = white;black
# ;removed = white;red
# ;error = red;lightgray

[widget-panel]

sort-up-char = +
sort-down-char = -
filename-scroll-left-char = {
filename-scroll-right-char = }

[widget-editor]

window-state-char = *
window-close-char = X

Attachments

skin.ini (3.0 KB) - added by lumi 29 hours ago.
FILE skin.ini for Lines & Filehighlighting 8 Colors

Change History

Changed 29 hours ago by lumi

FILE skin.ini for Lines & Filehighlighting 8 Colors

comment:1 Changed 29 hours ago by lumi

little err in text comment " pshadow = white;blue; "

corrected
shadow = white;blue;

comment:2 Changed 27 hours ago by andrew_b

  • Version changed from version not selected to master
  • Milestone set to Future Releases

comment:3 Changed 21 hours ago by zaytsev

  • Milestone changed from Future Releases to 4.8.34

You can use mc --stickchars (mc -s) for ASCII. If you want to submit a skin for inclusion in the repository, please set all colors and write a proper explanation, see modarin256.ini as an example of a good skin.

Note: See TracTickets for help on using tickets.