Skip to content

Commit

Permalink
Add a skin for Midnight Commander (fix #7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-warchol committed Mar 26, 2016
1 parent 33eccfc commit 34c1b80
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 0 deletions.
15 changes: 15 additions & 0 deletions mc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Selenized skin for Midnight Commander
-------------------------------------

*Note: this is just a very rough initial version. I don't use Midnight
Commander myself, so any improvements will be welcome!*

**Installation:** download skin file and set `MC_SKIN` env variable to point to
it:

mkdir $HOME/.mc/; cd $HOME/.mc/
wget https://raw.githubusercontent.com/janek-warchol/selenized/devel/mc/selenized.ini
echo "export MC_SKIN=$HOME/.mc/selenized.ini" >> $HOME/.bashrc

Keep in mind that you need to restart your terminal or reload your `.bashrc`
manually for these changes to have effect.
136 changes: 136 additions & 0 deletions mc/selenized.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
[skin]
description=Selenized skin

[Lines]
horiz=─
vert=│
lefttop=┌
righttop=┐
leftbottom=└
rightbottom=┘
topmiddle=─
bottommiddle=─
leftmiddle=├
rightmiddle=┤
cross=┼
dhoriz=─
dvert=│
dlefttop=┌
drighttop=┐
dleftbottom=└
drightbottom=┘
dtopmiddle=─
dbottommiddle=─
dleftmiddle=├
drightmiddle=┤

[core]
_default_=lightgray
selected=black;cyan
marked=yellow;blue
markselect=yellow;cyan
gauge=white;black
input=black;cyan
inputunchanged=gray;cyan
inputmark=cyan;black
disabled=gray;lightgray
reverse=black;yellow
commandlinemark=black;lightgray
header=gray
inputhistory=
commandhistory=

[dialog]
_default_=black;lightgray
dfocus=black;cyan
dhotnormal=red;lightgray
dhotfocus=red;cyan
dtitle=black;blue

[error]
_default_=white;red
errdfocus=black;lightgray
errdhotnormal=yellow;red
errdtitle=yellow;red
errdhotfocus=yellow;lightgray
errdtitle=yellow;red

[filehighlight]
directory=white;
executable=brightgreen;
symlink=lightgray;
hardlink=
stalelink=brightred;
device=brightmagenta;
special=black;
core=red;
temp=gray;
archive=brightmagenta;
doc=brown;
source=cyan;
media=green;
graph=brightcyan;
database=brightred;

[menu]
_default_=white;black
menuhot=yellow;black
menusel=black;blue
menuhotsel=yellow;blue
menuinactive=lightgray;black

[buttonbar]
hotkey=white;black
button=black;cyan

[statusbar]
_default_=black;cyan

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

[editor]
_default_=lightgray;blue
editbold=yellow;green
editmarked=black;cyan
editwhitespace=brightblue;blue
editlinestate=white;cyan
bookmark=white;red
bookmarkfound=black;green
editrightmargin=brightblue;black
editframeactive=white;
editframedrag=green;
window-state-char = *
window-close-char = X

[viewer]
viewbold=yellow;blue
viewunderline=brightred;blue
viewselected=yellow;cyan

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

[popupmenu]
_default_=white;black
menusel=yellow;black
menutitle=yellow;black

[widget-common]
sort-sign-up = '
sort-sign-down = ,
[widget-panel]
filename-scroll-left-char = {
filename-scroll-right-char = }

0 comments on commit 34c1b80

Please sign in to comment.