commit 5bc9022ab4e1d25ce871b7fe2bcde5b836dcfb8f
parent be886e1d3f5dae7771ed870820c5deb305f7e060
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 13 Oct 2017 20:26:59 +0100
changed unfocused border color to blend in with terminal
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/awesome/.config/awesome/themes/boneyard/theme.lua b/awesome/.config/awesome/themes/boneyard/theme.lua
@@ -60,7 +60,7 @@ theme.fg_urgent = "#a71c1f"
theme.fg_minimize = "#656565"
theme.border_width = "2"
-theme.border_normal = "#212121"
+theme.border_normal = "#0b0b0b"
theme.border_focus = "#01c8e5"
theme.border_marked = "#ff0056"