diff --git a/AUTHORS b/AUTHORS index 1307245f8..a4b3bce90 100644 --- a/AUTHORS +++ b/AUTHORS @@ -89,6 +89,9 @@ Marcelo Roccasalva Massimo Fontanelli +Oliver Lange + modarin256: set of 256-color skins + Pavel Shirshov Committing downstream (security) patches for 4.6.0. diff --git a/misc/skins/Makefile.am b/misc/skins/Makefile.am index 57c54d0f9..3cf0bdfe4 100644 --- a/misc/skins/Makefile.am +++ b/misc/skins/Makefile.am @@ -8,6 +8,14 @@ skin_DATA = \ featured.ini \ gotar.ini \ mc46.ini \ + modarcon16-defbg.ini \ + modarcon16.ini \ + modarcon16root-defbg.ini \ + modarcon16root.ini \ + modarin256-defbg.ini \ + modarin256.ini \ + modarin256root-defbg.ini \ + modarin256root.ini \ nicedark.ini \ sand256.ini \ xoria256.ini diff --git a/misc/skins/modarcon16-defbg.ini b/misc/skins/modarcon16-defbg.ini new file mode 100644 index 000000000..ec06e9be4 --- /dev/null +++ b/misc/skins/modarcon16-defbg.ini @@ -0,0 +1,182 @@ +# +# 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 +# +# 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 + menuhot=color3 + menusel=color11;color2;bold + 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 + +[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 + viewunderline=;;underline + +[diffviewer] + changedline=color15;color4 + changednew=color15;color2 + changed=color15;color6 + added=color0;color7 + removed=color8;color0 + folder=color11;color0;bold + 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=▒ diff --git a/misc/skins/modarcon16.ini b/misc/skins/modarcon16.ini new file mode 100644 index 000000000..6e9d06150 --- /dev/null +++ b/misc/skins/modarcon16.ini @@ -0,0 +1,182 @@ +# +# 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 +# +# 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 + menuhot=color3 + menusel=color11;color2;bold + 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 + +[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 + viewunderline=;;underline + +[diffviewer] + changedline=color15;color4 + changednew=color15;color2 + changed=color15;color6 + added=color0;color7 + removed=color8;color0 + folder=color11;color0;bold + 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=▒ diff --git a/misc/skins/modarcon16root-defbg.ini b/misc/skins/modarcon16root-defbg.ini new file mode 100644 index 000000000..14b8b0187 --- /dev/null +++ b/misc/skins/modarcon16root-defbg.ini @@ -0,0 +1,182 @@ +# +# 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 +# +# 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 + menuhot=color3 + menusel=color11;color1;bold + 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 + +[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 + viewunderline=;;underline + +[diffviewer] + changedline=color15;color4 + changednew=color15;color5 + changed=color15;color3 + added=color0;color7 + removed=color8;color0 + folder=color11;color0;bold + 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=▒ diff --git a/misc/skins/modarcon16root.ini b/misc/skins/modarcon16root.ini new file mode 100644 index 000000000..9acaeba0f --- /dev/null +++ b/misc/skins/modarcon16root.ini @@ -0,0 +1,182 @@ +# +# 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 +# +# 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 + menuhot=color3 + menusel=color11;color1;bold + 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 + +[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 + viewunderline=;;underline + +[diffviewer] + changedline=color15;color4 + changednew=color15;color5 + changed=color15;color3 + added=color0;color7 + removed=color8;color0 + folder=color11;color0;bold + 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=▒ diff --git a/misc/skins/modarin256-defbg.ini b/misc/skins/modarin256-defbg.ini new file mode 100644 index 000000000..b3621cb3a --- /dev/null +++ b/misc/skins/modarin256-defbg.ini @@ -0,0 +1,182 @@ +# +# 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 +# +# 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 + menuhot=color214 + menusel=color253;color23 + 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 + +[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 + viewunderline=;;underline + +[diffviewer] + changedline=color231;color29 + changednew=color232;color78 + changed=color231;color39 + added=color232;color81 + removed=;color234 + folder=color232;color185 + 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=▒ diff --git a/misc/skins/modarin256.ini b/misc/skins/modarin256.ini new file mode 100644 index 000000000..bae811886 --- /dev/null +++ b/misc/skins/modarin256.ini @@ -0,0 +1,182 @@ +# +# 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 +# +# 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 + menuhot=color214 + menusel=color253;color23 + 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 + +[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 + viewunderline=;;underline + +[diffviewer] + changedline=color231;color29 + changednew=color232;color78 + changed=color231;color39 + added=color232;color81 + removed=;color235 + folder=color232;color185 + 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=▒ diff --git a/misc/skins/modarin256root-defbg.ini b/misc/skins/modarin256root-defbg.ini new file mode 100644 index 000000000..9b510fbc3 --- /dev/null +++ b/misc/skins/modarin256root-defbg.ini @@ -0,0 +1,182 @@ +# +# 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 +# +# 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 + menuhot=color214 + menusel=color253;color88 + 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 + +[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 + viewunderline=;;underline + +[diffviewer] + changedline=color231;color130 + changednew=color232;color208 + changed=color231;color96 + added=color232;color218 + removed=;color234 + folder=color232;color185 + 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=▒ diff --git a/misc/skins/modarin256root.ini b/misc/skins/modarin256root.ini new file mode 100644 index 000000000..6d6b5fd50 --- /dev/null +++ b/misc/skins/modarin256root.ini @@ -0,0 +1,182 @@ +# +# 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 +# +# 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 + menuhot=color214 + menusel=color253;color88 + 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 + +[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 + viewunderline=;;underline + +[diffviewer] + changedline=color231;color130 + changednew=color232;color208 + changed=color231;color96 + added=color232;color218 + removed=;color235 + folder=color232;color185 + 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=▒