Update st config to new aesthetic preferences
This commit is contained in:
parent
452af3549d
commit
91e123a178
1 changed files with 2 additions and 2 deletions
4
config.h
4
config.h
|
@ -6,7 +6,7 @@
|
|||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font =
|
||||
"FiraCode Nerd Font Mono:pixelsize=13:antialias=true:autohint=true";
|
||||
"IosevkaTermSlab Nerd Font Propo:pixelsize=15:antialias=true:autohint=true";
|
||||
static char *font2[] = {"Noto Color Emoji: pixelsize=12"};
|
||||
static int borderpx = 4;
|
||||
static int dark = 0;
|
||||
|
@ -97,7 +97,7 @@ char *termname = "st-256color";
|
|||
unsigned int tabspaces = 8;
|
||||
|
||||
/* bg opacity */
|
||||
float alpha = 0.90;
|
||||
float alpha = 1.00;
|
||||
|
||||
/* Terminal colors (16 first used in escape sequence) */
|
||||
static const char *colorname[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue