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.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/awesome/theme.lua b/.config/awesome/theme.lua
index 3ee3de6..694887c 100644
--- a/.config/awesome/theme.lua
+++ b/.config/awesome/theme.lua
@@ -23,9 +23,9 @@ 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.useless_gap = dpi(4)
+theme.border_width = dpi(2)
+theme.border_normal = "#555555"
theme.border_focus = "#5778c1"
theme.border_marked = "#91231c"