Ticket #3724: seasons-autumn16M.3.ini

File seasons-autumn16M.3.ini, 5.0 KB (added by egmont, 7 years ago)

Autumn, v0.2

Line 
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    # Falling leaves, beautiful forests, Halloween pumpkins...
33    # Also search for "Why are autumn leaves yellow in Europe, red in America?"
34    description = Four Seasons – Autumn
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 = #a23f0a
62    MainFg = #ffa
63    Mark = #ff5
64    Hdr = Mark
65    Sel = #5b2f0b
66    MenuHot = #a00
67    Dlg = #85a918
68    DlgFocus = #69880c
69    DlgHot = MenuHot
70    Err = #840000
71    ErrFocus = #b00
72    ErrHot = Btm
73    Inp = #aab800
74    Top = #ff9909
75    Btm = #ffc90c
76    BtmNum = #900000
77    BtmNumFg = #ff7f26
78    Menu = Btm
79    MenuSel = Top
80    Help = Btm
81    HelpBold = DlgFocus
82    HelpItalic = Main
83    HelpLink = ErrFocus
84    DiffAdd = Dlg
85    DiffChangedLine = BtmNum
86    DiffGap = ErrFocus
87
88[core]
89    _default_ = MainFg;Main
90    selected = ;Sel
91    marked = Mark
92    markselect = Mark;Sel
93    gauge = ;rgb231
94    input = #000;Inp
95    inputunchanged = #777;Inp
96    inputmark = Inp;MainFg
97    disabled = gray;rgb553
98    reverse = #000;Btm
99    commandlinemark = default;default;reverse
100    header = Hdr
101
102[dialog]
103    _default_ = #000;Dlg
104    dfocus = ;DlgFocus
105    dhotnormal = DlgHot;;underline
106    dhotfocus = DlgHot;DlgFocus;underline
107    dtitle = ;;bold
108
109[error]
110    _default_ = #fff;Err
111    errdfocus = ;ErrFocus
112    errdhotnormal = ErrHot;;underline
113    errdhotfocus = ErrHot;ErrFocus;underline
114    errdtitle = ;;bold
115
116[filehighlight]
117    directory =
118    executable = rgb030
119    symlink = rgb202
120    hardlink =
121    # 404 Not Found :)
122    stalelink = rgb404
123    device = rgb231
124    special = rgb331
125    core = rgb430
126    temp = gray15
127    archive = rgb012
128    doc = rgb103
129    source = rgb310
130    media = rgb024
131    graph = rgb033
132    database = rgb421
133
134[menu]
135    _default_ = #000;Menu
136    menusel = ;MenuSel
137    menuhot = MenuHot;;underline
138    menuhotsel = MenuHot;MenuSel;underline
139    menuinactive = ;Top
140
141[popupmenu]
142    _default_ = #000;Dlg
143    menusel = ;DlgFocus
144    menutitle = ;;bold
145
146[buttonbar]
147    hotkey = BtmNumFg;BtmNum
148    button = #000;Btm
149
150[statusbar]
151    _default_ = #000;Top
152
153[help]
154    _default_ = #000;Help
155    helpbold = HelpBold;;bold
156    helpitalic = HelpItalic;;italic
157    helplink = HelpLink;;underline
158    helpslink = HelpLink;;reverse
159
160[editor]
161    _default_ = black;rgb554
162    editbold = rgb400
163    editmarked = ;rgb432
164    editwhitespace = rgb400;rgb553
165    editlinestate = ;rgb553
166    bookmark = ;rgb531
167    bookmarkfound = ;rgb530
168    editrightmargin = rgb400;rgb553
169#    editbg =
170    editframe = rgb530;
171    editframeactive = black;
172    editframedrag = rgb400;
173    window-state-char = ↕
174    window-close-char = ✕
175
176[viewer]
177    viewunderline = ;;underline
178
179[diffviewer]
180    added = ;DiffAdd
181    changedline = ;DiffChangedLine
182    changednew = ;DiffAdd
183    changed = ;DiffGap
184    removed = ;DiffGap
185    error = #fff;Err
186
187[widget-common]
188    sort-sign-up = 
189    sort-sign-down = ↓
190
191[widget-panel]
192    hiddenfiles-sign-show = 
193    hiddenfiles-sign-hide = ○
194    history-prev-item-sign = «
195    history-next-item-sign = »
196    history-show-list-sign = ^
197    filename-scroll-left-char = «
198    filename-scroll-right-char = »
199
200[widget-scollbar]
201    first-vert-char = 
202    last-vert-char = ↓
203    first-horiz-char = «
204    last-horiz-char = »
205    current-char = ■
206    background-char = ▒
207