Skip to content
Snippets Groups Projects
Commit a17a0307 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Remove GTK Theme on Windows

Standard is good enough
parent 83f4d6e1
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 15 deletions
...@@ -135,10 +135,10 @@ function install_gajim { ...@@ -135,10 +135,10 @@ function install_gajim {
7z x -o"${PACKAGE_DIR}"/gajim/data/plugins "${BUILD_ROOT}"/plugin_installer.zip 7z x -o"${PACKAGE_DIR}"/gajim/data/plugins "${BUILD_ROOT}"/plugin_installer.zip
# Install themes # Install themes
rm -Rf "${MINGW_ROOT}"/etc # rm -Rf "${MINGW_ROOT}"/etc
rm -Rf "${MINGW_ROOT}"/share/themes # rm -Rf "${MINGW_ROOT}"/share/themes
cp -r win/etc "${MINGW_ROOT}" # cp -r win/etc "${MINGW_ROOT}"
cp -r win/themes "${MINGW_ROOT}"/share # cp -r win/themes "${MINGW_ROOT}"/share
# Install our own icons # Install our own icons
rm -Rf "${MINGW_ROOT}/share/icons/hicolor" rm -Rf "${MINGW_ROOT}/share/icons/hicolor"
......
[Settings]
gtk-theme-name=VimixLight
win/themes/VimixLight/gtk-3.0/assets/assets/check-checked-symbolic.png

320 B

<svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>
</svg>
win/themes/VimixLight/gtk-3.0/assets/assets/check-dash-symbolic.png

236 B

<svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"/>
</svg>
win/themes/VimixLight/gtk-3.0/assets/assets/check-unchecked-symbolic.png

219 B

<svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>
</svg>
win/themes/VimixLight/gtk-3.0/assets/assets/checkbox-hover-selectionmode.png

343 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment