From 160692bf80433d2338e855702777e0f3cd2e896f Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 9 Feb 2023 15:59:32 -0600 Subject: set default font to mononoki --- themes/default/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/theme.lua b/themes/default/theme.lua index 9957887..a178e7c 100644 --- a/themes/default/theme.lua +++ b/themes/default/theme.lua @@ -11,10 +11,10 @@ local themes_path = gfs.get_themes_dir() local theme = {} -theme.font = "sans 8" +theme.font = "mononoki Nerd Font Mono 18" theme.bg_normal = "#000000" -theme.bg_focus = "#2b55b2" +theme.bg_focus = "#198844" theme.bg_urgent = "#ff0000" theme.bg_minimize = "#444444" theme.bg_systray = theme.bg_normal -- cgit v1.2.3