Преглед на файлове

sitch to jetbrains mono font

Noah Vogt преди 3 години
родител
ревизия
d9d7c90a16
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      config.h

+ 3 - 3
config.h

@@ -5,8 +5,8 @@
  *
  * 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;
 
 /*
@@ -108,7 +108,7 @@ char *termname = "st-256color";
 unsigned int tabspaces = 8;
 
 /* bg opacity */
-float alpha = 0.6;
+float alpha = .9;
 
 /* Terminal colors (16 first used in escape sequence) */
 static const char *colorname[] = {