sand256.ini 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. # This skin demonstrates how to use 256 colors in mc.
  2. #
  3. # As a prerequisite, you will need to:
  4. # 1) Have a terminal emulator that supports 256 colors (a few examples:
  5. # xterm, Gnome terminal and other VTE derivatives, KDE's Konsole;
  6. # iTerm for Mac OS X, PuTTY for Windows).
  7. # 2) Adjust your TERM variable accordingly, e.g.: export TERM=xterm-256color
  8. # Verify by running tput colors
  9. #
  10. # Each of the 256 colors has two names, you can use whichever you prefer.
  11. #
  12. # One possibility is to use the names "color0" to "color255" to access every
  13. # color directly based on their number.
  14. #
  15. # The first 16 colors ("color0" to "color15") can also be specified by their
  16. # names (these names are already being used by mc for 8/16 color terminals):
  17. # black gray
  18. # red brightred
  19. # green brightgreen
  20. # brown yellow
  21. # blue brightblue
  22. # magenta brightmagenta
  23. # cyan brightcyan
  24. # lightgray white
  25. # Note that with 8/16 color terminal settings (such as TERM=xterm), colors
  26. # of the second column can only be used for the foreground, and their actual
  27. # interpretation varies across terminals. Some terminals show the colors
  28. # from the first column instead (that is, you only have 8 colors), but make
  29. # them bold. Others show the brighter version (16 foreground colors). Yet
  30. # others make them bold and bright at the same time. Switching to 256 colors
  31. # should end this ambiguity: you should have 16 separate colors according to
  32. # their names, none of them are bold by default but any of them can be
  33. # switched to bold, and all of them are available for background, too. This
  34. # is the intended behavior, the actual behavior might vary across terminals.
  35. #
  36. # Colors of the 6x6x6 cube ("color16" to "color231") can alternatively be
  37. # referred to as "rgb000" to "rgb555", all three digits ranging from 0 to 5,
  38. # corresponding to the R, G and B color components.
  39. #
  40. # The 24 grayscale colors ("color232" to "color255") have the aliases "gray0"
  41. # to "gray23".
  42. #
  43. # In addition to the 256 colors, the special word "default" means the
  44. # default foreground or background color of your terminal, while "base" means
  45. # mc's main colors. A missing value means falling back to the _default_ of the
  46. # given section.
  47. #
  48. # Following the foreground and background colors, the third (optional) value
  49. # can specify special attributes to enable. Valid values are bold, underline,
  50. # italic, reverse and blink. Append more with a plus sign, e.g. "bold+italic".
  51. # Leaving the field empty makes it fall back to the attributes of _default_.
  52. # Use any other word (e.g. "none") to prevent fallback and disable all flags.
  53. #
  54. # Italic support requires a recent enough ncurses (>= 5.9.20130831) or slang
  55. # (>= 2.3). All attributes are subject to support by the terminal emulator.
  56. [skin]
  57. description = Sand skin using 256 colors
  58. 256colors = true
  59. [Lines]
  60. horiz = ─
  61. vert = │
  62. lefttop = ┌
  63. righttop = ┐
  64. leftbottom = └
  65. rightbottom = ┘
  66. topmiddle = ┬
  67. bottommiddle = ┴
  68. leftmiddle = ├
  69. rightmiddle = ┤
  70. cross = ┼
  71. dhoriz = ─
  72. dvert = │
  73. dlefttop = ┌
  74. drighttop = ┐
  75. dleftbottom = └
  76. drightbottom = ┘
  77. dtopmiddle = ┬
  78. dbottommiddle = ┴
  79. dleftmiddle = ├
  80. drightmiddle = ┤
  81. [core]
  82. _default_ = black;rgb554
  83. selected = ;rgb452
  84. marked = rgb400;;italic
  85. markselect = rgb400;rgb452;italic
  86. gauge = ;rgb452
  87. input = ;rgb452
  88. inputunchanged = gray;rgb452
  89. inputmark = rgb452;gray
  90. disabled = gray;rgb553
  91. reverse = ;rgb452
  92. commandlinemark = white;gray
  93. header = red;;italic
  94. shadow = black;rgb221
  95. [dialog]
  96. _default_ = black;rgb553
  97. dfocus = ;rgb452
  98. dhotnormal = ;;underline
  99. dhotfocus = ;rgb452;underline
  100. dtitle = ;;italic+underline
  101. [error]
  102. _default_ = rgb554;rgb320;bold
  103. # "black" might change color when going bold, so use "rgb000" instead
  104. errdfocus = rgb000;rgb452;bold
  105. errdhotnormal = ;;bold+underline
  106. errdhotfocus = rgb000;rgb452;bold+underline
  107. errdtitle = ;;bold+italic+underline
  108. [filehighlight]
  109. directory =
  110. executable = rgb030
  111. symlink = rgb202
  112. hardlink =
  113. # 404 Not Found :)
  114. stalelink = rgb404
  115. device = rgb231
  116. special = rgb331
  117. core = rgb430
  118. temp = gray15
  119. archive = rgb012
  120. doc = rgb103
  121. source = rgb310
  122. media = rgb024
  123. graph = rgb033
  124. database = rgb421
  125. [menu]
  126. _default_ = black;rgb452;italic
  127. menusel = ;rgb551
  128. menuhot = ;;italic+underline
  129. menuhotsel = ;rgb551;italic+underline
  130. menuinactive =
  131. [popupmenu]
  132. _default_ = black;rgb553
  133. menusel = ;rgb452;underline
  134. menutitle = ;;italic+underline
  135. [buttonbar]
  136. hotkey = black;rgb554;italic
  137. button = black;rgb452;italic
  138. [statusbar]
  139. _default_ = black;rgb452;italic
  140. [help]
  141. _default_ = black;rgb553
  142. helpitalic = green;;italic
  143. helpbold = red;;bold
  144. helplink = blue;;underline
  145. helpslink = blue;;reverse
  146. helptitle = ;;underline
  147. [editor]
  148. _default_ = black;rgb554
  149. editbold = rgb400
  150. editmarked = ;rgb452;italic
  151. editwhitespace = rgb400;rgb553
  152. editnonprintable = ;black
  153. editlinestate = ;rgb553
  154. bookmark = ;rgb551
  155. bookmarkfound = ;rgb530
  156. editrightmargin = rgb400;rgb553
  157. # editbg =
  158. editframe = rgb530;
  159. editframeactive = black;
  160. editframedrag = rgb400;
  161. [viewer]
  162. _default_ = black;rgb554
  163. # "black" might change color when going bold, so use "rgb000" instead
  164. viewbold = rgb000;;bold
  165. viewunderline = ;;underline
  166. viewselected = rgb400;rgb452
  167. [diffviewer]
  168. added = ;rgb450
  169. changedline = blue;rgb553
  170. changednew = rgb400;rgb553
  171. changed = ;rgb553
  172. removed = ;rgb511
  173. error = rgb554;rgb320
  174. [widget-panel]
  175. sort-up-char = ↑
  176. sort-down-char = ↓
  177. hiddenfiles-show-char = •
  178. hiddenfiles-hide-char = ○
  179. history-prev-item-char = «
  180. history-next-item-char = »
  181. history-show-list-char = ^
  182. filename-scroll-left-char = «
  183. filename-scroll-right-char = »
  184. [widget-scrollbar]
  185. first-vert-char = ↑
  186. last-vert-char = ↓
  187. first-horiz-char = «
  188. last-horiz-char = »
  189. current-char = ■
  190. background-char = ▒
  191. [widget-editor]
  192. window-state-char = ↕
  193. window-close-char = ✕