seasons-summer16M.ini 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. # The Four Seasons skins demonstrate how to use direct RGB true colors.
  2. #
  3. # As a prerequisite, you will need:
  4. # 1) Midnight Commander version 4.8.19 or newer.
  5. # 2) Midnight Commander being compiled against S-Lang (rather than ncurses).
  6. # 3) S-Lang version 2.3.1 or newer.
  7. # 4) A 64-bit operating system. (Future S-Lang version 3 will support
  8. # true colors on 32-bit OSes too. Until then, you can install a patched
  9. # S-Lang and compile MC against it by following the instructions at
  10. # http://midnight-commander.org/wiki/doc-devel/slang-16Mcolors-32bits.)
  11. # 5) A terminal emulator that supports true colors, such as e.g.
  12. # GNOME Terminal and other VTE derivatives, KDE's Konsole,
  13. # iTerm2 for macOS. See https://gist.github.com/XVilka/8346728 for a
  14. # more exhaustive and up to date list.
  15. # 6) The TERM environment variable describing 256 color support, e.g.:
  16. # export TERM=xterm-256color
  17. # or inside screen or tmux:
  18. # export TERM=screen-256color
  19. # Verify by running tput colors, it should report 256.
  20. # 7) The COLORTERM env variable set to either "truecolor" or "24bit", e.g.:
  21. # export COLORTERM=truecolor
  22. #
  23. # True colors are referred to by the standard #rrggbb or #rgb notation, the
  24. # short form is interpreted by doubling each hex digit.
  25. #
  26. # In addition to these the 256 palette colors are still available, and
  27. # obviously so are the attributes. See the sand256.ini skin file for details.
  28. [skin]
  29. # Sunshine, ocean, beach, beachball, sunshades, ice cream.
  30. # (Pistachio is out.)
  31. description = Four Seasons – Summer
  32. truecolors = true
  33. [Lines]
  34. horiz = ─
  35. vert = │
  36. lefttop = ┌
  37. righttop = ┐
  38. leftbottom = └
  39. rightbottom = ┘
  40. topmiddle = ┬
  41. bottommiddle = ┴
  42. leftmiddle = ├
  43. rightmiddle = ┤
  44. cross = ┼
  45. dhoriz = ═
  46. dvert = ║
  47. dlefttop = ╔
  48. drighttop = ╗
  49. dleftbottom = ╚
  50. drightbottom = ╝
  51. dtopmiddle = ╤
  52. dbottommiddle = ╧
  53. dleftmiddle = ╟
  54. drightmiddle = ╢
  55. [aliases]
  56. Main = #ffedb3
  57. MainFg = #000
  58. MarkedFg = #e311aa
  59. HeaderFg = MarkedFg
  60. Selected = #d9b64a
  61. Dialog = #a7f25a
  62. DialogFocus = #f864f6
  63. Input = #d7ffad
  64. PaleFg = #777
  65. Error = #d40707
  66. ErrorFocus = #db7b7b
  67. Top = #46cef3
  68. MenuActive = #85e1fb
  69. MenuSelected = #fae728
  70. Bottom = #f4ff83
  71. BottomNumber = DialogFocus
  72. BottomNumberFg = #000
  73. Help = Bottom
  74. HelpBoldFg = DialogFocus
  75. HelpItalicFg = ErrorFocus
  76. HelpLinkFg = #168bac
  77. EditorLineNumber = #fff5d5
  78. EditorWhitespace = EditorLineNumber
  79. EditorRightMargin = EditorWhitespace
  80. EditorBookmark = Bottom
  81. EditorFindAll = Top
  82. EditorVoid = #f9faac
  83. EditorFrameFg = MainFg
  84. EditorFrameActiveFg = MarkedFg
  85. EditorFrameDragFg = Top
  86. ViewerBoldFg = MarkedFg
  87. ViewerUnderlinedFg = HelpLinkFg
  88. ViewerSelected = Dialog
  89. DiffAdd = #80e080
  90. DiffChangedLine = Bottom
  91. DiffGap = #e08080
  92. [core]
  93. _default_ = MainFg;Main
  94. selected = ;Selected
  95. marked = MarkedFg;;bold
  96. markselect = MarkedFg;Selected;bold
  97. gauge = ;DialogFocus
  98. input = #000;Input
  99. inputunchanged = PaleFg;Input
  100. inputmark = #000;DialogFocus
  101. disabled = PaleFg;Dialog
  102. reverse = #000;Bottom
  103. commandlinemark = #000;DialogFocus
  104. header = HeaderFg
  105. [dialog]
  106. _default_ = #000;Dialog
  107. dfocus = ;DialogFocus
  108. dhotnormal = ;;underline
  109. dhotfocus = ;DialogFocus;underline
  110. dtitle = ;;bold
  111. [error]
  112. _default_ = #fff;Error
  113. errdfocus = ;ErrorFocus
  114. errdhotnormal = ;;underline
  115. errdhotfocus = ;ErrorFocus;underline
  116. errdtitle = ;;bold
  117. [filehighlight]
  118. directory =
  119. executable = #00af00
  120. symlink = #870087
  121. hardlink =
  122. stalelink = #d70000
  123. device = #87af5f
  124. special = #afaf5f
  125. core = #d7af00
  126. temp = #9e9e9e
  127. archive = #005f87
  128. doc = #5f00af
  129. source = #af5f00
  130. media = #0087d7
  131. graph = #00afaf
  132. database = #d7875f
  133. [menu]
  134. _default_ = #000;MenuActive
  135. menusel = ;MenuSelected
  136. menuhot = ;;underline
  137. menuhotsel = ;MenuSelected;underline
  138. menuinactive = ;Top
  139. [popupmenu]
  140. _default_ = #000;Dialog
  141. menusel = ;DialogFocus
  142. menutitle = ;;bold
  143. [buttonbar]
  144. hotkey = BottomNumberFg;BottomNumber
  145. button = #000;Bottom
  146. [statusbar]
  147. _default_ = #000;Top
  148. [help]
  149. _default_ = #000;Help
  150. helpbold = HelpBoldFg;;bold
  151. helpitalic = HelpItalicFg;;italic
  152. helplink = HelpLinkFg;;underline
  153. helpslink = Help;HelpLinkFg
  154. [editor]
  155. editbold = MarkedFg;;bold
  156. editmarked = ;Selected
  157. editwhitespace = ;EditorWhitespace
  158. editlinestate = #000;EditorLineNumber
  159. bookmark = #000;EditorBookmark
  160. bookmarkfound = #000;EditorFindAll
  161. editrightmargin = ;EditorRightMargin
  162. editbg = ;EditorVoid
  163. editframe = EditorFrameFg
  164. editframeactive = EditorFrameActiveFg
  165. editframedrag = EditorFrameDragFg
  166. [viewer]
  167. viewbold = ViewerBoldFg;;bold
  168. viewunderline = ViewerUnderlinedFg;;underline
  169. viewselected = #000;ViewerSelected
  170. [diffviewer]
  171. added = ;DiffAdd
  172. changedline = ;DiffChangedLine
  173. changednew = ;DiffAdd
  174. changed = ;DiffGap
  175. removed = ;DiffGap
  176. error = #fff;Error
  177. [widget-common]
  178. sort-sign-up = ▴
  179. sort-sign-down = ▾
  180. [widget-panel]
  181. hiddenfiles-sign-show = •
  182. hiddenfiles-sign-hide = ○
  183. history-prev-item-sign = ◂
  184. history-next-item-sign = ▸
  185. history-show-list-sign = ▾
  186. filename-scroll-left-char = ◂
  187. filename-scroll-right-char = ▸
  188. [widget-scollbar]
  189. first-vert-char = ▴
  190. last-vert-char = ▾
  191. first-horiz-char = ◂
  192. last-horiz-char = ▸
  193. current-char = ■
  194. background-char = ▒
  195. [widget-editor]
  196. window-state-char = ↕
  197. window-close-char = ✕