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, slightly inspired by Gmail's Cherry Blossom theme. |
---|
33 | description = Four Seasons – Spring |
---|
34 | truecolors = true |
---|
35 | |
---|
36 | [Lines] |
---|
37 | horiz = ─ |
---|
38 | vert = │ |
---|
39 | lefttop = ┌ |
---|
40 | righttop = ┐ |
---|
41 | leftbottom = └ |
---|
42 | rightbottom = ┘ |
---|
43 | topmiddle = ┬ |
---|
44 | bottommiddle = ┴ |
---|
45 | leftmiddle = ├ |
---|
46 | rightmiddle = ┤ |
---|
47 | cross = ┼ |
---|
48 | dhoriz = ─ |
---|
49 | dvert = │ |
---|
50 | dlefttop = ┌ |
---|
51 | drighttop = ┐ |
---|
52 | dleftbottom = └ |
---|
53 | drightbottom = ┘ |
---|
54 | dtopmiddle = ┬ |
---|
55 | dbottommiddle = ┴ |
---|
56 | dleftmiddle = ├ |
---|
57 | drightmiddle = ┤ |
---|
58 | |
---|
59 | [aliases] |
---|
60 | Main = #f3ffe7 |
---|
61 | MainFg = #000 |
---|
62 | Mark = #d14576 |
---|
63 | Hdr = Mark |
---|
64 | Sel = #d5f1b7 |
---|
65 | MenuHot = DlgHot |
---|
66 | Dlg = Sel |
---|
67 | DlgFocus = #b3de85 |
---|
68 | DlgHot = Err |
---|
69 | Err = #c62b41 |
---|
70 | ErrFocus = #e16d7e |
---|
71 | ErrHot = DlgFocus |
---|
72 | Inp = Main |
---|
73 | Top = #f699a6 |
---|
74 | Btm = #ffc3cb |
---|
75 | BtmNum = #f4ef57 |
---|
76 | BtmNumFg = #000 |
---|
77 | Menu = Btm |
---|
78 | MenuSel = Top |
---|
79 | Help = #f6f28f |
---|
80 | HelpBold = #a95965 |
---|
81 | HelpItalic = Err |
---|
82 | HelpLink = #699f2f |
---|
83 | DiffAdd = #80e080 |
---|
84 | DiffChangedLine = BtmNum |
---|
85 | DiffGap = #e08080 |
---|
86 | |
---|
87 | [core] |
---|
88 | _default_ = MainFg;Main |
---|
89 | selected = ;Sel |
---|
90 | marked = Mark |
---|
91 | markselect = Mark;Sel |
---|
92 | gauge = ;rgb231 |
---|
93 | input = #000;Inp |
---|
94 | inputunchanged = #777;Inp |
---|
95 | inputmark = Inp;MainFg |
---|
96 | disabled = gray;rgb553 |
---|
97 | reverse = #000;Btm |
---|
98 | commandlinemark = default;default;reverse |
---|
99 | header = Hdr |
---|
100 | |
---|
101 | [dialog] |
---|
102 | _default_ = #000;Dlg |
---|
103 | dfocus = ;DlgFocus |
---|
104 | dhotnormal = DlgHot;;underline |
---|
105 | dhotfocus = DlgHot;DlgFocus;underline |
---|
106 | dtitle = ;;bold |
---|
107 | |
---|
108 | [error] |
---|
109 | _default_ = #fff;Err |
---|
110 | errdfocus = ;ErrFocus |
---|
111 | errdhotnormal = ErrHot;;underline |
---|
112 | errdhotfocus = ErrHot;ErrFocus;underline |
---|
113 | errdtitle = ;;bold |
---|
114 | |
---|
115 | [filehighlight] |
---|
116 | directory = |
---|
117 | executable = rgb030 |
---|
118 | symlink = rgb202 |
---|
119 | hardlink = |
---|
120 | # 404 Not Found :) |
---|
121 | stalelink = rgb404 |
---|
122 | device = rgb231 |
---|
123 | special = rgb331 |
---|
124 | core = rgb430 |
---|
125 | temp = gray15 |
---|
126 | archive = rgb012 |
---|
127 | doc = rgb103 |
---|
128 | source = rgb310 |
---|
129 | media = rgb024 |
---|
130 | graph = rgb033 |
---|
131 | database = rgb421 |
---|
132 | |
---|
133 | [menu] |
---|
134 | _default_ = #000;Menu |
---|
135 | menusel = ;MenuSel |
---|
136 | menuhot = MenuHot;;underline |
---|
137 | menuhotsel = MenuHot;MenuSel;underline |
---|
138 | menuinactive = ;Top |
---|
139 | |
---|
140 | [popupmenu] |
---|
141 | _default_ = #000;Dlg |
---|
142 | menusel = ;DlgFocus |
---|
143 | menutitle = ;;bold |
---|
144 | |
---|
145 | [buttonbar] |
---|
146 | hotkey = BtmNumFg;BtmNum |
---|
147 | button = #000;Btm |
---|
148 | |
---|
149 | [statusbar] |
---|
150 | _default_ = #000;Top |
---|
151 | |
---|
152 | [help] |
---|
153 | _default_ = #000;Help |
---|
154 | helpbold = HelpBold;;bold |
---|
155 | helpitalic = HelpItalic;;italic |
---|
156 | helplink = HelpLink;;underline |
---|
157 | helpslink = HelpLink;;reverse |
---|
158 | |
---|
159 | [editor] |
---|
160 | _default_ = black;rgb554 |
---|
161 | editbold = rgb400 |
---|
162 | editmarked = ;rgb432 |
---|
163 | editwhitespace = rgb400;rgb553 |
---|
164 | editlinestate = ;rgb553 |
---|
165 | bookmark = ;rgb531 |
---|
166 | bookmarkfound = ;rgb530 |
---|
167 | editrightmargin = rgb400;rgb553 |
---|
168 | # editbg = |
---|
169 | editframe = rgb530; |
---|
170 | editframeactive = black; |
---|
171 | editframedrag = rgb400; |
---|
172 | window-state-char = ↕ |
---|
173 | window-close-char = ✕ |
---|
174 | |
---|
175 | [viewer] |
---|
176 | viewunderline = ;;underline |
---|
177 | |
---|
178 | [diffviewer] |
---|
179 | added = ;DiffAdd |
---|
180 | changedline = ;DiffChangedLine |
---|
181 | changednew = ;DiffAdd |
---|
182 | changed = ;DiffGap |
---|
183 | removed = ;DiffGap |
---|
184 | error = #fff;Err |
---|
185 | |
---|
186 | [widget-common] |
---|
187 | sort-sign-up = ↑ |
---|
188 | sort-sign-down = ↓ |
---|
189 | |
---|
190 | [widget-panel] |
---|
191 | hiddenfiles-sign-show = • |
---|
192 | hiddenfiles-sign-hide = ○ |
---|
193 | history-prev-item-sign = « |
---|
194 | history-next-item-sign = » |
---|
195 | history-show-list-sign = ^ |
---|
196 | filename-scroll-left-char = « |
---|
197 | filename-scroll-right-char = » |
---|
198 | |
---|
199 | [widget-scollbar] |
---|
200 | first-vert-char = ↑ |
---|
201 | last-vert-char = ↓ |
---|
202 | first-horiz-char = « |
---|
203 | last-horiz-char = » |
---|
204 | current-char = ■ |
---|
205 | background-char = ▒ |
---|
206 | |
---|