awesome/themes/default
Gregor Best c2ea920ca0 remove encoding=utf-8 from modelines
This option is no longer valid in modelines, so it has been removed from
all modelines using the following shellscript:

    #!/bin/ksh

    git ls-tree -r HEAD | cut -f2 | while read f; do
        egrep -e '^(//|--) vim: .*encoding=' $f >/dev/null || continue
        sed -E -e '/^(\/\/|--) vim:/s/:encoding=utf-8//' $f > /tmp/foo
        mv /tmp/foo $f
    done

Signed-off-by: Gregor Best <gbe@ring0.de>
Signed-off-by: Uli Schlachter <psychon@znc.in>
2011-09-11 17:34:09 +02:00
..
layouts New images for maximized layout. 2010-01-24 11:24:18 +01:00
taglist themes: move theme icons to themes/ 2008-11-10 12:02:08 +01:00
titlebar themes: Generate unfocused/inactive icons automatically 2009-05-18 08:30:21 +02:00
README theme/default: change default background 2010-03-23 10:58:15 +01:00
background.png theme/default: change default background 2010-03-23 10:58:15 +01:00
background_white.png theme/default: change default background 2010-03-23 10:58:15 +01:00
submenu.png themes: move theme icons to themes/ 2008-11-10 12:02:08 +01:00
theme.lua.in remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00

README

Background images:
    Mikael Eriksson <mikael_eriksson@miffe.org>
    Licensed under CC-BY-SA-3.0