Starting my herbstluft journey.

This commit is contained in:
Derek Taylor
2019-03-16 12:25:29 -05:00
parent 56c43883fe
commit 56c05fa166
11 changed files with 84 additions and 51 deletions

View File

@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "UbuntuMono Nerd Font:pixelsize=16:antialias=true:autohint=true";
static char *font = "Mononoki Nerd Font:pixelsize=16:antialias=true:autohint=true";
static int borderpx = 2;
/*
@@ -83,7 +83,7 @@ char *termname = "st-256color";
unsigned int tabspaces = 8;
/* bg opacity */
unsigned int alpha = 0xee;
unsigned int alpha = 0xf2;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {