t* st + patches and config
       
   URI git clone git://git.codevoid.de/st-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 308dc8f38ddf9f7504ff5e86cd190e6e8c1d34ee
   DIR parent 88e40e8fd6b005af53048e1e0c46af4ec0d999bd
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Fri, 10 May 2019 21:19:12 +0200
       
       Change font to peep
       
       Diffstat:
         M config.h                            |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -5,7 +5,7 @@
         *
         * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
         */
       -static char *font = "LuxiMono-12:antialias=false";
       +static char *font = "peep-12";
        static int borderpx = 2;
        static int borderperc = 20;
        
       t@@ -114,8 +114,8 @@ static const char *colorname[] = {
                [255] = 0,
        
                /* more colors can be added after 255 to use with DefaultXX */
       -        "#FF0000",
       -        "#181818",
       +        "#990000",
       +        "#111111",
        };