some config.h updates - st - personal variant of st
 (HTM) git clone https://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6dc22755dce0ee58b30b55d74bb25aeac0bcec44
 (DIR) parent 24ec170b2a6ad4f9ca9b92a18fb20716542743b8
 (HTM) Author: drkhsh <me@drkhsh.at>
       Date:   Sun, 23 Apr 2023 17:55:49 +0200
       
       some config.h updates
       
       Diffstat:
         M config.h                            |       7 +++++--
       
       1 file changed, 5 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/config.h b/config.h
       @@ -5,7 +5,10 @@
         *
         * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
         */
       -static char *font = "ShureTechMono Nerd Font Mono:size=12:antialias=true:autohint=true";
       +static char *font = "ShureTechMono Nerd Font Mono:size=8:antialias=true:autohint=true";
       +static char *font2[] = {
       +        "Symbola:style=Regular:size=8:antialias=true:autohint=true"
       +};
        static int borderpx = 2;
        
        /*
       @@ -99,7 +102,7 @@ float alpha = 1.0; // reset using compositor (fix for qubes)
        /*
         * Terminal color scheme
         */
       -#include "colors/tokyo-night.h"
       +#include "colors/gruvbox-dark.h"
        
        /*
         * Default colors (colorname index)