commit 8771829ee90fdc34bf9591a48d51e7c6e9622d4e
parent 6f2e7babd46ee8f17c1b476cbb2cfc502dfb9620
Author: dudley <pyratebeard@gmail.com>
Date: Mon, 7 Nov 2016 17:58:17 +0000
fg and border focus color change. border width increased
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/awesome/.config/awesome/themes/boneyard/theme.lua b/awesome/.config/awesome/themes/boneyard/theme.lua
@@ -22,7 +22,7 @@ if not awful.util.file_readable(themes .. themename .. "/theme.lua") then
end
themedir = themes .. themename
-wallpaper1 = themedir .. "/mr_robot_bg_dark.jpg"
+wallpaper1 = themedir .. "/wires.jpg"
wallpaper2 = themedir .. "/background.png"
wallpaper3 = sharedthemes .. "/zenburn/zenburn-background.png"
wallpaper4 = sharedthemes .. "/default/background.png"
@@ -49,13 +49,13 @@ theme.bg_urgent = "#212121"
theme.bg_minimize = "#121212"
theme.fg_normal = "#d9d9d9"
-theme.fg_focus = "#01c8e5"
+theme.fg_focus = "#00ccff"
theme.fg_urgent = "#ff0056"
theme.fg_minimize = "#ababab"
-theme.border_width = "1"
+theme.border_width = "2"
theme.border_normal = "#515151"
-theme.border_focus = "#01c8e5"
+theme.border_focus = "#00ccff"
theme.border_marked = "#ff0056"
-- There are other variable sets