Adding alpha

Also delete config.h because it should only be modified when all patches
are applied.
This commit is contained in:
Debucquoy
2023-04-03 14:42:12 +02:00
parent 8e3a174ce2
commit 840e3a234c
5 changed files with 36 additions and 486 deletions

View File

@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
static char *font = "Fira Code:pixelsize=14:antialias=true:autohint=true";
static int borderpx = 2;
/*
@ -93,6 +93,9 @@ char *termname = "st-256color";
*/
unsigned int tabspaces = 8;
/* bg opacity */
float alpha = 0.8;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
/* 8 normal colors */