seasons-summer16M.ini 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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. # https://www.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. ShadowFg = #000
  66. ShadowBg = #7f7659
  67. Error = #d40707
  68. ErrorFocus = #db7b7b
  69. Top = #46cef3
  70. MenuActive = #85e1fb
  71. MenuSelected = #fae728
  72. Bottom = #f4ff83
  73. BottomNumber = DialogFocus
  74. BottomNumberFg = #000
  75. Help = Bottom
  76. HelpBoldFg = DialogFocus
  77. HelpItalicFg = ErrorFocus
  78. HelpLinkFg = #168bac
  79. EditorLineNumber = #fff5d5
  80. EditorWhitespace = EditorLineNumber
  81. EditorRightMargin = EditorWhitespace
  82. EditorBookmark = Bottom
  83. EditorFindAll = Top
  84. EditorVoid = #f9faac
  85. EditorFrameFg = MainFg
  86. EditorFrameActiveFg = MarkedFg
  87. EditorFrameDragFg = Top
  88. ViewerBoldFg = MarkedFg
  89. ViewerUnderlinedFg = HelpLinkFg
  90. ViewerSelected = Dialog
  91. DiffAdd = #80e080
  92. DiffChangedLine = Bottom
  93. DiffGap = #e08080
  94. [core]
  95. _default_ = MainFg;Main
  96. selected = ;Selected
  97. marked = MarkedFg;;bold
  98. markselect = MarkedFg;Selected;bold
  99. gauge = ;DialogFocus
  100. input = #000;Input
  101. inputunchanged = PaleFg;Input
  102. inputmark = #000;DialogFocus
  103. disabled = PaleFg;Dialog
  104. reverse = #000;Bottom
  105. commandlinemark = #000;DialogFocus
  106. header = HeaderFg
  107. shadow = ShadowFg;ShadowBg
  108. [dialog]
  109. _default_ = #000;Dialog
  110. dfocus = ;DialogFocus
  111. dhotnormal = ;;underline
  112. dhotfocus = ;DialogFocus;underline
  113. dtitle = ;;bold
  114. [error]
  115. _default_ = #fff;Error
  116. errdfocus = ;ErrorFocus
  117. errdhotnormal = ;;underline
  118. errdhotfocus = ;ErrorFocus;underline
  119. errdtitle = ;;bold
  120. [filehighlight]
  121. directory =
  122. executable = #00af00
  123. symlink = #870087
  124. hardlink =
  125. stalelink = #d70000
  126. device = #87af5f
  127. special = #afaf5f
  128. core = #d7af00
  129. temp = #9e9e9e
  130. archive = #005f87
  131. doc = #5f00af
  132. source = #af5f00
  133. media = #0087d7
  134. graph = #00afaf
  135. database = #d7875f
  136. [menu]
  137. _default_ = #000;MenuActive
  138. menusel = ;MenuSelected
  139. menuhot = ;;underline
  140. menuhotsel = ;MenuSelected;underline
  141. menuinactive = ;Top
  142. [popupmenu]
  143. _default_ = #000;Dialog
  144. menusel = ;DialogFocus
  145. menutitle = ;;bold
  146. [buttonbar]
  147. hotkey = BottomNumberFg;BottomNumber
  148. button = #000;Bottom
  149. [statusbar]
  150. _default_ = #000;Top
  151. [help]
  152. _default_ = #000;Help
  153. helpbold = HelpBoldFg;;bold
  154. helpitalic = HelpItalicFg;;italic
  155. helplink = HelpLinkFg;;underline
  156. helpslink = Help;HelpLinkFg
  157. [editor]
  158. editbold = MarkedFg;;bold
  159. editmarked = ;Selected
  160. editwhitespace = ;EditorWhitespace
  161. editnonprintable = ;black
  162. editlinestate = #000;EditorLineNumber
  163. bookmark = #000;EditorBookmark
  164. bookmarkfound = #000;EditorFindAll
  165. editrightmargin = ;EditorRightMargin
  166. editbg = ;EditorVoid
  167. editframe = EditorFrameFg
  168. editframeactive = EditorFrameActiveFg
  169. editframedrag = EditorFrameDragFg
  170. [viewer]
  171. viewbold = ViewerBoldFg;;bold
  172. viewunderline = ViewerUnderlinedFg;;underline
  173. viewselected = #000;ViewerSelected
  174. [diffviewer]
  175. added = ;DiffAdd
  176. changedline = ;DiffChangedLine
  177. changednew = ;DiffAdd
  178. changed = ;DiffGap
  179. removed = ;DiffGap
  180. error = #fff;Error
  181. [widget-panel]
  182. sort-up-char = ▴
  183. sort-down-char = ▾
  184. hiddenfiles-show-char = •
  185. hiddenfiles-hide-char = ○
  186. history-prev-item-char = ◂
  187. history-next-item-char = ▸
  188. history-show-list-char = ▾
  189. filename-scroll-left-char = ◂
  190. filename-scroll-right-char = ▸
  191. [widget-scrollbar]
  192. first-vert-char = ▴
  193. last-vert-char = ▾
  194. first-horiz-char = ◂
  195. last-horiz-char = ▸
  196. current-char = ■
  197. background-char = ▒
  198. [widget-editor]
  199. window-state-char = ↕
  200. window-close-char = ✕