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