Update icons and include dark theme versions
authorColin Clark <colin.clark@cclark.uk>
Mon, 18 Sep 2023 12:41:02 +0000 (13:41 +0100)
committerColin Clark <colin.clark@cclark.uk>
Mon, 18 Sep 2023 12:41:02 +0000 (13:41 +0100)
commit7fd6fbc104f8139c0f50c62238e738b4688f1415
tree9b18c5651581d0aaf0dae488ea896a0565cbc219
parent967357f5b87f4dd028ea9096774af01d0ef1ac02
Update icons and include dark theme versions

Use icons from flaticon.com - this gives a consistent look.
The icons used are black on transparent, so a dark theme version can be
created by inverting the color.
The script used to create the dark versions is included.
Credit to flaticon is in Help/About/Licence
75 files changed:
scripts/meson.build
scripts/modify-downloaded-icons.sh [new file with mode: 0755]
src/icons/gq-archive-file.png [deleted file]
src/icons/gq-icon-archive-file-dark.png [new file with mode: 0644]
src/icons/gq-icon-archive-file.png [new file with mode: 0644]
src/icons/gq-icon-broken-dark.png [new file with mode: 0644]
src/icons/gq-icon-broken.png [new file with mode: 0644]
src/icons/gq-icon-collection-dark.png [new file with mode: 0644]
src/icons/gq-icon-collection.png [new file with mode: 0644]
src/icons/gq-icon-draw-rectangle-dark.png [new file with mode: 0644]
src/icons/gq-icon-draw-rectangle.png
src/icons/gq-icon-exif-dark.png [new file with mode: 0644]
src/icons/gq-icon-exif.png
src/icons/gq-icon-exposure-dark.png [new file with mode: 0644]
src/icons/gq-icon-exposure.png
src/icons/gq-icon-float-dark.png [new file with mode: 0644]
src/icons/gq-icon-float.png
src/icons/gq-icon-grayscale-dark.png [new file with mode: 0644]
src/icons/gq-icon-grayscale.png
src/icons/gq-icon-heic-dark.png [new file with mode: 0644]
src/icons/gq-icon-heic.png
src/icons/gq-icon-hidetools-dark.png [new file with mode: 0644]
src/icons/gq-icon-hidetools.png
src/icons/gq-icon-maintenance-dark.png [new file with mode: 0644]
src/icons/gq-icon-maintenance.png
src/icons/gq-icon-marks-dark.png [new file with mode: 0644]
src/icons/gq-icon-marks.png
src/icons/gq-icon-metadata-dark.png [new file with mode: 0644]
src/icons/gq-icon-metadata.png [new file with mode: 0644]
src/icons/gq-icon-move-dark.png [new file with mode: 0644]
src/icons/gq-icon-move.png
src/icons/gq-icon-original-dark.png [new file with mode: 0644]
src/icons/gq-icon-original.png
src/icons/gq-icon-panorama-dark.png [new file with mode: 0644]
src/icons/gq-icon-panorama.png
src/icons/gq-icon-pdf-dark.png [new file with mode: 0644]
src/icons/gq-icon-pdf.png
src/icons/gq-icon-rename-dark.png [new file with mode: 0644]
src/icons/gq-icon-rename.png
src/icons/gq-icon-rotate-180-dark.png [new file with mode: 0644]
src/icons/gq-icon-rotate-180.png
src/icons/gq-icon-select-all-dark.png [new file with mode: 0644]
src/icons/gq-icon-select-all.png
src/icons/gq-icon-select-invert-dark.png [new file with mode: 0644]
src/icons/gq-icon-select-invert.png
src/icons/gq-icon-select-none-dark.png [new file with mode: 0644]
src/icons/gq-icon-select-none.png
src/icons/gq-icon-select-rectangle-dark.png [new file with mode: 0644]
src/icons/gq-icon-select-rectangle.png
src/icons/gq-icon-sort-dark.png [new file with mode: 0644]
src/icons/gq-icon-sort.png
src/icons/gq-icon-split-pane-sync-dark.png [new file with mode: 0644]
src/icons/gq-icon-split-pane-sync.png
src/icons/gq-icon-thumb-dark.png [new file with mode: 0644]
src/icons/gq-icon-thumb.png
src/icons/gq-icon-trash.png [deleted file]
src/icons/gq-icon-unknown-dark.png [new file with mode: 0644]
src/icons/gq-icon-unknown.png [new file with mode: 0644]
src/icons/gq-icon-video-dark.png [new file with mode: 0644]
src/icons/gq-icon-video.png [new file with mode: 0644]
src/icons/gq-icon-zoomfillhor-dark.png [new file with mode: 0644]
src/icons/gq-icon-zoomfillhor.png
src/icons/gq-icon-zoomfillvert-dark.png [new file with mode: 0644]
src/icons/gq-icon-zoomfillvert.png
src/icons/gq-sheet-broken.png [deleted file]
src/icons/gq-sheet-metadata.png [deleted file]
src/icons/gq-sheet-unknown.png [deleted file]
src/icons/gq-sheet-video.png [deleted file]
src/icons/icons.gresource.xml
src/layout-util.cc
src/main.h
src/pixbuf-util.cc
src/pixbuf-util.h
src/preferences.cc
src/ui-bookmark.cc