diff options
author | zachir <zachir@librem.one> | 2023-02-12 00:18:52 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-12 00:18:52 -0600 |
commit | 2c49c2a65e55988eae743a0046b847e6c99b6eab (patch) | |
tree | 1fd894971ff9f64e7c2729bcbf551161c6ec14f0 /awesome/themes/default/theme.lua | |
parent | 553d3b11250e1e538d9ba570e419a36211faa5b9 (diff) |
set awesome font to size 12, use cyan with green accent colors
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 |