summaryrefslogtreecommitdiffstats
path: root/modules/desktop/awesome/theme.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/desktop/awesome/theme.lua')
-rw-r--r--modules/desktop/awesome/theme.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/desktop/awesome/theme.lua b/modules/desktop/awesome/theme.lua
index 49fe840..1568b5a 100644
--- a/modules/desktop/awesome/theme.lua
+++ b/modules/desktop/awesome/theme.lua
@@ -13,10 +13,10 @@ local theme = {}
theme.font = "FiraCode Nerd Font 10"
-theme.bg_normal = "#1e1e2e"
+theme.bg_normal = "#1e1e2e88"
theme.bg_minimize = theme.bg_normal
-theme.bg_focus = "#2e2e3e"
-theme.bg_urgent = "#4e4e5e"
+theme.bg_focus = "#2e2e3e88"
+theme.bg_urgent = "#4e4e5e88"
theme.bg_systray = theme.bg_normal
theme.fg_minimize = "#45475A"
@@ -30,10 +30,10 @@ theme.tag_list_focused = "#cdd6f4"
theme.tag_list_urgent = "#f38ba8"
theme.useless_gap = dpi(4)
-theme.border_width = dpi(4)
+theme.border_width = 0
theme.border_normal = theme.bg_normal
theme.border_focus = theme.bg_focus
-theme.border_marked = theme.fg_focus
+theme.border_marked = theme.fg_focus .. "88"
-- There are other variable sets
-- overriding the default one when