tUpdate default values - spkp - Stacking wayland compositor
 (HTM) git clone git://git.z3bra.org/spkp.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 7206ecf40360ea2b96aad0104135c744bfd47ffc
 (DIR) parent fcc7034367cdc8fc85d71ec1564367cf76f31310
 (HTM) Author: Willy Goiffon <dev@z3bra.org>
       Date:   Fri, 13 Nov 2020 17:28:28 +0100
       
       Update default values
       
       Diffstat:
         M config.def.h                        |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/config.def.h b/config.def.h
       t@@ -1,9 +1,9 @@
       -float background[4] = { 1.0, 0.6, 0.6, 0.3 };
       +float background[4] = { 1, 1, 0.9, 1 };
        
       -float bordercolor[4] = { 0.7, 0.7, 0.7, 1.0 };
       -float activecolor[4] = { 0.3, 0.3, 0.3, 1.0 };
       +float bordercolor[4] = { 0.6, 0.6, 0.6, 0.7 };
       +float activecolor[4] = { 0.2, 0.2, 0.2, 0.7 };
        
       -int bordersize = 2;
       +int bordersize = 6;
        
        #define LOGO WLR_MODIFIER_LOGO
        #define ALT WLR_MODIFIER_ALT