sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (947B)


      1 colorschemes
      2 ============
      3 
      4 Description
      5 -----------
      6 This patch adds multiple color schemes and lets you change them without having
      7 to restart st.
      8 
      9 Predefined color schemes:
     10 
     11 - the default (dark) st color scheme
     12 - the default (dark) alacritty color scheme
     13 - One Half (dark & light)
     14 - Solarized (dark & light)
     15 - Gruvbox (dark & light)
     16 
     17 It's similar to the [palettes](../palettes/) patch but it has additional
     18 features:
     19 
     20 - Support for the colors 17 to 256 (_palettes_ returns random colors here).
     21 - Allow different background and foreground color indices for different
     22   color schemes.
     23 - Add a key binding for switching through color schemes.
     24 
     25 Key bindings
     26 ------------
     27 
     28 - Select the first..eighth color scheme with Alt+1..8.
     29 - Select the next color scheme with Alt+0.
     30 - Select the previous one with Ctrl+Alt+0.
     31 
     32 Download
     33 --------
     34 * [st-colorschemes-0.8.5.diff](st-colorschemes-0.8.5.diff)
     35 
     36 Authors
     37 -------
     38 * Max Schillinger - <maxschillinger@web.de>