summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index ccc8104..c80ef1f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -16,7 +16,7 @@ static const int showtab = showtab_auto; /* Default tab bar show mode */
static const int toptab = False; /* False means bottom tab bar */
static const int splitstatus = 1; /* 1 for split status items */
static const char *splitdelim = ";"; /* Character used for separating status */
-static const char *fonts[] = { "CaskaydiaCoveNerdFont:size=10" };
+static const char *fonts[] = { "CaskaydiaCoveNerdFont:size=10", "Sarasa Gothic:size=10" };
static const char col_light[] = "#ebdbb2";
static const char col_dark[] = "#282828";
static const char col_darker[] = "#1d2021";