Skip to content

Instantly share code, notes, and snippets.

@Barkhat26
Created August 6, 2015 18:14
Show Gist options
  • Save Barkhat26/56450ab2d0b9c2b94578 to your computer and use it in GitHub Desktop.
Save Barkhat26/56450ab2d0b9c2b94578 to your computer and use it in GitHub Desktop.
Darkened MidnightCommander skin
# Darkened MidnightCommander skin for Konsole and gnome-terminal
# Based on the built in "Darkfar" skin
# Author: Zoltan Puskas <zoltan@sinustrom.info>
#
# To use this skik edit ~/.config/mc/ini and in the [Midnight-Commander]
# section set skin=darkened
[skin]
description=Darkened
[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;black
selected=black;lightgray
marked=yellow;black
markselect=yellow;brown
gauge=white;lightgray
input=yellow;brown
inputunchanged=gray;lightgray
inputmark=cyan;black
disabled=gray;blue
reverse=black;lightgray
commandlinemark=black;lightgray
header=yellow;black
inputhistory=
commandhistory=
[dialog]
_default_=default;default
dfocus=black;lightgray
dhotnormal=green;default
dhotfocus=yellow;brown
dtitle=white;
[error]
_default_=white;red
errdfocus=black;lightgray
errdhotnormal=yellow;red
errdhotfocus=yellow;lightgray
errdtitle=yellow;red
[filehighlight]
directory=white
executable=brightmagenta;
symlink=lightgray;
hardlink=lightgray;
stalelink=brightred;
device=yellow;
special=brightblue;
core=red;
temp=gray;
archive=brightgreen;
doc=brown;
source=cyan;
media=green;
graph=brightcyan;
database=brightred;
[menu]
_default_=default;default
menuhot=red;black
menusel=black;white
menuhotsel=red;white
menuinactive=default;default
[help]
_default_=black;lightgray
helpitalic=red;lightgray
helpbold=blue;lightgray
helplink=yellow;lightgray
helpslink=yellow;brown
helptitle=black;lightgray
[editor]
_default_=lightgray;black
editbold=yellow;brightgreen
editmarked=black;white
editwhitespace=brightblue;black
editlinestate=white;lightgray
bookmark=white;red
bookmarkfound=black;green
editrightmargin=white;blue
# editbg=
editframe=gray;
editframeactive=lightgray;
editframedrag=white;
window-state-char = ↕
window-close-char = ×
[viewer]
viewbold=yellow;black
viewunderline=brightred;black
viewselected=yellow;lightgray
[diffviewer]
added=white;green
changedline=blue;cyan
changednew=red;cyan
changed=white;cyan
removed=white;red
folder=blue;black
error=red;white
[buttonbar]
hotkey=red;white
button=black;white
[statusbar]
_default_=black;white
[popupmenu]
_default_=lightgray;black
menusel=yellow;brown
menutitle=white;black
[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=▒
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment