Ticket #4530: 0002-skin-add-modarcon16-thin-and-root-variant.patch

File 0002-skin-add-modarcon16-thin-and-root-variant.patch, 19.9 KB (added by eugenesan, 8 weeks ago)
  • new file misc/skins/modarcon16-defbg-thin.ini

    From 0f2fecfd0cca5ac1e198aefacae84e8286af071e Mon Sep 17 00:00:00 2001
    From: "Eugene San (eugenesan)" <eugenesan@gmail.com>
    Date: Sun, 17 Mar 2024 19:24:15 -0700
    Subject: [PATCH 2/3] skin: add modarcon16 thin and root variant
    
    ---
     misc/skins/modarcon16-defbg-thin.ini     | 184 +++++++++++++++++++++++
     misc/skins/modarcon16-thin.ini           | 184 +++++++++++++++++++++++
     misc/skins/modarcon16root-defbg-thin.ini | 184 +++++++++++++++++++++++
     misc/skins/modarcon16root-thin.ini       | 184 +++++++++++++++++++++++
     4 files changed, 736 insertions(+)
     create mode 100644 misc/skins/modarcon16-defbg-thin.ini
     create mode 100644 misc/skins/modarcon16-thin.ini
     create mode 100644 misc/skins/modarcon16root-defbg-thin.ini
     create mode 100644 misc/skins/modarcon16root-thin.ini
    
    diff --git a/misc/skins/modarcon16-defbg-thin.ini b/misc/skins/modarcon16-defbg-thin.ini
    new file mode 100644
    index 000000000..9f9e29986
    - +  
     1# 
     2# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. 
     3# 
     4# This skin is using colors independent from the default 16 terminal colors, 
     5# i.e., no matter how the 16 standard colors are configured, the appearance 
     6# of Midnight Commander will not be affected. 
     7# 
     8# There are 4 variants of this skin: 
     9# 
     10# modarin256 
     11#   - default skin, no standard colors used. 
     12# 
     13# modarin256-defbg 
     14#   - like modarin256, but using the default background color for core, editor, 
     15#     viewer, menu and popupmenu backgrounds, for use with (semi-)transparent 
     16#     background colors. 
     17# 
     18# modarin256root 
     19# modarin256root-defbg 
     20#   - like the other two skins, but for the root user, with red colors used 
     21#     instead of green colors for things like select/focus/statusbar etc., 
     22#     to keep reminding the user that mc is running as root. 
     23# 
     24# Fallback skins for 16-color terminals (poor man's skins): 
     25# 
     26# modarcon16 
     27# modarcon16-defbg 
     28# modarcon16root 
     29# modarcon16root-defbg 
     30#   - like everything running in a 16-color terminal, these skins look ugly 
     31#     and are no subsitute for the 256-color versions. As some terminals don't 
     32#     support using dark gray as background color, i used a black background 
     33#     and adjusted the remaining colors accordingly. 
     34# 
     35# 256-color skins require mc version 4.8 or newer. 
     36# 
     37# Author: Oliver Lange <modarin@bloody.in-berlin.de> 
     38# 
     39# Version: 1.2 
     40# 
     41 
     42[skin] 
     43    description = MoDarCon16-DefaultBG (user) 
     44    256colors = false 
     45 
     46[Lines] 
     47    horiz = ─ 
     48    vert = │ 
     49    lefttop = ┌ 
     50    righttop = ┐ 
     51    leftbottom = └ 
     52    rightbottom = ┘ 
     53    topmiddle = ┬ 
     54    bottommiddle = ┴ 
     55    leftmiddle = ├ 
     56    rightmiddle = ┤ 
     57    cross = ┼ 
     58    dhoriz = ─ 
     59    dvert = │ 
     60    dlefttop = ┌ 
     61    drighttop = ┐ 
     62    dleftbottom = └ 
     63    drightbottom = ┘ 
     64    dtopmiddle = ─ 
     65    dbottommiddle = ─ 
     66    dleftmiddle = ├ 
     67    drightmiddle = ┤ 
     68 
     69[core] 
     70    _default_ = color7;default 
     71    selected = color15;color2 
     72    marked = color11;;bold 
     73    markselect = color11;color2;bold 
     74    gauge = color15;color2 
     75    input = color15;color0 
     76    inputmark = color11;color2;bold 
     77    inputunchanged = ;color0 
     78    commandlinemark = color11;color2;bold 
     79    reverse = color0;color10 
     80    header = color3 
     81    disabled = color8;color7 
     82    #inputhistory = 
     83    #commandhistory = 
     84 
     85[dialog] 
     86    _default_ = color0;color7 
     87    dhotnormal = color3 
     88    dfocus = color11;color2;bold 
     89    dhotfocus = color3;color2 
     90    dtitle = color11;;bold 
     91 
     92[error] 
     93    _default_ = color15;color1 
     94    errdfocus = color11;color2;bold 
     95    errdhotnormal = color13 
     96    errdhotfocus = color13;color2 
     97    errdtitle = color11;;bold 
     98 
     99[filehighlight] 
     100    directory = color15;;bold 
     101    executable = color10 
     102    symlink = color12 
     103    hardlink = 
     104    stalelink = color9 
     105    device = color13 
     106    special = color3 
     107    core = color1 
     108    temp = color8 
     109    archive = color3 
     110    doc = color14 
     111    source = color6 
     112    media = color5 
     113    graph = color13 
     114    database = color2 
     115 
     116[menu] 
     117    _default_ = color7;default 
     118    menusel = color11;color2;bold 
     119    menuhot = color3 
     120    menuhotsel = color3;color2 
     121    menuinactive = color8 
     122 
     123[popupmenu] 
     124    _default_ = color7;default 
     125    menusel = color11;color2;bold 
     126    menutitle = color11;;bold 
     127 
     128[buttonbar] 
     129    button = color7 
     130    hotkey = color15;color3 
     131 
     132[statusbar] 
     133    _default_ = color15;color2 
     134 
     135[help] 
     136    _default_ = color0;color7 
     137    helpitalic = color10;;bold 
     138    helpbold = color5 
     139    helplink = color14 
     140    helpslink = color11;color2;bold 
     141    helptitle = color11;;bold 
     142 
     143[editor] 
     144    _default_ = color7;default 
     145    editbold = color15;;bold 
     146    editmarked = color11;color2;bold 
     147    editwhitespace = color12;color4 
     148    editlinestate = color2;color0 
     149    bookmark = color0;color7 
     150    bookmarkfound = color0;color7 
     151    editrightmargin = color0;color7 
     152 
     153[viewer] 
     154    _default_ = color7;default 
     155    viewbold = ;;bold 
     156    viewunderline = ;;underline 
     157    viewselected = color11;color2;bold 
     158 
     159[diffviewer] 
     160    changedline = color15;color4 
     161    changednew = color15;color2 
     162    changed = color15;color6 
     163    added = color0;color7 
     164    removed = color8;color0 
     165    error = color15;color1 
     166 
     167[widget-common] 
     168    sort-sign-up = ↑ 
     169    sort-sign-down = ↓ 
     170 
     171[widget-panel] 
     172    hiddenfiles-sign-show = • 
     173    hiddenfiles-sign-hide = ○ 
     174    history-prev-item-sign = « 
     175    history-next-item-sign = » 
     176    history-show-list-sign = ^ 
     177 
     178[widget-scollbar] 
     179    first-vert-char = ↑ 
     180    last-vert-char = ↓ 
     181    first-horiz-char = « 
     182    last-horiz-char = » 
     183    current-char = ■ 
     184    background-char = ▒ 
  • new file misc/skins/modarcon16-thin.ini

    diff --git a/misc/skins/modarcon16-thin.ini b/misc/skins/modarcon16-thin.ini
    new file mode 100644
    index 000000000..86101f506
    - +  
     1# 
     2# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. 
     3# 
     4# This skin is using colors independent from the default 16 terminal colors, 
     5# i.e., no matter how the 16 standard colors are configured, the appearance 
     6# of Midnight Commander will not be affected. 
     7# 
     8# There are 4 variants of this skin: 
     9# 
     10# modarin256 
     11#   - default skin, no standard colors used. 
     12# 
     13# modarin256-defbg 
     14#   - like modarin256, but using the default background color for core, editor, 
     15#     viewer, menu and popupmenu backgrounds, for use with (semi-)transparent 
     16#     background colors. 
     17# 
     18# modarin256root 
     19# modarin256root-defbg 
     20#   - like the other two skins, but for the root user, with red colors used 
     21#     instead of green colors for things like select/focus/statusbar etc., 
     22#     to keep reminding the user that mc is running as root. 
     23# 
     24# Fallback skins for 16-color terminals (poor man's skins): 
     25# 
     26# modarcon16 
     27# modarcon16-defbg 
     28# modarcon16root 
     29# modarcon16root-defbg 
     30#   - like everything running in a 16-color terminal, these skins look ugly 
     31#     and are no subsitute for the 256-color versions. As some terminals don't 
     32#     support using dark gray as background color, i used a black background 
     33#     and adjusted the remaining colors accordingly. 
     34# 
     35# 256-color skins require mc version 4.8 or newer. 
     36# 
     37# Author: Oliver Lange <modarin@bloody.in-berlin.de> 
     38# 
     39# Version: 1.2 
     40# 
     41 
     42[skin] 
     43    description = MoDarCon16 (user) 
     44    256colors = false 
     45 
     46[Lines] 
     47    horiz = ─ 
     48    vert = │ 
     49    lefttop = ┌ 
     50    righttop = ┐ 
     51    leftbottom = └ 
     52    rightbottom = ┘ 
     53    topmiddle = ┬ 
     54    bottommiddle = ┴ 
     55    leftmiddle = ├ 
     56    rightmiddle = ┤ 
     57    cross = ┼ 
     58    dhoriz = ─ 
     59    dvert = │ 
     60    dlefttop = ┌ 
     61    drighttop = ┐ 
     62    dleftbottom = └ 
     63    drightbottom = ┘ 
     64    dtopmiddle = ─ 
     65    dbottommiddle = ─ 
     66    dleftmiddle = ├ 
     67    drightmiddle = ┤ 
     68 
     69[core] 
     70    _default_ = color7;color0 
     71    selected = color15;color2 
     72    marked = color11;;bold 
     73    markselect = color11;color2;bold 
     74    gauge = color15;color2 
     75    input = color15 
     76    inputmark = color11;color2;bold 
     77    inputunchanged = 
     78    commandlinemark = color11;color2;bold 
     79    reverse = color0;color10 
     80    header = color3 
     81    disabled = color8;color7 
     82    #inputhistory = 
     83    #commandhistory = 
     84 
     85[dialog] 
     86    _default_ = color0;color7 
     87    dhotnormal = color3 
     88    dfocus = color11;color2;bold 
     89    dhotfocus = color3;color2 
     90    dtitle = color11;;bold 
     91 
     92[error] 
     93    _default_ = color15;color1 
     94    errdfocus = color11;color2;bold 
     95    errdhotnormal = color13 
     96    errdhotfocus = color13;color2 
     97    errdtitle = color11;;bold 
     98 
     99[filehighlight] 
     100    directory = color15;;bold 
     101    executable = color10 
     102    symlink = color12 
     103    hardlink = 
     104    stalelink = color9 
     105    device = color13 
     106    special = color3 
     107    core = color1 
     108    temp = color8 
     109    archive = color3 
     110    doc = color14 
     111    source = color6 
     112    media = color5 
     113    graph = color13 
     114    database = color2 
     115 
     116[menu] 
     117    _default_ = color0;color7 
     118    menusel = color11;color2;bold 
     119    menuhot = color3 
     120    menuhotsel = color3;color2 
     121    menuinactive = color8 
     122 
     123[popupmenu] 
     124    _default_ = color0;color7 
     125    menusel = color11;color2;bold 
     126    menutitle = color11;;bold 
     127 
     128[buttonbar] 
     129    button = color7 
     130    hotkey = color15;color3 
     131 
     132[statusbar] 
     133    _default_ = color15;color2 
     134 
     135[help] 
     136    _default_ = color0;color7 
     137    helpitalic = color10;;bold 
     138    helpbold = color5 
     139    helplink = color14 
     140    helpslink = color11;color2;bold 
     141    helptitle = color11;;bold 
     142 
     143[editor] 
     144    _default_ = color7;color0 
     145    editbold = color15;;bold 
     146    editmarked = color11;color2;bold 
     147    editwhitespace = color12;color4 
     148    editlinestate = color2;color0 
     149    bookmark = color0;color7 
     150    bookmarkfound = color0;color7 
     151    editrightmargin = color0;color7 
     152 
     153[viewer] 
     154    _default_ = color7;color0 
     155    viewbold = ;;bold 
     156    viewunderline = ;;underline 
     157    viewselected = color11;color2;bold 
     158 
     159[diffviewer] 
     160    changedline = color15;color4 
     161    changednew = color15;color2 
     162    changed = color15;color6 
     163    added = color0;color7 
     164    removed = color8;color0 
     165    error = color15;color1 
     166 
     167[widget-common] 
     168    sort-sign-up = ↑ 
     169    sort-sign-down = ↓ 
     170 
     171[widget-panel] 
     172    hiddenfiles-sign-show = • 
     173    hiddenfiles-sign-hide = ○ 
     174    history-prev-item-sign = « 
     175    history-next-item-sign = » 
     176    history-show-list-sign = ^ 
     177 
     178[widget-scollbar] 
     179    first-vert-char = ↑ 
     180    last-vert-char = ↓ 
     181    first-horiz-char = « 
     182    last-horiz-char = » 
     183    current-char = ■ 
     184    background-char = ▒ 
  • new file misc/skins/modarcon16root-defbg-thin.ini

    diff --git a/misc/skins/modarcon16root-defbg-thin.ini b/misc/skins/modarcon16root-defbg-thin.ini
    new file mode 100644
    index 000000000..5d0d39141
    - +  
     1# 
     2# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. 
     3# 
     4# This skin is using colors independent from the default 16 terminal colors, 
     5# i.e., no matter how the 16 standard colors are configured, the appearance 
     6# of Midnight Commander will not be affected. 
     7# 
     8# There are 4 variants of this skin: 
     9# 
     10# modarin256 
     11#   - default skin, no standard colors used. 
     12# 
     13# modarin256-defbg 
     14#   - like modarin256, but using the default background color for core, editor, 
     15#     viewer, menu and popupmenu backgrounds, for use with (semi-)transparent 
     16#     background colors. 
     17# 
     18# modarin256root 
     19# modarin256root-defbg 
     20#   - like the other two skins, but for the root user, with red colors used 
     21#     instead of green colors for things like select/focus/statusbar etc., 
     22#     to keep reminding the user that mc is running as root. 
     23# 
     24# Fallback skins for 16-color terminals (poor man's skins): 
     25# 
     26# modarcon16 
     27# modarcon16-defbg 
     28# modarcon16root 
     29# modarcon16root-defbg 
     30#   - like everything running in a 16-color terminal, these skins look ugly 
     31#     and are no subsitute for the 256-color versions. As some terminals don't 
     32#     support using dark gray as background color, i used a black background 
     33#     and adjusted the remaining colors accordingly. 
     34# 
     35# 256-color skins require mc version 4.8 or newer. 
     36# 
     37# Author: Oliver Lange <modarin@bloody.in-berlin.de> 
     38# 
     39# Version: 1.2 
     40# 
     41 
     42[skin] 
     43    description = MoDarCon16root-DefaultBG (root) 
     44    256colors = false 
     45 
     46[Lines] 
     47    horiz = ─ 
     48    vert = │ 
     49    lefttop = ┌ 
     50    righttop = ┐ 
     51    leftbottom = └ 
     52    rightbottom = ┘ 
     53    topmiddle = ┬ 
     54    bottommiddle = ┴ 
     55    leftmiddle = ├ 
     56    rightmiddle = ┤ 
     57    cross = ┼ 
     58    dhoriz = ─ 
     59    dvert = │ 
     60    dlefttop = ┌ 
     61    drighttop = ┐ 
     62    dleftbottom = └ 
     63    drightbottom = ┘ 
     64    dtopmiddle = ─ 
     65    dbottommiddle = ─ 
     66    dleftmiddle = ├ 
     67    drightmiddle = ┤ 
     68 
     69[core] 
     70    _default_ = color7;default 
     71    selected = color15;color1 
     72    marked = color11;;bold 
     73    markselect = color11;color1;bold 
     74    gauge = color15;color1 
     75    input = color15;color0 
     76    inputmark = color11;color1;bold 
     77    inputunchanged = ;color0 
     78    commandlinemark = color11;color1;bold 
     79    reverse = color0;color9 
     80    header = color3 
     81    disabled = color8;color7 
     82    #inputhistory = 
     83    #commandhistory = 
     84 
     85[dialog] 
     86    _default_ = color0;color7 
     87    dhotnormal = color3 
     88    dfocus = color11;color1;bold 
     89    dhotfocus = color5;color1;bold 
     90    dtitle = color11;;bold 
     91 
     92[error] 
     93    _default_ = color15;color1 
     94    errdfocus = color11;color3;bold 
     95    errdhotnormal = color13 
     96    errdhotfocus = color13;color3 
     97    errdtitle = color11;;bold 
     98 
     99[filehighlight] 
     100    directory = color15;;bold 
     101    executable = color10 
     102    symlink = color12 
     103    hardlink = 
     104    stalelink = color9 
     105    device = color13 
     106    special = color3 
     107    core = color1 
     108    temp = color8 
     109    archive = color3 
     110    doc = color14 
     111    source = color6 
     112    media = color5 
     113    graph = color13 
     114    database = color2 
     115 
     116[menu] 
     117    _default_ = color7;default 
     118    menusel = color11;color1;bold 
     119    menuhot = color3 
     120    menuhotsel = color5;color1;bold 
     121    menuinactive = color8 
     122 
     123[popupmenu] 
     124    _default_ = color7;default 
     125    menusel = color11;color1;bold 
     126    menutitle = color11;;bold 
     127 
     128[buttonbar] 
     129    button = color7 
     130    hotkey = color15;color3 
     131 
     132[statusbar] 
     133    _default_ = color15;color1 
     134 
     135[help] 
     136    _default_ = color0;color7 
     137    helpitalic = color10;;bold 
     138    helpbold = color5 
     139    helplink = color14 
     140    helpslink = color11;color1;bold 
     141    helptitle = color11;;bold 
     142 
     143[editor] 
     144    _default_ = color7;default 
     145    editbold = color15;;bold 
     146    editmarked = color11;color1;bold 
     147    editwhitespace = color12;color4 
     148    editlinestate = color1;color0 
     149    bookmark = color0;color7 
     150    bookmarkfound = color0;color7 
     151    editrightmargin = color0;color7 
     152 
     153[viewer] 
     154    _default_ = color7;default 
     155    viewbold = ;;bold 
     156    viewunderline = ;;underline 
     157    viewselected = color11;color1;bold 
     158 
     159[diffviewer] 
     160    changedline = color15;color4 
     161    changednew = color15;color5 
     162    changed = color15;color3 
     163    added = color0;color7 
     164    removed = color8;color0 
     165    error = color15;color1 
     166 
     167[widget-common] 
     168    sort-sign-up = ↑ 
     169    sort-sign-down = ↓ 
     170 
     171[widget-panel] 
     172    hiddenfiles-sign-show = • 
     173    hiddenfiles-sign-hide = ○ 
     174    history-prev-item-sign = « 
     175    history-next-item-sign = » 
     176    history-show-list-sign = ^ 
     177 
     178[widget-scollbar] 
     179    first-vert-char = ↑ 
     180    last-vert-char = ↓ 
     181    first-horiz-char = « 
     182    last-horiz-char = » 
     183    current-char = ■ 
     184    background-char = ▒ 
  • new file misc/skins/modarcon16root-thin.ini

    diff --git a/misc/skins/modarcon16root-thin.ini b/misc/skins/modarcon16root-thin.ini
    new file mode 100644
    index 000000000..bd9fae771
    - +  
     1# 
     2# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. 
     3# 
     4# This skin is using colors independent from the default 16 terminal colors, 
     5# i.e., no matter how the 16 standard colors are configured, the appearance 
     6# of Midnight Commander will not be affected. 
     7# 
     8# There are 4 variants of this skin: 
     9# 
     10# modarin256 
     11#   - default skin, no standard colors used. 
     12# 
     13# modarin256-defbg 
     14#   - like modarin256, but using the default background color for core, editor, 
     15#     viewer, menu and popupmenu backgrounds, for use with (semi-)transparent 
     16#     background colors. 
     17# 
     18# modarin256root 
     19# modarin256root-defbg 
     20#   - like the other two skins, but for the root user, with red colors used 
     21#     instead of green colors for things like select/focus/statusbar etc., 
     22#     to keep reminding the user that mc is running as root. 
     23# 
     24# Fallback skins for 16-color terminals (poor man's skins): 
     25# 
     26# modarcon16 
     27# modarcon16-defbg 
     28# modarcon16root 
     29# modarcon16root-defbg 
     30#   - like everything running in a 16-color terminal, these skins look ugly 
     31#     and are no subsitute for the 256-color versions. As some terminals don't 
     32#     support using dark gray as background color, i used a black background 
     33#     and adjusted the remaining colors accordingly. 
     34# 
     35# 256-color skins require mc version 4.8 or newer. 
     36# 
     37# Author: Oliver Lange <modarin@bloody.in-berlin.de> 
     38# 
     39# Version: 1.2 
     40# 
     41 
     42[skin] 
     43    description = MoDarCon16root (root) 
     44    256colors = false 
     45 
     46[Lines] 
     47    horiz = ─ 
     48    vert = │ 
     49    lefttop = ┌ 
     50    righttop = ┐ 
     51    leftbottom = └ 
     52    rightbottom = ┘ 
     53    topmiddle = ┬ 
     54    bottommiddle = ┴ 
     55    leftmiddle = ├ 
     56    rightmiddle = ┤ 
     57    cross = ┼ 
     58    dhoriz = ─ 
     59    dvert = │ 
     60    dlefttop = ┌ 
     61    drighttop = ┐ 
     62    dleftbottom = └ 
     63    drightbottom = ┘ 
     64    dtopmiddle = ─ 
     65    dbottommiddle = ─ 
     66    dleftmiddle = ├ 
     67    drightmiddle = ┤ 
     68 
     69[core] 
     70    _default_ = color7;color0 
     71    selected = color15;color1 
     72    marked = color11;;bold 
     73    markselect = color11;color1;bold 
     74    gauge = color15;color1 
     75    input = color15 
     76    inputmark = color11;color1;bold 
     77    inputunchanged = 
     78    commandlinemark = color11;color1;bold 
     79    reverse = color0;color9 
     80    header = color3 
     81    disabled = color8;color7 
     82    #inputhistory = 
     83    #commandhistory = 
     84 
     85[dialog] 
     86    _default_ = color0;color7 
     87    dhotnormal = color3 
     88    dfocus = color11;color1;bold 
     89    dhotfocus = color5;color1;bold 
     90    dtitle = color11;;bold 
     91 
     92[error] 
     93    _default_ = color15;color1 
     94    errdfocus = color11;color3;bold 
     95    errdhotnormal = color13 
     96    errdhotfocus = color13;color3 
     97    errdtitle = color11;;bold 
     98 
     99[filehighlight] 
     100    directory = color15;;bold 
     101    executable = color10 
     102    symlink = color12 
     103    hardlink = 
     104    stalelink = color9 
     105    device = color13 
     106    special = color3 
     107    core = color1 
     108    temp = color8 
     109    archive = color3 
     110    doc = color14 
     111    source = color6 
     112    media = color5 
     113    graph = color13 
     114    database = color2 
     115 
     116[menu] 
     117    _default_ = color0;color7 
     118    menusel = color11;color1;bold 
     119    menuhot = color3 
     120    menuhotsel = color5;color1;bold 
     121    menuinactive = color8 
     122 
     123[popupmenu] 
     124    _default_ = color0;color7 
     125    menusel = color11;color1;bold 
     126    menutitle = color11;;bold 
     127 
     128[buttonbar] 
     129    button = color7 
     130    hotkey = color15;color3 
     131 
     132[statusbar] 
     133    _default_ = color15;color1 
     134 
     135[help] 
     136    _default_ = color0;color7 
     137    helpitalic = color10;;bold 
     138    helpbold = color5 
     139    helplink = color14 
     140    helpslink = color11;color1;bold 
     141    helptitle = color11;;bold 
     142 
     143[editor] 
     144    _default_ = color7;color0 
     145    editbold = color15;;bold 
     146    editmarked = color11;color1;bold 
     147    editwhitespace = color12;color4 
     148    editlinestate = color1;color0 
     149    bookmark = color0;color7 
     150    bookmarkfound = color0;color7 
     151    editrightmargin = color0;color7 
     152 
     153[viewer] 
     154    _default_ = color7;color0 
     155    viewbold = ;;bold 
     156    viewunderline = ;;underline 
     157    viewselected = color11;color1;bold 
     158 
     159[diffviewer] 
     160    changedline = color15;color4 
     161    changednew = color15;color5 
     162    changed = color15;color3 
     163    added = color0;color7 
     164    removed = color8;color0 
     165    error = color15;color1 
     166 
     167[widget-common] 
     168    sort-sign-up = ↑ 
     169    sort-sign-down = ↓ 
     170 
     171[widget-panel] 
     172    hiddenfiles-sign-show = • 
     173    hiddenfiles-sign-hide = ○ 
     174    history-prev-item-sign = « 
     175    history-next-item-sign = » 
     176    history-show-list-sign = ^ 
     177 
     178[widget-scollbar] 
     179    first-vert-char = ↑ 
     180    last-vert-char = ↓ 
     181    first-horiz-char = « 
     182    last-horiz-char = » 
     183    current-char = ■ 
     184    background-char = ▒