diff --git a/zenburn/theme.lua b/zenburn/theme.lua index 756d611..dae417f 100644 --- a/zenburn/theme.lua +++ b/zenburn/theme.lua @@ -8,25 +8,25 @@ -- {{{ Main theme = {} -theme.wallpaper_cmd = { "awsetbg -a /home/crater2150/.config/awesome/wallpaper" } +theme.wallpaper_cmd = { "nitrogen --restore" } -- }}} -- {{{ Styles theme.font = "sans 8" -- {{{ Colors -theme.fg_normal = "#8888FF" -theme.fg_focus = "#000000" -theme.fg_urgent = "#FF0000" -theme.bg_normal = "#000000" -theme.bg_focus = "#8888FF" -theme.bg_urgent = "#880000" +theme.fg_normal = "#DCDCCC" +theme.fg_focus = "#F0DFAF" +theme.fg_urgent = "#CC9393" +theme.bg_normal = "#3F3F3F" +theme.bg_focus = "#1E2320" +theme.bg_urgent = "#3F3F3F" -- }}} -- {{{ Borders theme.border_width = "2" -theme.border_normal = "#DDDDFF" -theme.border_focus = "#8888FF" +theme.border_normal = "#3F3F3F" +theme.border_focus = "#6F6F6F" theme.border_marked = "#CC9393" -- }}} @@ -83,12 +83,12 @@ theme.tasklist_floating_icon = "/usr/share/awesome/themes/default/tasklist/float -- }}} -- {{{ Layout -theme.layout_tile = "/usr/share/awesome/themes/zenburn/layouts/tilebottom.png" -theme.layout_tileleft = "/usr/share/awesome/themes/zenburn/layouts/tiletop.png" -theme.layout_tilebottom = "/usr/share/awesome/themes/zenburn/layouts/tileleft.png" -theme.layout_tiletop = "/usr/share/awesome/themes/zenburn/layouts/tile.png" -theme.layout_fairv = "/usr/share/awesome/themes/zenburn/layouts/fairh.png" -theme.layout_fairh = "/usr/share/awesome/themes/zenburn/layouts/fairv.png" +theme.layout_tile = "/usr/share/awesome/themes/zenburn/layouts/tile.png" +theme.layout_tileleft = "/usr/share/awesome/themes/zenburn/layouts/tileleft.png" +theme.layout_tilebottom = "/usr/share/awesome/themes/zenburn/layouts/tilebottom.png" +theme.layout_tiletop = "/usr/share/awesome/themes/zenburn/layouts/tiletop.png" +theme.layout_fairv = "/usr/share/awesome/themes/zenburn/layouts/fairv.png" +theme.layout_fairh = "/usr/share/awesome/themes/zenburn/layouts/fairh.png" theme.layout_spiral = "/usr/share/awesome/themes/zenburn/layouts/spiral.png" theme.layout_dwindle = "/usr/share/awesome/themes/zenburn/layouts/dwindle.png" theme.layout_max = "/usr/share/awesome/themes/zenburn/layouts/max.png" diff --git a/zenburn/titlebar/close_normal.png b/zenburn/titlebar/close_normal.png index c5266d7..bc97b7c 100644 Binary files a/zenburn/titlebar/close_normal.png and b/zenburn/titlebar/close_normal.png differ diff --git a/zenburn/titlebar/floating_focus_inactive.png b/zenburn/titlebar/floating_focus_inactive.png index 6a8bd86..f442d78 100644 Binary files a/zenburn/titlebar/floating_focus_inactive.png and b/zenburn/titlebar/floating_focus_inactive.png differ diff --git a/zenburn/titlebar/floating_normal_active.png b/zenburn/titlebar/floating_normal_active.png index 609a2a2..1355a55 100644 Binary files a/zenburn/titlebar/floating_normal_active.png and b/zenburn/titlebar/floating_normal_active.png differ diff --git a/zenburn/titlebar/floating_normal_inactive.png b/zenburn/titlebar/floating_normal_inactive.png index 579ebd3..e6731a3 100644 Binary files a/zenburn/titlebar/floating_normal_inactive.png and b/zenburn/titlebar/floating_normal_inactive.png differ diff --git a/zenburn/titlebar/maximized_focus_inactive.png b/zenburn/titlebar/maximized_focus_inactive.png index 16e4a9e..61cb93b 100644 Binary files a/zenburn/titlebar/maximized_focus_inactive.png and b/zenburn/titlebar/maximized_focus_inactive.png differ diff --git a/zenburn/titlebar/maximized_normal_active.png b/zenburn/titlebar/maximized_normal_active.png index f98030e..ba5139a 100644 Binary files a/zenburn/titlebar/maximized_normal_active.png and b/zenburn/titlebar/maximized_normal_active.png differ diff --git a/zenburn/titlebar/maximized_normal_inactive.png b/zenburn/titlebar/maximized_normal_inactive.png index d84c2be..debd21f 100644 Binary files a/zenburn/titlebar/maximized_normal_inactive.png and b/zenburn/titlebar/maximized_normal_inactive.png differ diff --git a/zenburn/titlebar/ontop_focus_inactive.png b/zenburn/titlebar/ontop_focus_inactive.png index dd29ebe..3b8b5c3 100644 Binary files a/zenburn/titlebar/ontop_focus_inactive.png and b/zenburn/titlebar/ontop_focus_inactive.png differ diff --git a/zenburn/titlebar/ontop_normal_active.png b/zenburn/titlebar/ontop_normal_active.png index da8c5a2..70c0540 100644 Binary files a/zenburn/titlebar/ontop_normal_active.png and b/zenburn/titlebar/ontop_normal_active.png differ diff --git a/zenburn/titlebar/ontop_normal_inactive.png b/zenburn/titlebar/ontop_normal_inactive.png index 05ed63f..136f3f0 100644 Binary files a/zenburn/titlebar/ontop_normal_inactive.png and b/zenburn/titlebar/ontop_normal_inactive.png differ diff --git a/zenburn/titlebar/sticky_focus_inactive.png b/zenburn/titlebar/sticky_focus_inactive.png index 93ea06f..b83ceff 100644 Binary files a/zenburn/titlebar/sticky_focus_inactive.png and b/zenburn/titlebar/sticky_focus_inactive.png differ diff --git a/zenburn/titlebar/sticky_normal_active.png b/zenburn/titlebar/sticky_normal_active.png index 57984a0..9b74056 100644 Binary files a/zenburn/titlebar/sticky_normal_active.png and b/zenburn/titlebar/sticky_normal_active.png differ diff --git a/zenburn/titlebar/sticky_normal_inactive.png b/zenburn/titlebar/sticky_normal_inactive.png index 617c517..0e29780 100644 Binary files a/zenburn/titlebar/sticky_normal_inactive.png and b/zenburn/titlebar/sticky_normal_inactive.png differ