Skip to content

Instantly share code, notes, and snippets.

@ZaWertun
Created September 29, 2022 09:37
Show Gist options
  • Save ZaWertun/941bf00e3ff3c9b36e39de8abd2cda94 to your computer and use it in GitHub Desktop.
Save ZaWertun/941bf00e3ff3c9b36e39de8abd2cda94 to your computer and use it in GitHub Desktop.
My Dark skin (for Midnight Commander)
[skin]
description = My Dark 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_ = white;
selected = black;white
marked = yellow;
markselect = black;yellow
gauge = white;
input = white;
inputunchanged = lightgray;
inputmark = cyan;black
disabled = gray;white
reverse = black;white
commandlinemark = black;lightgray
header = yellow;
inputhistory = black;white
commandhistory = black;white
[dialog]
_default_ = black;white
dfocus = white;default
dhotnormal = red
dhotfocus = yellow;default
dtitle = red
[error]
_default_ = white;red
errdfocus = black;lightgray
errdhotnormal = yellow;red
errdhotfocus = yellow;lightgray
errdtitle = yellow;red
[filehighlight]
directory = white;
executable = brightmagenta;
symlink = brightcyan;
hardlink =
stalelink = brightred;
device = brightmagenta;
special = brightblue;
core = red;
temp = gray;
archive = brightgreen;
doc = brown;
source = cyan;
media = green;
graph = brightcyan;
database = brightred;
[menu]
_default_ = white;
menusel = black;white
menuhot = yellow;
menuhotsel = red;white
menuinactive = white;
[popupmenu]
_default_ = black;white
menusel = white;default
menutitle = red;
[buttonbar]
hotkey = yellow;
button = black;white
[statusbar]
_default_ = black;white
[help]
_default_ = black;white
helpitalic = red;lightgray
helpbold = brightblue;
helplink = black;cyan
helpslink = yellow;blue
helptitle = red;
[editor]
_default_ = lightgray;
editbold = yellow;green
editmarked = black;lightgray
editwhitespace = brightblue;
editlinestate = white;cyan
bookmark = white;red
bookmarkfound = black;green
editrightmargin = white;blue
# editbg =
editframe = gray;
editframeactive = lightgray;
editframedrag = red;
[viewer]
_default_ = white;
viewbold = yellow;black
viewunderline = brightred;black
viewselected = yellow;cyan
[diffviewer]
added = white;green
changedline = yellow;
changednew = green;
changed = white;cyan
removed = white;red
error = red;lightgray
[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 = ↓
filename-scroll-left-char = «
filename-scroll-right-char = »
[widget-scollbar]
first-vert-char = ↑
last-vert-char = ↓
first-horiz-char = «
last-horiz-char = »
current-char = ■
background-char = ▒
[widget-editor]
window-state-char = ↕
window-close-char = ✕
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment