summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/default/theme.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/theme.lua b/themes/default/theme.lua
index 9957887..a178e7c 100644
--- a/themes/default/theme.lua
+++ b/themes/default/theme.lua
@@ -11,10 +11,10 @@ local themes_path = gfs.get_themes_dir()
local theme = {}
-theme.font = "sans 8"
+theme.font = "mononoki Nerd Font Mono 18"
theme.bg_normal = "#000000"
-theme.bg_focus = "#2b55b2"
+theme.bg_focus = "#198844"
theme.bg_urgent = "#ff0000"
theme.bg_minimize = "#444444"
theme.bg_systray = theme.bg_normal