Merge branch '4530_skins'

* 4530_skins:
  skins: add modarin256 thin and root variant.
  skins: add modarcon16 thin and root variant.
  skins: add xoria thin and root variant.
  Ticket #4530: new skins.
This commit is contained in:
Andrew Borodin 2024-03-23 10:14:50 +03:00
commit 293e534f3e
12 changed files with 1826 additions and 23 deletions

View File

@ -13,12 +13,20 @@ skin_DATA = \
julia256.ini \
mc46.ini \
modarcon16-defbg.ini \
modarcon16-defbg-thin.ini \
modarcon16.ini \
modarcon16-thin.ini \
modarcon16root-defbg.ini \
modarcon16root-defbg-thin.ini \
modarcon16root-thin.ini \
modarcon16root.ini \
modarin256-defbg-thin.ini \
modarin256-defbg.ini \
modarin256-thin.ini \
modarin256.ini \
modarin256root-defbg-thin.ini \
modarin256root-defbg.ini \
modarin256root-thin.ini \
modarin256root.ini \
nicedark.ini \
sand256.ini \
@ -26,7 +34,9 @@ skin_DATA = \
seasons-spring16M.ini \
seasons-summer16M.ini \
seasons-winter16M.ini \
xoria256-thin.ini \
xoria256.ini \
xoria256root-thin.ini \
yadt256-defbg.ini \
yadt256.ini

View File

@ -0,0 +1,184 @@
#
# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander.
#
# This skin is using colors independent from the default 16 terminal colors,
# i.e., no matter how the 16 standard colors are configured, the appearance
# of Midnight Commander will not be affected.
#
# There are 4 variants of this skin:
#
# modarin256
# - default skin, no standard colors used.
#
# modarin256-defbg
# - like modarin256, but using the default background color for core, editor,
# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent
# background colors.
#
# modarin256root
# modarin256root-defbg
# - like the other two skins, but for the root user, with red colors used
# instead of green colors for things like select/focus/statusbar etc.,
# to keep reminding the user that mc is running as root.
#
# Fallback skins for 16-color terminals (poor man's skins):
#
# modarcon16
# modarcon16-defbg
# modarcon16root
# modarcon16root-defbg
# - like everything running in a 16-color terminal, these skins look ugly
# and are no subsitute for the 256-color versions. As some terminals don't
# support using dark gray as background color, i used a black background
# and adjusted the remaining colors accordingly.
#
# 256-color skins require mc version 4.8 or newer.
#
# Author: Oliver Lange <modarin@bloody.in-berlin.de>
#
# Version: 1.2
#
[skin]
description = MoDarCon16-DefaultBG (user)
256colors = false
[Lines]
horiz =
vert =
lefttop =
righttop =
leftbottom =
rightbottom =
topmiddle =
bottommiddle =
leftmiddle =
rightmiddle =
cross =
dhoriz =
dvert =
dlefttop =
drighttop =
dleftbottom =
drightbottom =
dtopmiddle =
dbottommiddle =
dleftmiddle =
drightmiddle =
[core]
_default_ = color7;default
selected = color15;color2
marked = color11;;bold
markselect = color11;color2;bold
gauge = color15;color2
input = color15;color0
inputmark = color11;color2;bold
inputunchanged = ;color0
commandlinemark = color11;color2;bold
reverse = color0;color10
header = color3
disabled = color8;color7
#inputhistory =
#commandhistory =
[dialog]
_default_ = color0;color7
dhotnormal = color3
dfocus = color11;color2;bold
dhotfocus = color3;color2
dtitle = color11;;bold
[error]
_default_ = color15;color1
errdfocus = color11;color2;bold
errdhotnormal = color13
errdhotfocus = color13;color2
errdtitle = color11;;bold
[filehighlight]
directory = color15;;bold
executable = color10
symlink = color12
hardlink =
stalelink = color9
device = color13
special = color3
core = color1
temp = color8
archive = color3
doc = color14
source = color6
media = color5
graph = color13
database = color2
[menu]
_default_ = color7;default
menusel = color11;color2;bold
menuhot = color3
menuhotsel = color3;color2
menuinactive = color8
[popupmenu]
_default_ = color7;default
menusel = color11;color2;bold
menutitle = color11;;bold
[buttonbar]
button = color7
hotkey = color15;color3
[statusbar]
_default_ = color15;color2
[help]
_default_ = color0;color7
helpitalic = color10;;bold
helpbold = color5
helplink = color14
helpslink = color11;color2;bold
helptitle = color11;;bold
[editor]
_default_ = color7;default
editbold = color15;;bold
editmarked = color11;color2;bold
editwhitespace = color12;color4
editlinestate = color2;color0
bookmark = color0;color7
bookmarkfound = color0;color7
editrightmargin = color0;color7
[viewer]
_default_ = color7;default
viewbold = ;;bold
viewunderline = ;;underline
viewselected = color11;color2;bold
[diffviewer]
changedline = color15;color4
changednew = color15;color2
changed = color15;color6
added = color0;color7
removed = color8;color0
error = color15;color1
[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 =

View File

@ -0,0 +1,184 @@
#
# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander.
#
# This skin is using colors independent from the default 16 terminal colors,
# i.e., no matter how the 16 standard colors are configured, the appearance
# of Midnight Commander will not be affected.
#
# There are 4 variants of this skin:
#
# modarin256
# - default skin, no standard colors used.
#
# modarin256-defbg
# - like modarin256, but using the default background color for core, editor,
# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent
# background colors.
#
# modarin256root
# modarin256root-defbg
# - like the other two skins, but for the root user, with red colors used
# instead of green colors for things like select/focus/statusbar etc.,
# to keep reminding the user that mc is running as root.
#
# Fallback skins for 16-color terminals (poor man's skins):
#
# modarcon16
# modarcon16-defbg
# modarcon16root
# modarcon16root-defbg
# - like everything running in a 16-color terminal, these skins look ugly
# and are no subsitute for the 256-color versions. As some terminals don't
# support using dark gray as background color, i used a black background
# and adjusted the remaining colors accordingly.
#
# 256-color skins require mc version 4.8 or newer.
#
# Author: Oliver Lange <modarin@bloody.in-berlin.de>
#
# Version: 1.2
#
[skin]
description = MoDarCon16 (user)
256colors = false
[Lines]
horiz =
vert =
lefttop =
righttop =
leftbottom =
rightbottom =
topmiddle =
bottommiddle =
leftmiddle =
rightmiddle =
cross =
dhoriz =
dvert =
dlefttop =
drighttop =
dleftbottom =
drightbottom =
dtopmiddle =
dbottommiddle =
dleftmiddle =
drightmiddle =
[core]
_default_ = color7;color0
selected = color15;color2
marked = color11;;bold
markselect = color11;color2;bold
gauge = color15;color2
input = color15
inputmark = color11;color2;bold
inputunchanged =
commandlinemark = color11;color2;bold
reverse = color0;color10
header = color3
disabled = color8;color7
#inputhistory =
#commandhistory =
[dialog]
_default_ = color0;color7
dhotnormal = color3
dfocus = color11;color2;bold
dhotfocus = color3;color2
dtitle = color11;;bold
[error]
_default_ = color15;color1
errdfocus = color11;color2;bold
errdhotnormal = color13
errdhotfocus = color13;color2
errdtitle = color11;;bold
[filehighlight]
directory = color15;;bold
executable = color10
symlink = color12
hardlink =
stalelink = color9
device = color13
special = color3
core = color1
temp = color8
archive = color3
doc = color14
source = color6
media = color5
graph = color13
database = color2
[menu]
_default_ = color0;color7
menusel = color11;color2;bold
menuhot = color3
menuhotsel = color3;color2
menuinactive = color8
[popupmenu]
_default_ = color0;color7
menusel = color11;color2;bold
menutitle = color11;;bold
[buttonbar]
button = color7
hotkey = color15;color3
[statusbar]
_default_ = color15;color2
[help]
_default_ = color0;color7
helpitalic = color10;;bold
helpbold = color5
helplink = color14
helpslink = color11;color2;bold
helptitle = color11;;bold
[editor]
_default_ = color7;color0
editbold = color15;;bold
editmarked = color11;color2;bold
editwhitespace = color12;color4
editlinestate = color2;color0
bookmark = color0;color7
bookmarkfound = color0;color7
editrightmargin = color0;color7
[viewer]
_default_ = color7;color0
viewbold = ;;bold
viewunderline = ;;underline
viewselected = color11;color2;bold
[diffviewer]
changedline = color15;color4
changednew = color15;color2
changed = color15;color6
added = color0;color7
removed = color8;color0
error = color15;color1
[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 =

View File

@ -0,0 +1,184 @@
#
# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander.
#
# This skin is using colors independent from the default 16 terminal colors,
# i.e., no matter how the 16 standard colors are configured, the appearance
# of Midnight Commander will not be affected.
#
# There are 4 variants of this skin:
#
# modarin256
# - default skin, no standard colors used.
#
# modarin256-defbg
# - like modarin256, but using the default background color for core, editor,
# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent
# background colors.
#
# modarin256root
# modarin256root-defbg
# - like the other two skins, but for the root user, with red colors used
# instead of green colors for things like select/focus/statusbar etc.,
# to keep reminding the user that mc is running as root.
#
# Fallback skins for 16-color terminals (poor man's skins):
#
# modarcon16
# modarcon16-defbg
# modarcon16root
# modarcon16root-defbg
# - like everything running in a 16-color terminal, these skins look ugly
# and are no subsitute for the 256-color versions. As some terminals don't
# support using dark gray as background color, i used a black background
# and adjusted the remaining colors accordingly.
#
# 256-color skins require mc version 4.8 or newer.
#
# Author: Oliver Lange <modarin@bloody.in-berlin.de>
#
# Version: 1.2
#
[skin]
description = MoDarCon16root-DefaultBG (root)
256colors = false
[Lines]
horiz =
vert =
lefttop =
righttop =
leftbottom =
rightbottom =
topmiddle =
bottommiddle =
leftmiddle =
rightmiddle =
cross =
dhoriz =
dvert =
dlefttop =
drighttop =
dleftbottom =
drightbottom =
dtopmiddle =
dbottommiddle =
dleftmiddle =
drightmiddle =
[core]
_default_ = color7;default
selected = color15;color1
marked = color11;;bold
markselect = color11;color1;bold
gauge = color15;color1
input = color15;color0
inputmark = color11;color1;bold
inputunchanged = ;color0
commandlinemark = color11;color1;bold
reverse = color0;color9
header = color3
disabled = color8;color7
#inputhistory =
#commandhistory =
[dialog]
_default_ = color0;color7
dhotnormal = color3
dfocus = color11;color1;bold
dhotfocus = color5;color1;bold
dtitle = color11;;bold
[error]
_default_ = color15;color1
errdfocus = color11;color3;bold
errdhotnormal = color13
errdhotfocus = color13;color3
errdtitle = color11;;bold
[filehighlight]
directory = color15;;bold
executable = color10
symlink = color12
hardlink =
stalelink = color9
device = color13
special = color3
core = color1
temp = color8
archive = color3
doc = color14
source = color6
media = color5
graph = color13
database = color2
[menu]
_default_ = color7;default
menusel = color11;color1;bold
menuhot = color3
menuhotsel = color5;color1;bold
menuinactive = color8
[popupmenu]
_default_ = color7;default
menusel = color11;color1;bold
menutitle = color11;;bold
[buttonbar]
button = color7
hotkey = color15;color3
[statusbar]
_default_ = color15;color1
[help]
_default_ = color0;color7
helpitalic = color10;;bold
helpbold = color5
helplink = color14
helpslink = color11;color1;bold
helptitle = color11;;bold
[editor]
_default_ = color7;default
editbold = color15;;bold
editmarked = color11;color1;bold
editwhitespace = color12;color4
editlinestate = color1;color0
bookmark = color0;color7
bookmarkfound = color0;color7
editrightmargin = color0;color7
[viewer]
_default_ = color7;default
viewbold = ;;bold
viewunderline = ;;underline
viewselected = color11;color1;bold
[diffviewer]
changedline = color15;color4
changednew = color15;color5
changed = color15;color3
added = color0;color7
removed = color8;color0
error = color15;color1
[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 =

View File

@ -0,0 +1,184 @@
#
# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander.
#
# This skin is using colors independent from the default 16 terminal colors,
# i.e., no matter how the 16 standard colors are configured, the appearance
# of Midnight Commander will not be affected.
#
# There are 4 variants of this skin:
#
# modarin256
# - default skin, no standard colors used.
#
# modarin256-defbg
# - like modarin256, but using the default background color for core, editor,
# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent
# background colors.
#
# modarin256root
# modarin256root-defbg
# - like the other two skins, but for the root user, with red colors used
# instead of green colors for things like select/focus/statusbar etc.,
# to keep reminding the user that mc is running as root.
#
# Fallback skins for 16-color terminals (poor man's skins):
#
# modarcon16
# modarcon16-defbg
# modarcon16root
# modarcon16root-defbg
# - like everything running in a 16-color terminal, these skins look ugly
# and are no subsitute for the 256-color versions. As some terminals don't
# support using dark gray as background color, i used a black background
# and adjusted the remaining colors accordingly.
#
# 256-color skins require mc version 4.8 or newer.
#
# Author: Oliver Lange <modarin@bloody.in-berlin.de>
#
# Version: 1.2
#
[skin]
description = MoDarCon16root (root)
256colors = false
[Lines]
horiz =
vert =
lefttop =
righttop =
leftbottom =
rightbottom =
topmiddle =
bottommiddle =
leftmiddle =
rightmiddle =
cross =
dhoriz =
dvert =
dlefttop =
drighttop =
dleftbottom =
drightbottom =
dtopmiddle =
dbottommiddle =
dleftmiddle =
drightmiddle =
[core]
_default_ = color7;color0
selected = color15;color1
marked = color11;;bold
markselect = color11;color1;bold
gauge = color15;color1
input = color15
inputmark = color11;color1;bold
inputunchanged =
commandlinemark = color11;color1;bold
reverse = color0;color9
header = color3
disabled = color8;color7
#inputhistory =
#commandhistory =
[dialog]
_default_ = color0;color7
dhotnormal = color3
dfocus = color11;color1;bold
dhotfocus = color5;color1;bold
dtitle = color11;;bold
[error]
_default_ = color15;color1
errdfocus = color11;color3;bold
errdhotnormal = color13
errdhotfocus = color13;color3
errdtitle = color11;;bold
[filehighlight]
directory = color15;;bold
executable = color10
symlink = color12
hardlink =
stalelink = color9
device = color13
special = color3
core = color1
temp = color8
archive = color3
doc = color14
source = color6
media = color5
graph = color13
database = color2
[menu]
_default_ = color0;color7
menusel = color11;color1;bold
menuhot = color3
menuhotsel = color5;color1;bold
menuinactive = color8
[popupmenu]
_default_ = color0;color7
menusel = color11;color1;bold
menutitle = color11;;bold
[buttonbar]
button = color7
hotkey = color15;color3
[statusbar]
_default_ = color15;color1
[help]
_default_ = color0;color7
helpitalic = color10;;bold
helpbold = color5
helplink = color14
helpslink = color11;color1;bold
helptitle = color11;;bold
[editor]
_default_ = color7;color0
editbold = color15;;bold
editmarked = color11;color1;bold
editwhitespace = color12;color4
editlinestate = color1;color0
bookmark = color0;color7
bookmarkfound = color0;color7
editrightmargin = color0;color7
[viewer]
_default_ = color7;color0
viewbold = ;;bold
viewunderline = ;;underline
viewselected = color11;color1;bold
[diffviewer]
changedline = color15;color4
changednew = color15;color5
changed = color15;color3
added = color0;color7
removed = color8;color0
error = color15;color1
[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 =

View File

@ -0,0 +1,184 @@
#
# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander.
#
# This skin is using colors independent from the default 16 terminal colors,
# i.e., no matter how the 16 standard colors are configured, the appearance
# of Midnight Commander will not be affected.
#
# There are 4 variants of this skin:
#
# modarin256
# - default skin, no standard colors used.
#
# modarin256-defbg
# - like modarin256, but using the default background color for core, editor,
# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent
# background colors.
#
# modarin256root
# modarin256root-defbg
# - like the other two skins, but for the root user, with red colors used
# instead of green colors for things like select/focus/statusbar etc.,
# to keep reminding the user that mc is running as root.
#
# Fallback skins for 16-color terminals (poor man's skins):
#
# modarcon16
# modarcon16-defbg
# modarcon16root
# modarcon16root-defbg
# - like everything running in a 16-color terminal, these skins look ugly
# and are no subsitute for the 256-color versions. As some terminals don't
# support using dark gray as background color, i used a black background
# and adjusted the remaining colors accordingly.
#
# 256-color skins require mc version 4.8 or newer.
#
# Author: Oliver Lange <modarin@bloody.in-berlin.de>
#
# Version: 1.2
#
[skin]
description = MoDarIn256-DefaultBG (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_ = color250;default
selected = color253;color23
marked = color228;;bold
markselect = color228;color23;bold
gauge = color250;color66
input = color187;color235;bold
inputmark = color228;color23;bold
inputunchanged = color144;color235;bold
commandlinemark = color228;color23;bold
reverse = color254;color66
header = color180;;bold
disabled = color246;color239
#inputhistory =
#commandhistory =
[dialog]
_default_ = color252;color239
dhotnormal = color214
dfocus = color228;color23;bold
dhotfocus = color214;color23
dtitle = color180;;bold
[error]
_default_ = color230;color52
errdfocus = color254;color23;bold
errdhotnormal = color203;color52
errdhotfocus = color203;color23;bold
errdtitle = color227;;bold
[filehighlight]
directory = color144;;bold
executable = color114
symlink = color45
hardlink =
stalelink = color203
device = color170
special = color142
core = color197
temp = color245
archive = color172
doc = color153
source = color109
media = color141
graph = color216
database = color103
[menu]
_default_ = color250;default
menusel = color253;color23
menuhot = color214
menuhotsel = color214;color23
menuinactive = color245
[popupmenu]
_default_ = color250;default
menusel = color253;color23
menutitle = color180;;bold
[buttonbar]
button = color253;color236
hotkey = color214;color238;bold
[statusbar]
_default_ = color253;color66
[help]
_default_ = color252;color239
helpitalic = color114;;bold
helpbold = color180;;bold
helplink = color45
helpslink = color228;color23;bold
helptitle = color180;;bold
[editor]
_default_ = color250;default
editbold = color228;;bold
editmarked = color228;color23;bold
editwhitespace = color56;color234
editlinestate = color66;color235
bookmark = ;color239
bookmarkfound = ;color239;bold
editrightmargin = ;color235;bold
[viewer]
_default_ = color250;default
viewbold = ;;bold
viewunderline = ;;underline
viewselected = color228;color23;bold
[diffviewer]
changedline = color231;color29
changednew = color232;color78
changed = color231;color39
added = color232;color81
removed = ;color234
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 =

View File

@ -0,0 +1,184 @@
#
# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander.
#
# This skin is using colors independent from the default 16 terminal colors,
# i.e., no matter how the 16 standard colors are configured, the appearance
# of Midnight Commander will not be affected.
#
# There are 4 variants of this skin:
#
# modarin256
# - default skin, no standard colors used.
#
# modarin256-defbg
# - like modarin256, but using the default background color for core, editor,
# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent
# background colors.
#
# modarin256root
# modarin256root-defbg
# - like the other two skins, but for the root user, with red colors used
# instead of green colors for things like select/focus/statusbar etc.,
# to keep reminding the user that mc is running as root.
#
# Fallback skins for 16-color terminals (poor man's skins):
#
# modarcon16
# modarcon16-defbg
# modarcon16root
# modarcon16root-defbg
# - like everything running in a 16-color terminal, these skins look ugly
# and are no subsitute for the 256-color versions. As some terminals don't
# support using dark gray as background color, i used a black background
# and adjusted the remaining colors accordingly.
#
# 256-color skins require mc version 4.8 or newer.
#
# Author: Oliver Lange <modarin@bloody.in-berlin.de>
#
# Version: 1.2
#
[skin]
description = MoDarIn256 (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_ = color252;color237
selected = color253;color23
marked = color228;;bold
markselect = color228;color23;bold
gauge = color250;color66
input = color187;color235;bold
inputmark = color228;color23;bold
inputunchanged = color144;color235;bold
commandlinemark = color228;color23;bold
reverse = color254;color66
header = color180;;bold
disabled = color246;color239
#inputhistory =
#commandhistory =
[dialog]
_default_ = color252;color239
dhotnormal = color214
dfocus = color228;color23;bold
dhotfocus = color214;color23
dtitle = color180;;bold
[error]
_default_ = color230;color52
errdfocus = color254;color23;bold
errdhotnormal = color203;color52
errdhotfocus = color203;color23;bold
errdtitle = color227;;bold
[filehighlight]
directory = color144;;bold
executable = color114
symlink = color45
hardlink =
stalelink = color203
device = color170
special = color142
core = color197
temp = color245
archive = color172
doc = color153
source = color109
media = color141
graph = color216
database = color103
[menu]
_default_ = color252;color239
menusel = color253;color23
menuhot = color214
menuhotsel = color214;color23
menuinactive = color246
[popupmenu]
_default_ = color252;color239
menusel = color253;color23
menutitle = color180;;bold
[buttonbar]
button = color253;color236
hotkey = color214;color238;bold
[statusbar]
_default_ = color253;color66
[help]
_default_ = color252;color239
helpitalic = color114;;bold
helpbold = color180;;bold
helplink = color45
helpslink = color228;color23;bold
helptitle = color180;;bold
[editor]
_default_ = color252;color237
editbold = color228;;bold
editmarked = color228;color23;bold
editwhitespace = color56;color234
editlinestate = color66;color235
bookmark = ;color239
bookmarkfound = ;color239;bold
editrightmargin = ;color235;bold
[viewer]
_default_ = color252;color237
viewbold = ;;bold
viewunderline = ;;underline
viewselected = color228;color23;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 =

View File

@ -0,0 +1,184 @@
#
# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander.
#
# This skin is using colors independent from the default 16 terminal colors,
# i.e., no matter how the 16 standard colors are configured, the appearance
# of Midnight Commander will not be affected.
#
# There are 4 variants of this skin:
#
# modarin256
# - default skin, no standard colors used.
#
# modarin256-defbg
# - like modarin256, but using the default background color for core, editor,
# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent
# background colors.
#
# modarin256root
# modarin256root-defbg
# - like the other two skins, but for the root user, with red colors used
# instead of green colors for things like select/focus/statusbar etc.,
# to keep reminding the user that mc is running as root.
#
# Fallback skins for 16-color terminals (poor man's skins):
#
# modarcon16
# modarcon16-defbg
# modarcon16root
# modarcon16root-defbg
# - like everything running in a 16-color terminal, these skins look ugly
# and are no subsitute for the 256-color versions. As some terminals don't
# support using dark gray as background color, i used a black background
# and adjusted the remaining colors accordingly.
#
# 256-color skins require mc version 4.8 or newer.
#
# Author: Oliver Lange <modarin@bloody.in-berlin.de>
#
# Version: 1.2
#
[skin]
description = MoDarIn256root-DefaultBG (root)
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_ = color250;default
selected = color253;color88
marked = color228;;bold
markselect = color228;color88;bold
gauge = color250;color95
input = color187;color235;bold
inputmark = color228;color88;bold
inputunchanged = color144;color235;bold
commandlinemark = color228;color88;bold
reverse = color254;color95
header = color180;;bold
disabled = color246;color239
#inputhistory =
#commandhistory =
[dialog]
_default_ = color252;color239
dhotnormal = color214
dfocus = color228;color88;bold
dhotfocus = color214;color88;bold
dtitle = color180;;bold
[error]
_default_ = color230;color52
errdfocus = color254;color95;bold
errdhotnormal = color203;color52
errdhotfocus = color203;color95;bold
errdtitle = color227;;bold
[filehighlight]
directory = color144;;bold
executable = color114
symlink = color45
hardlink =
stalelink = color203
device = color170
special = color142
core = color197
temp = color245
archive = color172
doc = color153
source = color109
media = color141
graph = color216
database = color103
[menu]
_default_ = color250;default
menusel = color253;color88
menuhot = color214
menuhotsel = color214;color88
menuinactive = color245
[popupmenu]
_default_ = color250;default
menusel = color253;color88
menutitle = color180;;bold
[buttonbar]
button = color253;color236
hotkey = color214;color238;bold
[statusbar]
_default_ = color254;color95
[help]
_default_ = color252;color239
helpitalic = color114;;bold
helpbold = color180;;bold
helplink = color45
helpslink = color228;color88;bold
helptitle = color180;;bold
[editor]
_default_ = color250;default
editbold = color228;;bold
editmarked = color228;color88;bold
editwhitespace = color56;color234
editlinestate = color95;color235
bookmark = ;color239
bookmarkfound = ;color239;bold
editrightmargin = ;color235;bold
[viewer]
_default_ = color250;default
viewbold = ;;bold
viewunderline = ;;underline
viewselected = color228;color88;bold
[diffviewer]
changedline = color231;color130
changednew = color232;color208
changed = color231;color96
added = color232;color218
removed = ;color234
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 =

View File

@ -0,0 +1,184 @@
#
# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander.
#
# This skin is using colors independent from the default 16 terminal colors,
# i.e., no matter how the 16 standard colors are configured, the appearance
# of Midnight Commander will not be affected.
#
# There are 4 variants of this skin:
#
# modarin256
# - default skin, no standard colors used.
#
# modarin256-defbg
# - like modarin256, but using the default background color for core, editor,
# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent
# background colors.
#
# modarin256root
# modarin256root-defbg
# - like the other two skins, but for the root user, with red colors used
# instead of green colors for things like select/focus/statusbar etc.,
# to keep reminding the user that mc is running as root.
#
# Fallback skins for 16-color terminals (poor man's skins):
#
# modarcon16
# modarcon16-defbg
# modarcon16root
# modarcon16root-defbg
# - like everything running in a 16-color terminal, these skins look ugly
# and are no subsitute for the 256-color versions. As some terminals don't
# support using dark gray as background color, i used a black background
# and adjusted the remaining colors accordingly.
#
# 256-color skins require mc version 4.8 or newer.
#
# Author: Oliver Lange <modarin@bloody.in-berlin.de>
#
# Version: 1.2
#
[skin]
description = MoDarIn256root (root)
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_ = color252;color237
selected = color253;color88
marked = color228;;bold
markselect = color228;color88;bold
gauge = color250;color95
input = color187;color235;bold
inputmark = color228;color88;bold
inputunchanged = color144;color235;bold
commandlinemark = color228;color88;bold
reverse = color254;color95
header = color180;;bold
disabled = color246;color239
#inputhistory =
#commandhistory =
[dialog]
_default_ = color252;color239
dhotnormal = color214
dfocus = color228;color88;bold
dhotfocus = color214;color88;bold
dtitle = color180;;bold
[error]
_default_ = color230;color52
errdfocus = color254;color95;bold
errdhotnormal = color203;color52
errdhotfocus = color203;color95;bold
errdtitle = color227;;bold
[filehighlight]
directory = color144;;bold
executable = color114
symlink = color45
hardlink =
stalelink = color203
device = color170
special = color142
core = color197
temp = color245
archive = color172
doc = color153
source = color109
media = color141
graph = color216
database = color103
[menu]
_default_ = color252;color239
menusel = color253;color88
menuhot = color214
menuhotsel = color214;color88
menuinactive = color246
[popupmenu]
_default_ = color252;color239
menusel = color253;color88
menutitle = color180;;bold
[buttonbar]
button = color253;color236
hotkey = color214;color238;bold
[statusbar]
_default_ = color254;color95
[help]
_default_ = color252;color239
helpitalic = color114;;bold
helpbold = color180;;bold
helplink = color45
helpslink = color228;color88;bold
helptitle = color180;;bold
[editor]
_default_ = color252;color237
editbold = color228;;bold
editmarked = color228;color88;bold
editwhitespace = color56;color234
editlinestate = color95;color235
bookmark = ;color239
bookmarkfound = ;color239;bold
editrightmargin = ;color235;bold
[viewer]
_default_ = color252;color237
viewbold = ;;bold
viewunderline = ;;underline
viewselected = color228;color88;bold
[diffviewer]
changedline = color231;color130
changednew = color232;color208
changed = color231;color96
added = color232;color218
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-scrollbar]
first-vert-char =
last-vert-char =
first-horiz-char = «
last-horiz-char = »
current-char =
background-char =

View File

@ -0,0 +1,172 @@
# This is a 256 colors thin MidnightCommander color scheme
# based on the Xoria256 color scheme for the Vim editor
# (http://www.vim.org/scripts/script.php?script_id=2140)
# Note you'll need mc > 4.7.5 for this scheme to work (256 colors support)
# Hint: compile from the git repository
# Author : Alexander Glyzov (isee@inbox.ru)
# Last Change : Jan 11, 2011
# Special Thanks to Dmitriy Zotikov -- author of the Vim Xoria256 color scheme.
[skin]
description = Xoria256-Thin
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_ = color250;color234
selected = ;color60
marked = color228
markselect = color228;color60
reverse = color234;color250;
header = color180;;bold
gauge = white;black
input = color252;color60;bold
inputunchanged = color250;color60;bold
inputmark = color228;color236;bold
disabled = color244;color250
#inputhistory =
#commandhistory =
#commandlinemark = black;lightgray
shadow = color239;black
[dialog]
_default_ = black;color250
dhotnormal = color88;;
dfocus = black;color73;
dhotfocus = color88;color73;
dtitle = color235;;bold
[error]
_default_ = white;red
errdfocus = black;lightgray
errdhotnormal = yellow;red
errdhotfocus = yellow;lightgray
errdtitle = yellow;red;bold
[filehighlight]
directory = ;;bold
executable = color114
symlink = color180
hardlink =
stalelink = rgb404
device = rgb231
special = rgb331
core = rgb430
temp = color239
archive = color174
doc = rgb033
source = color29
media = color110
graph = color182
database = color31
[menu]
_default_ = black;color250
menusel = black;color73;
menuhot = color88;;
menuhotsel = color88;color73;
menuinactive = color244
[popupmenu]
_default_ = black;color250
menusel = black;color73
menutitle = ;;bold
[buttonbar]
button = black;color250
hotkey = color88;color181;bold
[statusbar]
_default_ = black;color250
[help]
_default_ = black;color250
helpitalic = color88;;bold
helpbold = color235;;bold
helplink = color19;;
helpslink = black;color73;inverse
helptitle = color235;;bold
[editor]
_default_ = color250;color234
editbold = ;;bold
editmarked = ;color60
editwhitespace = color236;color234
editnonprintable = ;black
editlinestate = ;color235
bookmark = ;color239;
bookmarkfound = ;color239;bold
editrightmargin = color180;color235;bold
# editbg =
editframe = color244;
editframeactive = color250;
editframedrag = color73;
[viewer]
_default_ = color250;color234
viewbold = ;;bold
viewunderline = ;;underline
viewselected = color228;color60
[diffviewer]
changedline = ;color60
changednew = black;color174
added = black;color181
changed = black;color151
removed = ;color235
error = rgb554;rgb320
[widget-panel]
sort-up-char =
sort-down-char =
hiddenfiles-show-char =
hiddenfiles-hide-char =
history-prev-item-char = «
history-next-item-char = »
history-show-list-char = ^
filename-scroll-left-char = «
filename-scroll-right-char = »
[widget-scrollbar]
first-vert-char =
last-vert-char =
first-horiz-char = «
last-horiz-char = »
current-char =
background-char =
[widget-editor]
window-state-char =
window-close-char =

View File

@ -16,29 +16,6 @@
description = Xoria256
256colors = true
# [Lines]
# horiz = ─
# vert = │
# lefttop = ┌
# righttop = ┐
# leftbottom = └
# rightbottom = ┘
# topmiddle = ┬
# bottommiddle = ┴
# leftmiddle = ├
# rightmiddle = ┤
# cross = ┼
# dhoriz = ─
# dvert = │
# dlefttop = ┌
# drighttop = ┐
# dleftbottom = └
# drightbottom = ┘
# dtopmiddle = ┬
# dbottommiddle = ┴
# dleftmiddle = ├
# drightmiddle = ┤
[Lines]
horiz =
vert =

View File

@ -0,0 +1,172 @@
# This is a 256 colors root thin MidnightCommander color scheme
# based on the Xoria256 color scheme for the Vim editor
# (http://www.vim.org/scripts/script.php?script_id=2140)
# Note you'll need mc > 4.7.5 for this scheme to work (256 colors support)
# Hint: compile from the git repository
# Author : Alexander Glyzov (isee@inbox.ru)
# Last Change : Jan 11, 2011
# Special Thanks to Dmitriy Zotikov -- author of the Vim Xoria256 color scheme.
[skin]
description = Xoria256root-Thin
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_ = color250;color234
selected = color253;color88
marked = color228
markselect = color228;color60
reverse = color234;color250;
header = color180;;bold
gauge = white;black
input = color252;color60;bold
inputunchanged = color250;color60;bold
inputmark = color228;color236;bold
disabled = color244;color250
#inputhistory =
#commandhistory =
#commandlinemark = black;lightgray
shadow = color239;black
[dialog]
_default_ = black;color250
dhotnormal = color88;;
dfocus = black;color73;
dhotfocus = color88;color73;
dtitle = color235;;bold
[error]
_default_ = white;red
errdfocus = black;lightgray
errdhotnormal = yellow;red
errdhotfocus = yellow;lightgray
errdtitle = yellow;red;bold
[filehighlight]
directory = ;;bold
executable = color114
symlink = color180
hardlink =
stalelink = rgb404
device = rgb231
special = rgb331
core = rgb430
temp = color239
archive = color174
doc = rgb033
source = color29
media = color110
graph = color182
database = color31
[menu]
_default_ = black;color250
menusel = black;color73;
menuhot = color88;;
menuhotsel = color88;color73;
menuinactive = color244
[popupmenu]
_default_ = black;color250
menusel = black;color73
menutitle = ;;bold
[buttonbar]
button = black;color250
hotkey = color88;color181;bold
[statusbar]
_default_ = black;color250
[help]
_default_ = black;color250
helpitalic = color88;;bold
helpbold = color235;;bold
helplink = color19;;
helpslink = black;color73;inverse
helptitle = color235;;bold
[editor]
_default_ = color250;color234
editbold = ;;bold
editmarked = ;color60
editwhitespace = color236;color234
editnonprintable = ;black
editlinestate = ;color235
bookmark = ;color239;
bookmarkfound = ;color239;bold
editrightmargin = color180;color235;bold
# editbg =
editframe = color244;
editframeactive = color250;
editframedrag = color73;
[viewer]
_default_ = color250;color234
viewbold = ;;bold
viewunderline = ;;underline
viewselected = color228;color60
[diffviewer]
changedline = ;color60
changednew = black;color174
added = black;color181
changed = black;color151
removed = ;color235
error = rgb554;rgb320
[widget-panel]
sort-up-char =
sort-down-char =
hiddenfiles-show-char =
hiddenfiles-hide-char =
history-prev-item-char = «
history-next-item-char = »
history-show-list-char = ^
filename-scroll-left-char = «
filename-scroll-right-char = »
[widget-scrollbar]
first-vert-char =
last-vert-char =
first-horiz-char = «
last-horiz-char = »
current-char =
background-char =
[widget-editor]
window-state-char =
window-close-char =