Skip to content

Instantly share code, notes, and snippets.

@kwmiebach
Last active August 29, 2015 14:19
Show Gist options
  • Save kwmiebach/0a88853c00f2c1fa2e6e to your computer and use it in GitHub Desktop.
Save kwmiebach/0a88853c00f2c1fa2e6e to your computer and use it in GitHub Desktop.
BlueMoon — really black skin for mc

BlueMoon — really black skin for mc

see TECH-253

http://zool.in.ua/software-en-US/bluemoon/#skin-way

Copyright Artyom Bisyarin

Download archive with the skin. If the mc version is greater or equal 4.7.0-pre3 you should download and install this version:

http://zool.in.ua/soft/bluemoon/bluemoon-0.01.tar.gz

Unpack the skin to "~/.mc/skins/". On your distribution this might be below ~/.config/mc

A q&d workaround is to copy it over the default.ini for example /usr/share/mc/skins/default.ini and adjust the permissions

Exit from all your mc instances and find in your ini-file ("~/.mc/ini") in section "Midnight-Commander" variable named "skin" and change the value of it to "bluemoon".

Find in your ini-file in section "Colors" variable named "base_color". Delete or comment it.

Run mc and enjoy.

[skin]
description=Blue Moon. Midnight Commander skin from Zool! Unix Workshop (http://zool.in.ua). V 0.01
[Lines]
lefttop=┌
righttop=┐
centertop=─
centerbottom=─
leftbottom=└
rightbottom=┘
leftmiddle=├
rightmiddle=┤
centermiddle=┼
horiz=─
vert=│
thinhoriz=─
thinvert=│
[core]
_default_=white;black
reverse=black;white
selected=gray;white
marked=yellow;black
markselect=yellow;white
gauge=black;brown
input=white;black
[filehighlight]
directory=brightcyan;
executable=brightgreen;
symlink=yellow;
stalelink=brightred;
device=brightmagenta;
special=brightblue;
core=red;
temp=gray;
archive=magenta;
source=green;
media=;
graph=;
database=brown;
doc=cyan;
[dialog]
_default_=black;lightgray
dhotnormal=yellow;lightgray
dfocus=white;black
dhotfocus=red;lightgray
[error]
_default_=white;brown
errdhotnormal=yellow;
errdhotfocus=white;brown
[menu]
_default_=white;lightgray
menuhot=brown;lightgray
menusel=white;black
menuhotsel=brightred;black
[buttonbar]
hotkey=yellow;
button=white;lightgray
[editor]
_default_=lightgray;
editbold=yellow;
editmarked=white;cyan
editwhitespace=green;
linestate=;
bookmark=white;red
bookmarkfound=black;green
[help]
_default_=black;lightgray
helpitalic=red;lightgray
helpbold=blue;lightgray
helplink=white;lightgray
helpslink=white;blue
[viewer]
viewunderline=brightred;
[widget-common]
sort-sign-up = '
sort-sign-down = ,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment