aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/theme.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/theme.lua')
-rw-r--r--.config/awesome/theme.lua26
1 files changed, 20 insertions, 6 deletions
diff --git a/.config/awesome/theme.lua b/.config/awesome/theme.lua
index 3ee3de6..25c9167 100644
--- a/.config/awesome/theme.lua
+++ b/.config/awesome/theme.lua
@@ -12,8 +12,8 @@ local theme = {}
theme.font = "Liberation Mono 9"
-theme.bg_normal = "#393939"
-theme.bg_focus = "#5778c1"
+theme.bg_normal = "#252a35"
+theme.bg_focus = "#5294e2"
theme.bg_urgent = "#ca674a"
theme.bg_minimize = "#a9a9a9"
theme.bg_systray = theme.bg_normal
@@ -23,12 +23,20 @@ theme.fg_focus = theme.fg_normal
theme.fg_urgent = theme.fg_normal
theme.fg_minimize = theme.fg_normal
-theme.useless_gap = dpi(0)
-theme.border_width = dpi(1)
-theme.border_normal = "#000000"
-theme.border_focus = "#5778c1"
+theme.border_width = dpi(2)
+theme.border_normal = "#4b5165"
+theme.border_focus = "#5294e2"
theme.border_marked = "#91231c"
+theme.taglist_spacing = 0
+theme.taglist_bg_occupied = "#4b5165"
+
+theme.tasklist_bg_normal = "#4b5165"
+theme.tasklist_spacing = 0
+
+theme.useless_gap = dpi(4)
+theme.maximized_honor_padding = true
+
-- There are other variable sets
-- overriding the default one when
-- defined, the sets are:
@@ -56,6 +64,12 @@ theme.taglist_squares_unsel = theme_assets.taglist_squares_unsel(
-- notification_[bg|fg]
-- notification_[width|height|margin]
-- notification_[border_color|border_width|shape|opacity]
+theme.notification_border_color = "#4b5165"
+theme.notification_border_width = dpi(2)
+theme.notification_icon_size = dpi(64)
+theme.notification_margin = dpi(4)
+theme.notification_max_height = dpi(72)
+theme.notification_max_width = dpi(640)
-- Variables set for theming the menu:
-- menu_[bg|fg]_[normal|focus]