From 2c49c2a65e55988eae743a0046b847e6c99b6eab Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 12 Feb 2023 00:18:52 -0600 Subject: set awesome font to size 12, use cyan with green accent colors --- awesome/themes/default/theme.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'awesome/themes') diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua index a178e7c..f5d77fa 100644 --- a/awesome/themes/default/theme.lua +++ b/awesome/themes/default/theme.lua @@ -11,10 +11,11 @@ local themes_path = gfs.get_themes_dir() local theme = {} -theme.font = "mononoki Nerd Font Mono 18" +theme.font = "mononoki Nerd Font Mono 12" theme.bg_normal = "#000000" -theme.bg_focus = "#198844" +theme.bg_focus = "#39c1ed" +theme.bg_accent = "#198844" theme.bg_urgent = "#ff0000" theme.bg_minimize = "#444444" theme.bg_systray = theme.bg_normal -- cgit v1.2.3