summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index f0c7a3e..d36107e 100644
--- a/config.h
+++ b/config.h
@@ -5,8 +5,8 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "mono:pixelsize=16:antialias=true:autohint=true";
-static char *font2[] = { "JoyPixels:pixelsize=15:antialias=true:autohint=true" };
+static char *font = "Apercu Nerd Font:pixelsize=16:antialias=true:autohint=true";
+static char *font2[] = { "Spleen 32x64:pixelsize=15:antialias=true:autohint=true" };
static int borderpx = 2;
/*
@@ -91,7 +91,7 @@ char *termname = "st-256color";
unsigned int tabspaces = 8;
/* bg opacity */
-float alpha = 0.92;
+float alpha = 0.72;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
@@ -115,7 +115,7 @@ static const char *colorname[] = {
/* more colors can be added after 255 to use with DefaultXX */
"#add8e6", /* 256 -> cursor */
"#555555", /* 257 -> rev cursor*/
- "#282828", /* 258 -> bg */
+ "#0c1012", /* 258 -> bg */
"#ebdbb2", /* 259 -> fg */
};