Fix st font

This commit is contained in:
2024-06-07 00:20:51 +01:00
parent e3387ee785
commit 35d92bdeb2
9 changed files with 5 additions and 5 deletions

View File

@@ -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";

Binary file not shown.