diff options
author | zachir <zachir@librem.one> | 2023-04-20 14:44:00 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-04-20 14:44:00 -0500 |
commit | 88ea27b400baeaf7d401f02bff1c8cf651c94e4e (patch) | |
tree | d724c5f0dd0272d84ddaec1c0bd42573357527a7 /awesome/themes/default/theme.lua | |
parent | 60a6ce97aaca62106f80ffeb656ee7d0c028ea56 (diff) |
Theme! Now featuring lots of lovely green
Diffstat (limited to 'awesome/themes/default/theme.lua')
-rw-r--r-- | awesome/themes/default/theme.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua index 221e0d0..9f199db 100644 --- a/awesome/themes/default/theme.lua +++ b/awesome/themes/default/theme.lua @@ -15,8 +15,8 @@ theme.font = "mononoki Nerd Font Mono 18" theme.font2 = "mononoki Nerd Font Mono 12" theme.bg_normal = "#000000" -theme.bg_focus = "#39c1ed" -theme.bg_accent = "#198844" +theme.bg_focus = "#198844" +theme.bg_accent = "#555555" theme.bg_urgent = "#ff0000" theme.bg_minimize = "#444444" theme.bg_systray = theme.bg_focus |