summaryrefslogtreecommitdiff
path: root/zenburn.lua
diff options
context:
space:
mode:
Diffstat (limited to 'zenburn.lua')
-rw-r--r--zenburn.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/zenburn.lua b/zenburn.lua
index bd12f27..ba06d4b 100644
--- a/zenburn.lua
+++ b/zenburn.lua
@@ -72,8 +72,8 @@ theme.mouse_finder_color = theme.fg_urgent
-- {{{ Icons
--
-- {{{ Taglist icons
-theme.taglist_squares_sel = theme.confdir .. "/icons/taglist/squarefz.png"
-theme.taglist_squares_unsel = theme.confdir .. "/icons/taglist/squareza.png"
+theme.taglist_squares_sel = theme.confdir .. "/icons/taglist/sel.png"
+theme.taglist_squares_unsel = theme.confdir .. "/icons/taglist/unsel.png"
--theme.taglist_squares_resize = "false"
-- }}}