Skip to content

Commit

Permalink
inherit missing icons from hicolor, not Hicolor
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Dec 8, 2022
1 parent d38e325 commit e3cc291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_theme
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ done < ../theme.conf
# constuct the index.theme
echo '[Icon Theme]' > "${THEME}"/index.theme
echo "Name=${THEME}" >> "${THEME}"/index.theme
echo "Inherits=Hicolor" >> "${THEME}"/index.theme
echo "Inherits=hicolor" >> "${THEME}"/index.theme
echo "Comment=$COMMENT" >> "${THEME}"/index.theme
echo -n "Directories=" >> "${THEME}"/index.theme
(cd "${THEME}"; find ./16 ./22 ./24 ./32 ./48 ./64 ./scalable -mindepth 1 -type d) > $TMP0
Expand Down

0 comments on commit e3cc291

Please sign in to comment.