/usr/share/mc/skins/xoria256.ini is in mc-data 3:4.8.11-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 | # This is a 256 colors 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
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=│
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
[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
menuhot=color88;;
menusel=black;color73;
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
[editor]
_default_=color250;color234
editbold=;;bold
editmarked=;color60
editwhitespace=color236;color234
editlinestate=;color235
bookmark=;color239;
bookmarkfound=;color239;bold
editrightmargin=color180;color235;bold
# editbg=
editframe=color244;
editframeactive=color250;
editframedrag=color73;
window-state-char = ↕
window-close-char = ✕
[viewer]
viewunderline=;;underline
[diffviewer]
changedline=;color60
changednew=black;color174
added=black;color181
changed=black;color151
removed=;color235
folder=;color60
error=rgb554;rgb320
[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=▒
|