change mc skins

This commit is contained in:
Alexander Zhirov 2024-03-24 21:47:13 +03:00
parent 7c751428b7
commit 9b2ba843bd
3 changed files with 148 additions and 131 deletions

View File

@ -5,10 +5,10 @@
name=mc
version=4.8.31
release=1
release=2
source=(
https://github.com/MidnightCommander/mc/archive/refs/tags/${version}.tar.gz
dracula.ini
electricblue256.ini
)
build() {
@ -26,6 +26,6 @@ build() {
make DESTDIR=$PKG install
rm $PKG/usr/lib/mc/*/README*
rm $PKG/usr/share/mc/skins/*
cp $SRC/dracula.ini $PKG/usr/share/mc/skins/default.ini
cp $SRC/electricblue256.ini $PKG/usr/share/mc/skins/electricblue256.ini
}

View File

@ -1,127 +0,0 @@
[skin]
description = Dracula
[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;default
selected = white;red
marked = brightgreen;black
markselect = brightgreen;blue
gauge = black;white
input = white;black
inputunchanged = brightgreen;black
inputmark = black;white
disabled = brightgreen;black
reverse = brightgreen;black
commandlinemark = black;white
header = white;black
inputhistory =
commandhistory =
[dialog]
_default_ = white;black
dfocus = white;blue
dhotnormal = brightgreen;black
dhotfocus = brightgreen;blue
dtitle = brightgreen;black
[error]
_default_ = red;black
errdfocus = black;red
errdhotnormal = brightred;black
errdhotfocus = brightgreen;red
errdtitle = brightgreen;black
[filehighlight]
directory = blue;
executable = brightgreen;
symlink = brightgreen;
hardlink =
stalelink = brightred;
device = brightgreen;
special = brightgreen;
core = red;
temp = brightgreen;
archive = brightgreen;
doc = white;
source = brightcyan;
media = brightgreen;
graph = cyan;
database = brightred;
[menu]
_default_ = white;black
menusel = white;blue
menuhot = brightgreen;black
menuhotsel = brightgreen;blue
menuinactive = brightgreen;black
[popupmenu]
_default_ = white;black
menusel = white;blue
menutitle = white;black
[buttonbar]
hotkey = white;blue
button = white;black
[statusbar]
_default_ = white;black
[help]
_default_ = white;black
helpitalic = red;black
helpbold = brightgreen;black
helplink = blue;black
helpslink = white;blue
helptitle = brightgreen;black
[editor]
_default_ = white;black
editbold = brightgreen;blue
editmarked = black;cyan
editwhitespace = brightblue;blue
editlinestate = white;cyan
bookmark = white;red
bookmarkfound = black;brightgreen
editrightmargin = brightblue;black
editframe = brightgreen;
editframeactive = white;
editframedrag = brightblue;
[viewer]
_default_ = white;black
viewbold = brightgreen;blue
viewunderline = brightred;blue
viewselected = brightgreen;cyan
[diffviewer]
added = white;brightgreen
changedline = blue;cyan
changednew = red;cyan
changed = white;cyan
removed = white;red
error = red;white
[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-editor]
window-state-char =
window-close-char =

View File

@ -0,0 +1,144 @@
# alexk7110 ElectricBlue Midnight Comander skin
[skin]
description = electricblue256 (user)
256colors = true
[Lines]
horiz =
vert =
lefttop =
righttop =
leftbottom =
rightbottom =
topmiddle =
bottommiddle =
leftmiddle =
rightmiddle =
cross =
dhoriz =
dvert =
dlefttop =
drighttop =
dleftbottom =
drightbottom =
dtopmiddle =
dbottommiddle =
dleftmiddle =
drightmiddle =
[core]
_default_ = color254;color235
selected = color254;color240
marked = color226;;bold
markselect = color226;color240;bold
gauge = color237;color39
input = color39;color235;bold
inputmark = color51;color39;bold
inputunchanged = color32;color235;bold
commandlinemark = color235;color39;bold
reverse = color235;color39
header = color33;color235;bold
disabled = color246;color239
#inputhistory =
#commandhistory =
[dialog]
_default_ = color254;color238
dhotnormal = color39
dfocus = color39;color240;bold
dhotfocus = color39;color240;bold
dtitle = color33;color238;bold
[error]
_default_ = color238;color39
errdfocus = color254;color238
errdhotnormal = color254;color39;bold
errdhotfocus = color254;color238;bold
errdtitle = color254;;bold
[filehighlight]
directory = color246;;bold
executable = color78
symlink = color44
hardlink =
stalelink = color203
device = color62
special = color142
core = color197
temp = color245
archive = color247
doc = color254
source = color45
media = color75
graph = color38
database = color76
[menu]
_default_ = color254;color235
menusel = color235;color39
menuhot = color39
menuhotsel = color235;color39
menuinactive = color244
[popupmenu]
_default_ = color254;color235
menusel = color235;color39
menutitle = color33;;bold
[buttonbar]
button = color251;color235
hotkey = color39;color235;bold
[statusbar]
_default_ = color254;color39
[help]
_default_ = color252;color239
helpitalic = color159;;bold
helpbold = color116;;bold
helplink = color45
helpslink = color252;color39;bold
helptitle = color33;;bold
[editor]
_default_ = color254;color235
editbold = color235;color39;bold
editmarked = color235;color39;bold
editwhitespace = color56;color234
editlinestate = color66;color235
bookmark = ;color239
bookmarkfound = ;color239;bold
editrightmargin = ;color235;bold
[viewer]
_default_ = color254;color235
viewbold = ;;bold
viewunderline = ;;underline
viewselected = color254;color39;bold
[diffviewer]
changedline = color231;color29
changednew = color232;color78
changed = color231;color39
added = color232;color81
removed = ;color235
error = color231;color160
[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 = ^
[widget-scollbar]
first-vert-char =
last-vert-char =
first-horiz-char = «
last-horiz-char = »
current-char =
background-char =