aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/theme.lua
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-05-05 19:56:19 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-05-05 19:56:19 +0200
commit5a8fa3ed354cec18a7e1dddb1e4c8d458b1001ae (patch)
treeeecea52da7d2a00dcf8d254c932faee71d6333ee /.config/awesome/theme.lua
parent960ab8cc5d8687f572d571ee646e11cf3bbedab4 (diff)
Add awesome for use with KDE
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"