|
@@ -5,8 +5,8 @@
|
|
*
|
|
*
|
|
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
|
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
|
*/
|
|
*/
|
|
-static char *font = "Source Code Pro Medium:pixelsize=20:antialias=true:autohint=true";
|
|
|
|
-static char *font2[] = { "JoyPixels:pixelsize=20:antialias=true:autohint=true" };
|
|
|
|
|
|
+static char *font = "JetBrainsMono Nerd Font:pixelsize=16:antialias=true:autohint=true";
|
|
|
|
+static char *font2[] = { "JoyPixels:pixelsize=16:antialias=true:autohint=true" };
|
|
static int borderpx = 2;
|
|
static int borderpx = 2;
|
|
|
|
|
|
/*
|
|
/*
|
|
@@ -108,7 +108,7 @@ char *termname = "st-256color";
|
|
unsigned int tabspaces = 8;
|
|
unsigned int tabspaces = 8;
|
|
|
|
|
|
/* bg opacity */
|
|
/* bg opacity */
|
|
-float alpha = 0.6;
|
|
|
|
|
|
+float alpha = .9;
|
|
|
|
|
|
/* Terminal colors (16 first used in escape sequence) */
|
|
/* Terminal colors (16 first used in escape sequence) */
|
|
static const char *colorname[] = {
|
|
static const char *colorname[] = {
|