# The Four Seasons skins demonstrate how to use direct RGB true colors. # # As a prerequisite, you will need: # 1) A terminal emulator that supports true colors, such as e.g. # GNOME Terminal and other VTE derivatives, KDE's Konsole; # iTerm2 for macOS. # See https://gist.github.com/XVilka/8346728 for a more exhaustive and # up to date list. # 2) Midnight Commander being compiled against S-Lang (rather than ncurses). # 3) S-Lang version 2.3.1 or newer. # 4) A 64-bit operating system. # (Future S-Lang version 3 will support true colors on 32-bit OSes too.) # 5) The TERM environment variable describing 256 color support, e.g.: # export TERM=xterm-256color # or inside screen or tmux: # export TERM=screen-256color # Verify by running tput colors, it should report 256. # 6) The COLORTERM env variable set to either "truecolor" or "24bit", e.g.: # export COLORTERM=truecolor # # True colors are referred to by the standard #rrggbb or #rgb notation, the # short form is interpreted by doubling each hex digit. # # In addition to these the 256 palette colors are still available, and # obviously so are the attributes. See the sand256.ini skin file for details. # # The author of these skins (egmont) has hardly any graphic design skills. # Feel free to contribute anywhere from tiny changes to a complete redesign # if you believe your choice of colors expresses the seasons better. [skin] # Falling leaves, beautiful forests, Halloween pumpkins. # Also search for "Why are autumn leaves yellow in Europe, red in America?" description = Four Seasons – Autumn truecolors = true [Lines] horiz = ─ vert = │ lefttop = ┌ righttop = ┐ leftbottom = └ rightbottom = ┘ topmiddle = ┬ bottommiddle = ┴ leftmiddle = ├ rightmiddle = ┤ cross = ┼ dhoriz = ─ dvert = │ dlefttop = ┌ drighttop = ┐ dleftbottom = └ drightbottom = ┘ dtopmiddle = ┬ dbottommiddle = ┴ dleftmiddle = ├ drightmiddle = ┤ [aliases] Main = #992005 MainFg = #ffa Mark = #ff5 Hdr = Mark Sel = #5b2f0b MenuHot = #a00 Dlg = #85a918 DlgFocus = #69880c DlgHot = Main Err = #840000 ErrFocus = #b00 ErrHot = Btm Inp = #aab800 Top = #ff9909 Btm = #ffc90c BtmNum = Main BtmNumFg = #ff7f26 Menu = Btm MenuSel = Top Help = Btm HelpBold = DlgFocus HelpItalic = Main HelpLink = ErrFocus DiffAdd = Dlg DiffChangedLine = BtmNum DiffGap = ErrFocus EditLineNum = Dlg EditWhitespace = #cd4800 EditRightMargin = EditWhitespace [core] _default_ = MainFg;Main selected = ;Sel marked = Mark;;bold markselect = Mark;Sel;bold gauge = ;DlgFocus input = #000;Inp inputunchanged = #555;Inp inputmark = #000;DlgFocus disabled = #555;Dlg reverse = #000;Btm commandlinemark = #000;DlgFocus header = Hdr [dialog] _default_ = #000;Dlg dfocus = ;DlgFocus dhotnormal = DlgHot;;underline dhotfocus = DlgHot;DlgFocus;underline dtitle = ;;bold [error] _default_ = #fff;Err errdfocus = ;ErrFocus errdhotnormal = ErrHot;;underline errdhotfocus = ErrHot;ErrFocus;underline errdtitle = ;;bold [filehighlight] directory = executable = rgb030 symlink = rgb202 hardlink = # 404 Not Found :) stalelink = rgb404 device = rgb231 special = rgb331 core = rgb430 temp = gray15 archive = rgb012 doc = rgb103 source = rgb310 media = rgb024 graph = rgb033 database = rgb421 [menu] _default_ = #000;Menu menusel = ;MenuSel menuhot = MenuHot;;underline menuhotsel = MenuHot;MenuSel;underline menuinactive = ;Top [popupmenu] _default_ = #000;Dlg menusel = ;DlgFocus menutitle = ;;bold [buttonbar] hotkey = BtmNumFg;BtmNum button = #000;Btm [statusbar] _default_ = #000;Top [help] _default_ = #000;Help helpbold = HelpBold;;bold helpitalic = HelpItalic;;italic helplink = HelpLink;;underline helpslink = HelpLink;;reverse [editor] _default_ = MainFg;Main editbold = Mark;;bold editmarked = ;Sel editwhitespace = ;EditWhitespace editlinestate = #000;EditLineNum bookmark = #000;Btm bookmarkfound = #000;Top editrightmargin = ;EditRightMargin editbg = ;BtmNum editframe = MainFg editframeactive = Mark editframedrag = BtmNumFg window-state-char = ↕ window-close-char = ✕ [viewer] viewunderline = ;;underline [diffviewer] added = ;DiffAdd changedline = ;DiffChangedLine changednew = ;DiffAdd changed = ;DiffGap removed = ;DiffGap error = #fff;Err [widget-common] sort-sign-up = ↑ sort-sign-down = ↓ [widget-panel] hiddenfiles-sign-show = • hiddenfiles-sign-hide = ○ history-prev-item-sign = « history-next-item-sign = » history-show-list-sign = ^ filename-scroll-left-char = « filename-scroll-right-char = » [widget-scollbar] first-vert-char = ↑ last-vert-char = ↓ first-horiz-char = « last-horiz-char = » current-char = ■ background-char = ▒