Skip to content

Instantly share code, notes, and snippets.

@MikeMitterer
Last active July 6, 2023 09:59
Show Gist options
  • Save MikeMitterer/0fa8f0ab6d5ee8b56cfa4e76a02de955 to your computer and use it in GitHub Desktop.
Save MikeMitterer/0fa8f0ab6d5ee8b56cfa4e76a02de955 to your computer and use it in GitHub Desktop.
# --------------------------------------------------------------------------------
# Skin for Midnight-Commander
#
# HowoTo install:
# cd ~/.local/share/mc
# mkdir skins && cd skins
#. curl https://gist.githubusercontent.com/MikeMitterer/0fa8f0ab6d5ee8b56cfa4e76a02de955/raw -o ajnasz-blue.ini
#. ln -s ajnasz-blue.ini default.ini
#
# Start mcedit - you should see your new Color-Scheme
# --------------------------------------------------------------------------------
[skin]
description=Ajnasz Blue Theme. Midnight Commander skin from Ajnasz.
[Lines]
horiz=─
vert=│
lefttop=┌
righttop=┐
leftbottom=└
rightbottom=┘
topmiddle=─
bottommiddle=─
leftmiddle=├
rightmiddle=┤
cross=┼
dhoriz=═
dvert=║
dlefttop=╔
drighttop=╗
dleftbottom=╚
drightbottom=╝
dtopmiddle=╤
dbottommiddle=╧
dleftmiddle=╟
drightmiddle=╢
[core]
_default_=blue;default
reverse=black;brightblue
selected=white;brightblue
marked=yellow;gray
markselect=gray;yellow
gauge=lightgray;blue
input=white;blue
header=lightgray;
[filehighlight]
directory=lightgray;
executable=brightgreen;
symlink=cyan;
stalelink=red;
device=brightmagenta;
special=yellow;
core=red;
temp=gray;
archive=magenta;
source=green;
media=;
graph=;
database=brown;
doc=cyan;
[dialog]
_default_=black;brightblue
dhotnormal=cyan;black
dfocus=brightblue;black
dhotfocus=white;black
[error]
_default_=white;red
errdfocus=red;white
errdtitle=red;white
errdhotnormal=red;white
errdhotfocus=blue;green
[menu]
_default_=black;brightblue
menuhot=cyan;black
menusel=birghtblue;black
menuhotsel=cyan;black
[buttonbar]
hotkey=cyan;
button=black;brightblue
[editor]
_default_=lightgray;
editbold=default;
editmarked=blue;gray
editwhitespace=blue;
linestate=;
bookmark=white;red
bookmarkfound=black;blue
[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 = ,
[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