Skip to content

Commit

Permalink
Fix installation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
meequrox committed Jun 28, 2024
1 parent f568ccd commit f48ed5e
Show file tree
Hide file tree
Showing 39 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/gtkrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ make_gtkrc() {
esac
fi

mkdir -p "${THEME_DIR}/gtk-2.0/gtkrc"

cp -r "${GTKRC_DIR}/gtkrc${ELSE_DARK:-}-default" "${THEME_DIR}/gtk-2.0/gtkrc"
sed -i "s/#FFFFFF/${background_light}/g" "${THEME_DIR}/gtk-2.0/gtkrc"
sed -i "s/#2C2C2C/${background_dark}/g" "${THEME_DIR}/gtk-2.0/gtkrc"
Expand Down

0 comments on commit f48ed5e

Please sign in to comment.