diff options
Diffstat (limited to 'awesome/themes/default/theme.lua')
-rw-r--r-- | awesome/themes/default/theme.lua | 5 |
1 files changed, 3 insertions, 2 deletions
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 |