1 # The Four Seasons skins demonstrate how to use direct RGB true colors.
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
23 # True colors are referred to by the standard #rrggbb or #rgb notation, the
24 # short form is interpreted by doubling each hex digit.
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.
30 # Sunshine, ocean, beach, beachball, sunshades, ice cream.
32 description = Four Seasons – Summer
72 MenuSelected = #fae728
74 BottomNumber = DialogFocus
77 HelpBoldFg = DialogFocus
78 HelpItalicFg = ErrorFocus
80 EditorLineNumber = #fff5d5
81 EditorWhitespace = EditorLineNumber
82 EditorRightMargin = EditorWhitespace
83 EditorBookmark = Bottom
86 EditorFrameFg = MainFg
87 EditorFrameActiveFg = MarkedFg
88 EditorFrameDragFg = Top
89 ViewerBoldFg = MarkedFg
90 ViewerUnderlinedFg = HelpLinkFg
91 ViewerSelected = Dialog
93 DiffChangedLine = Bottom
97 _default_ = MainFg;Main
99 marked = MarkedFg;;bold
100 markselect = MarkedFg;Selected;bold
103 inputunchanged = PaleFg;Input
104 inputmark = #000;DialogFocus
105 disabled = PaleFg;Dialog
106 reverse = #000;Bottom
107 commandlinemark = #000;DialogFocus
111 _default_ = #000;Dialog
112 dfocus = ;DialogFocus
113 dhotnormal = ;;underline
114 dhotfocus = ;DialogFocus;underline
118 _default_ = #fff;Error
119 errdfocus = ;ErrorFocus
120 errdhotnormal = ;;underline
121 errdhotfocus = ;ErrorFocus;underline
142 _default_ = #000;MenuActive
143 menusel = ;MenuSelected
144 menuhot = ;;underline
145 menuhotsel = ;MenuSelected;underline
149 _default_ = #000;Dialog
150 menusel = ;DialogFocus
154 hotkey = BottomNumberFg;BottomNumber
161 _default_ = #000;Help
162 helpbold = HelpBoldFg;;bold
163 helpitalic = HelpItalicFg;;italic
164 helplink = HelpLinkFg;;underline
165 helpslink = Help;HelpLinkFg
168 editbold = MarkedFg;;bold
169 editmarked = ;Selected
170 editwhitespace = ;EditorWhitespace
171 editlinestate = #000;EditorLineNumber
172 bookmark = #000;EditorBookmark
173 bookmarkfound = #000;EditorFindAll
174 editrightmargin = ;EditorRightMargin
176 editframe = EditorFrameFg
177 editframeactive = EditorFrameActiveFg
178 editframedrag = EditorFrameDragFg
181 viewbold = ViewerBoldFg;;bold
182 viewunderline = ViewerUnderlinedFg;;underline
183 viewselected = #000;ViewerSelected
187 changedline = ;DiffChangedLine
188 changednew = ;DiffAdd
198 hiddenfiles-sign-show = •
199 hiddenfiles-sign-hide = ○
200 history-prev-item-sign = ◂
201 history-next-item-sign = ▸
202 history-show-list-sign = ▾
203 filename-scroll-left-char = ◂
204 filename-scroll-right-char = ▸
215 window-state-char = ↕
216 window-close-char = ✕