Fix st font
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* See LICENSE file for copyright and license details. */
|
||||
|
||||
/* appearance */
|
||||
static const char font[] = "monospace:size=9";
|
||||
static const char font[] = "JetBrainsMono NF:size=10";
|
||||
static const char* normbgcolor = "#222222";
|
||||
static const char* normfgcolor = "#cccccc";
|
||||
static const char* selbgcolor = "#555555";
|
||||
|
||||
Reference in New Issue
Block a user