diff options
author | zachir <zachir@librem.one> | 2023-02-09 15:59:32 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-09 15:59:32 -0600 |
commit | 160692bf80433d2338e855702777e0f3cd2e896f (patch) | |
tree | 1a7698b465f56099be383574bdad88f0a318525c /themes | |
parent | f5f8f106ba02f74c20f5a20e067700d4d9498a05 (diff) |
set default font to mononoki
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/theme.lua | 4 |
1 files 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 |