Add gruvbox submodule.

This commit is contained in:
Dave Davenport 2016-11-12 18:41:23 +01:00
parent 7b9385c323
commit 7afdd77d7f
10 changed files with 209 additions and 1 deletions

View file

@ -18,7 +18,7 @@ getAuthor() {
awk '/User: / { print $3 }' "${a}"
}
THEMES=(Themes/*.theme)
THEMES=(Themes/*.theme Themes/gruvbox/*.theme)
for a in ${THEMES[@]}
do
FILE=$(basename $a)