commit e479c50e09afe4b22f57da35786224efe3ed2da1
parent 41bc1a0eae1053de698e4ffa7326312b0cd61d18
Author: dudley <pyratebeard@gmail.com>
Date: Wed, 2 Nov 2016 17:34:18 +0000
wallpaper change. border width reduced to 1. fg normal and focus, and border focus changed from #d9d9d9 to #d3d3d3
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/awesome/.config/awesome/themes/pyratemono/theme.lua b/awesome/.config/awesome/themes/pyratemono/theme.lua
@@ -22,7 +22,7 @@ if not awful.util.file_readable(themes .. themename .. "/theme.lua") then
end
themedir = themes .. themename
-wallpaper1 = themedir .. "/background.jpg"
+wallpaper1 = themedir .. "/plain_black_wallpaper.png"
wallpaper2 = themedir .. "/background.png"
wallpaper3 = sharedthemes .. "/zenburn/zenburn-background.png"
wallpaper4 = sharedthemes .. "/default/background.png"
@@ -48,14 +48,14 @@ theme.bg_focus = "#212121"
theme.bg_urgent = "#212121"
theme.bg_minimize = "#121212"
-theme.fg_normal = "#d9d9d9"
-theme.fg_focus = "#d9d9d9"
+theme.fg_normal = "#d3d3d3"
+theme.fg_focus = "#d3d3d3"
theme.fg_urgent = "#ff0056"
theme.fg_minimize = "#ababab"
-theme.border_width = "2"
+theme.border_width = "1"
theme.border_normal = "#515151"
-theme.border_focus = "#d9d9d9"
+theme.border_focus = "#d3d3d3"
theme.border_marked = "#ff0056"
-- There are other variable sets