diff options
Diffstat (limited to 'awesome/themes')
-rw-r--r-- | awesome/themes/default/theme.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua index ead216c..5e2f196 100644 --- a/awesome/themes/default/theme.lua +++ b/awesome/themes/default/theme.lua @@ -12,6 +12,7 @@ local themes_path = gfs.get_themes_dir() local theme = {} theme.font = "mononoki Nerd Font Mono 18" +theme.font2 = "mononoki Nerd Font Mono 12" theme.bg_normal = "#000000" theme.bg_focus = "#39c1ed" |