1 | # The Four Seasons skins demonstrate how to use direct RGB true colors. |
---|
2 | # |
---|
3 | # As a prerequisite, you will need: |
---|
4 | # 1) A terminal emulator that supports true colors, such as e.g. |
---|
5 | # GNOME Terminal and other VTE derivatives, KDE's Konsole; |
---|
6 | # iTerm2 for macOS. |
---|
7 | # See https://gist.github.com/XVilka/8346728 for a more exhaustive and |
---|
8 | # up to date list. |
---|
9 | # 2) Midnight Commander being compiled against S-Lang (rather than ncurses). |
---|
10 | # 3) S-Lang version 2.3.1 or newer. |
---|
11 | # 4) A 64-bit operating system. |
---|
12 | # (Future S-Lang version 3 will support true colors on 32-bit OSes too.) |
---|
13 | # 5) The TERM environment variable describing 256 color support, e.g.: |
---|
14 | # export TERM=xterm-256color |
---|
15 | # or inside screen or tmux: |
---|
16 | # export TERM=screen-256color |
---|
17 | # Verify by running tput colors, it should report 256. |
---|
18 | # 6) The COLORTERM env variable set to either "truecolor" or "24bit", e.g.: |
---|
19 | # export COLORTERM=truecolor |
---|
20 | # |
---|
21 | # True colors are referred to by the standard #rrggbb or #rgb notation, the |
---|
22 | # short form is interpreted by doubling each hex digit. |
---|
23 | # |
---|
24 | # In addition to these the 256 palette colors are still available, and |
---|
25 | # obviously so are the attributes. See the sand256.ini skin file for details. |
---|
26 | # |
---|
27 | # The author of these skins (egmont) has hardly any graphic design skills. |
---|
28 | # Feel free to contribute anywhere from tiny changes to a complete redesign |
---|
29 | # if you believe your choice of colors expresses the seasons better. |
---|
30 | |
---|
31 | [skin] |
---|
32 | # Blooming. |
---|
33 | # Slightly inspired by Gmail's Cherry Blossom theme. |
---|
34 | description = Four Seasons – Spring |
---|
35 | truecolors = true |
---|
36 | |
---|
37 | [Lines] |
---|
38 | horiz = ─ |
---|
39 | vert = │ |
---|
40 | lefttop = ┌ |
---|
41 | righttop = ┐ |
---|
42 | leftbottom = └ |
---|
43 | rightbottom = ┘ |
---|
44 | topmiddle = ┬ |
---|
45 | bottommiddle = ┴ |
---|
46 | leftmiddle = ├ |
---|
47 | rightmiddle = ┤ |
---|
48 | cross = ┼ |
---|
49 | dhoriz = ─ |
---|
50 | dvert = │ |
---|
51 | dlefttop = ┌ |
---|
52 | drighttop = ┐ |
---|
53 | dleftbottom = └ |
---|
54 | drightbottom = ┘ |
---|
55 | dtopmiddle = ┬ |
---|
56 | dbottommiddle = ┴ |
---|
57 | dleftmiddle = ├ |
---|
58 | drightmiddle = ┤ |
---|
59 | |
---|
60 | [aliases] |
---|
61 | Main = #f3ffe7 |
---|
62 | MainFg = #000 |
---|
63 | Mark = #d14576 |
---|
64 | Hdr = Mark |
---|
65 | Sel = #d5f1b7 |
---|
66 | MenuHot = DlgHot |
---|
67 | Dlg = Sel |
---|
68 | DlgFocus = #b3de85 |
---|
69 | DlgHot = Err |
---|
70 | Err = #c62b41 |
---|
71 | ErrFocus = #e16d7e |
---|
72 | ErrHot = DlgFocus |
---|
73 | Inp = Main |
---|
74 | Top = #f699a6 |
---|
75 | Btm = #ffc3cb |
---|
76 | BtmNum = #f4ef57 |
---|
77 | BtmNumFg = #000 |
---|
78 | Menu = Btm |
---|
79 | MenuSel = Top |
---|
80 | Help = #f6f28f |
---|
81 | HelpBold = #a95965 |
---|
82 | HelpItalic = Err |
---|
83 | HelpLink = #699f2f |
---|
84 | DiffAdd = #80e080 |
---|
85 | DiffChangedLine = BtmNum |
---|
86 | DiffGap = #e08080 |
---|
87 | EditLineNum = BtmNum |
---|
88 | EditWhitespace = #fafff5 |
---|
89 | EditRightMargin = EditWhitespace |
---|
90 | |
---|
91 | [core] |
---|
92 | _default_ = MainFg;Main |
---|
93 | selected = ;Sel |
---|
94 | marked = Mark;;bold |
---|
95 | markselect = Mark;Sel;bold |
---|
96 | gauge = ;DlgFocus |
---|
97 | input = #000;Inp |
---|
98 | inputunchanged = #777;Inp |
---|
99 | inputmark = #000;DlgFocus |
---|
100 | disabled = #777;Dlg |
---|
101 | reverse = #000;Btm |
---|
102 | commandlinemark = #000;DlgFocus |
---|
103 | header = Hdr |
---|
104 | |
---|
105 | [dialog] |
---|
106 | _default_ = #000;Dlg |
---|
107 | dfocus = ;DlgFocus |
---|
108 | dhotnormal = DlgHot;;underline |
---|
109 | dhotfocus = DlgHot;DlgFocus;underline |
---|
110 | dtitle = ;;bold |
---|
111 | |
---|
112 | [error] |
---|
113 | _default_ = #fff;Err |
---|
114 | errdfocus = ;ErrFocus |
---|
115 | errdhotnormal = ErrHot;;underline |
---|
116 | errdhotfocus = ErrHot;ErrFocus;underline |
---|
117 | errdtitle = ;;bold |
---|
118 | |
---|
119 | [filehighlight] |
---|
120 | directory = |
---|
121 | executable = rgb030 |
---|
122 | symlink = rgb202 |
---|
123 | hardlink = |
---|
124 | # 404 Not Found :) |
---|
125 | stalelink = rgb404 |
---|
126 | device = rgb231 |
---|
127 | special = rgb331 |
---|
128 | core = rgb430 |
---|
129 | temp = gray15 |
---|
130 | archive = rgb012 |
---|
131 | doc = rgb103 |
---|
132 | source = rgb310 |
---|
133 | media = rgb024 |
---|
134 | graph = rgb033 |
---|
135 | database = rgb421 |
---|
136 | |
---|
137 | [menu] |
---|
138 | _default_ = #000;Menu |
---|
139 | menusel = ;MenuSel |
---|
140 | menuhot = MenuHot;;underline |
---|
141 | menuhotsel = MenuHot;MenuSel;underline |
---|
142 | menuinactive = ;Top |
---|
143 | |
---|
144 | [popupmenu] |
---|
145 | _default_ = #000;Dlg |
---|
146 | menusel = ;DlgFocus |
---|
147 | menutitle = ;;bold |
---|
148 | |
---|
149 | [buttonbar] |
---|
150 | hotkey = BtmNumFg;BtmNum |
---|
151 | button = #000;Btm |
---|
152 | |
---|
153 | [statusbar] |
---|
154 | _default_ = #000;Top |
---|
155 | |
---|
156 | [help] |
---|
157 | _default_ = #000;Help |
---|
158 | helpbold = HelpBold;;bold |
---|
159 | helpitalic = HelpItalic;;italic |
---|
160 | helplink = HelpLink;;underline |
---|
161 | helpslink = HelpLink;;reverse |
---|
162 | |
---|
163 | [editor] |
---|
164 | _default_ = MainFg;Main |
---|
165 | editbold = Mark;;bold |
---|
166 | editmarked = ;Sel |
---|
167 | editwhitespace = ;EditWhitespace |
---|
168 | editlinestate = ;EditLineNum |
---|
169 | bookmark = ;BtmNum |
---|
170 | bookmarkfound = ;Btm |
---|
171 | editrightmargin = ;EditRightMargin |
---|
172 | editbg = ;BtmNum |
---|
173 | editframe = MainFg |
---|
174 | editframeactive = Mark |
---|
175 | editframedrag = DlgFocus |
---|
176 | window-state-char = ↕ |
---|
177 | window-close-char = ✕ |
---|
178 | |
---|
179 | [viewer] |
---|
180 | viewunderline = ;;underline |
---|
181 | |
---|
182 | [diffviewer] |
---|
183 | added = ;DiffAdd |
---|
184 | changedline = ;DiffChangedLine |
---|
185 | changednew = ;DiffAdd |
---|
186 | changed = ;DiffGap |
---|
187 | removed = ;DiffGap |
---|
188 | error = #fff;Err |
---|
189 | |
---|
190 | [widget-common] |
---|
191 | sort-sign-up = ↑ |
---|
192 | sort-sign-down = ↓ |
---|
193 | |
---|
194 | [widget-panel] |
---|
195 | hiddenfiles-sign-show = • |
---|
196 | hiddenfiles-sign-hide = ○ |
---|
197 | history-prev-item-sign = « |
---|
198 | history-next-item-sign = » |
---|
199 | history-show-list-sign = ^ |
---|
200 | filename-scroll-left-char = « |
---|
201 | filename-scroll-right-char = » |
---|
202 | |
---|
203 | [widget-scollbar] |
---|
204 | first-vert-char = ↑ |
---|
205 | last-vert-char = ↓ |
---|
206 | first-horiz-char = « |
---|
207 | last-horiz-char = » |
---|
208 | current-char = ■ |
---|
209 | background-char = ▒ |
---|
210 | |
---|