summaryrefslogtreecommitdiff
path: root/awesome/themes/default/theme.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awesome/themes/default/theme.lua')
-rw-r--r--awesome/themes/default/theme.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua
index 221e0d0..0d8b7b8 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
@@ -138,7 +138,7 @@ You might just want to copy that whole part into your theme.lua and start adjust
--]]
-- LuaFormatter off
-- window swallowing
-theme.dont_swallow_classname_list = { "firefox", "Gimp", "Lutris" } -- list of class names that should not be swallowed
+theme.dont_swallow_classname_list = { "firefox", "Gimp", "Lutris", "VirtualBox Manager", "VirtualBox Machine" } -- list of class names that should not be swallowed
theme.dont_swallow_filter_activated = true -- whether the filter above should be active
-- flash focus