sites

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

index.md (3246B)


      1 solarized
      2 =========
      3 
      4 Description
      5 -----------
      6 [Solarized](http://ethanschoonover.com/solarized) is a color scheme by Ethan
      7 Schoonover which exists in a dark and a light variant. These patches make the
      8 Solarized color scheme available for st.
      9 
     10 Notes
     11 -----
     12 Once applied, only the terminal colors are changed.  For applications
     13 such as tmux or vim, you may need to
     14 [adjust the colors there as well](https://bbs.archlinux.org/viewtopic.php?id=164108).
     15 
     16 Example
     17 -------
     18 [![Screenshot](st-solarized-light-s.png)](st-solarized-light.png)
     19 
     20 [![Screenshot](st-solarized-dark-s.png)](st-solarized-dark.png)
     21 
     22 The font used is Source Code Pro.
     23 
     24 Download
     25 --------
     26 To get correct colors, you first need to apply the following patch
     27 to disable lighting up bold colors.
     28 
     29 * [st-no\_bold\_colors-0.5.diff](st-no_bold_colors-0.5.diff)
     30 * [st-no\_bold\_colors-0.6.diff](st-no_bold_colors-0.6.diff)
     31 * [st-no\_bold\_colors-0.7.diff](st-no_bold_colors-0.7.diff)
     32 * [st-no\_bold\_colors-0.8.1.diff](st-no_bold_colors-0.8.1.diff)
     33 * [st-no\_bold\_colors-20170623-b331da5.diff](st-no_bold_colors-20170623-b331da5.diff)
     34 
     35 Choose one of the following patches to get either the light
     36 or the dark color scheme:
     37 
     38 *Light*:
     39 
     40 * [st-solarized-light-0.5.diff](st-solarized-light-0.5.diff)
     41 * [st-solarized-light-0.6.diff](st-solarized-light-0.6.diff)
     42 * [st-solarized-light-0.7.diff](st-solarized-light-0.7.diff)
     43 * [st-solarized-light-20170623-b331da5.diff](st-solarized-light-20170623-b331da5.diff)
     44 * [st-solarized-light-20190306-ed68fe7.diff](st-solarized-light-20190306-ed68fe7.diff)
     45 * [st-solarized-light-0.8.5.diff](st-solarized-light-0.8.5.diff)
     46 
     47 *Dark*:
     48 
     49 * [st-solarized-dark-0.5.diff](st-solarized-dark-0.5.diff)
     50 * [st-solarized-dark-0.6.diff](st-solarized-dark-0.6.diff)
     51 * [st-solarized-dark-0.7.diff](st-solarized-dark-0.7.diff)
     52 * [st-solarized-dark-20170623-b331da5.diff](st-solarized-dark-20170623-b331da5.diff)
     53 * [st-solarized-dark-20180411-041912a.diff](st-solarized-dark-20180411-041912a.diff)
     54 * [st-solarized-dark-0.8.5.diff](st-solarized-dark-0.8.5.diff)
     55 
     56 *Both (swap between light/dark with F6)*:
     57 
     58 * [st-solarized-both-0.8.1.diff](st-solarized-both-0.8.1.diff)
     59 * [st-solarized-both-20170626-b331da5.diff](st-solarized-both-20170626-b331da5.diff)
     60 * [st-solarized-both-20190128-3be4cf1.diff](st-solarized-both-20190128-3be4cf1.diff)
     61 * [st-solarized-both-0.8.3.diff](st-solarized-both-0.8.3.diff)
     62 * [st-solarized-both-0.8.4.diff](st-solarized-both-0.8.4.diff)
     63 * [st-solarized-both-20220617-baa9357.diff](st-solarized-both-20220617-baa9357.diff)
     64 
     65 Authors
     66 -------
     67 * Nils Reuße - <nilsreusse@gmail.com>
     68 * Laslo Hunhold - <dev@frign.de> (0.5, 0.6, git ports)
     69 * Ryan Roden-Corrent - <ryan@rcorre.net> (both)
     70 * Marcel Krüger - <zauguin@gmail.com> (older git ports)
     71 * Harry Gindi - <harry.gindi@live.com> (git ports for light, dark, and swap versions)
     72 * Matthew Parnell - <matt@parnmatt.co.uk> (0.7 port)
     73 * Linh Nguyen - <linhvng.2212@gmail.com> (0.8.1 port for no\_bold\_colors and swap versions)
     74 * Varun Iyer - <vi.mail@protonmail.ch> (20190129 port for swap version)
     75 * Joachim Büchel - <jo@audijo.de> (0.8.3 port for swap version)
     76 * Povilas Balzaravičius - <povilas@balzaravicius.lt> (0.8.5, dark)
     77 * Max Schillinger - <maxschillinger@web.de> (20220617 port for swap version)