├── .github ├── ISSUE_TEMPLATE │ ├── bug.yml │ └── feature.yml └── workflows │ ├── ESR_VERSION │ ├── create_relnotes.py │ └── release.yml ├── .gitignore ├── LICENSE ├── README.md ├── preferences.json ├── resources ├── content.css ├── icons.css ├── icons │ ├── 3rdpartycookies-disabled.svg │ ├── 3rdpartycookies.svg │ ├── RM-Content-Width-Minus-42x16.svg │ ├── RM-Content-Width-Plus-44x16.svg │ ├── RM-Line-Height-Minus-38x14.svg │ ├── RM-Line-Height-Plus-38x24.svg │ ├── RM-Type-Controls-24x24.svg │ ├── aboutdebugging-firefox-logo.svg │ ├── accessibility-active.svg │ ├── accessibility.svg │ ├── add-device.svg │ ├── add.svg │ ├── arrow-dropdown-12.svg │ ├── arrow-dropdown-16.svg │ ├── arrow-up-12.svg │ ├── audio-mute.svg │ ├── audio.svg │ ├── autoplay-media-blocked.svg │ ├── autoplay-media.svg │ ├── avatar-empty.svg │ ├── avatar.svg │ ├── back-12.svg │ ├── back.svg │ ├── badge-blue.svg │ ├── blue-berror.svg │ ├── bookmark-12.svg │ ├── bookmark-hollow.svg │ ├── bookmark-star-on-tray.svg │ ├── bookmark.svg │ ├── bookmarks-toolbar.svg │ ├── bookmarksMenu.svg │ ├── bookmarksToolbar.svg │ ├── camera-blocked.svg │ ├── camera.svg │ ├── canvas-blocked.svg │ ├── canvas.svg │ ├── caption.svg │ ├── category-available.svg │ ├── category-recent.svg │ ├── cert-error.svg │ ├── characterEncoding.svg │ ├── check.svg │ ├── close-icon2.svg │ ├── close-pip.svg │ ├── close-tab.svg │ ├── close.svg │ ├── command-chevron-rotate-90.svg │ ├── command-chevron.svg │ ├── command-eyedropper.svg │ ├── competitiveness.svg │ ├── connection-secure.svg │ ├── critical.svg │ ├── cryptominers-disabled.svg │ ├── cryptominers.svg │ ├── customize.svg │ ├── dashboard.svg │ ├── delete.svg │ ├── desktop-notification-blocked.svg │ ├── desktop-notification.svg │ ├── developer.svg │ ├── device-desktop.svg │ ├── device-phone.svg │ ├── device-tablet.svg │ ├── device-tv.svg │ ├── device-vr.svg │ ├── document.svg │ ├── download-icons.svg │ ├── drm-icon.svg │ ├── edit-copy.svg │ ├── edit-cut.svg │ ├── edit-paste.svg │ ├── edit.svg │ ├── error-connection-failure.svg │ ├── error-malformed-url.svg │ ├── error-server-not-found.svg │ ├── error-session-restore.svg │ ├── error-tab-crashed.svg │ ├── extensions.svg │ ├── face-sad.svg │ ├── face-smile.svg │ ├── find-in-page.svg │ ├── find-next-arrow.svg │ ├── find-previous-arrow.svg │ ├── findFile.svg │ ├── fingerprinters-disabled.svg │ ├── fingerprinters.svg │ ├── firefox-view.svg │ ├── flame.svg │ ├── folder.svg │ ├── folder2.svg │ ├── forget.svg │ ├── forks │ │ ├── floorp │ │ │ └── floorp-grayscale.svg │ │ ├── librewolf │ │ │ └── librewolf-grayscale.svg │ │ ├── mullvad │ │ │ └── mullvad-grayscale.svg │ │ ├── tor │ │ │ └── tor-grayscale.svg │ │ └── waterfox │ │ │ └── waterfox-grayscale.svg │ ├── forward.svg │ ├── fullscreen-exit.svg │ ├── fullscreen.svg │ ├── geo-blocked.svg │ ├── geo.svg │ ├── globe1.svg │ ├── glyph-experiments.svg │ ├── glyph-highlights-16.svg │ ├── glyph-newWindow-16.svg │ ├── glyph-search-16.svg │ ├── glyph-topsites-16.svg │ ├── glyph-topsites.svg │ ├── headphone-active.svg │ ├── headphone.svg │ ├── help.svg │ ├── help1.svg │ ├── hide-password.svg │ ├── history-sidebar.svg │ ├── history.svg │ ├── home.svg │ ├── hourglass.svg │ ├── import-export-rotate90.svg │ ├── import-export.svg │ ├── import.svg │ ├── indicator-tab-attention.svg │ ├── info-color.svg │ ├── info-icon.svg │ ├── info-small.svg │ ├── info.svg │ ├── ion.svg │ ├── kb-shortcuts.svg │ ├── large-connection-mixed-active-loaded.svg │ ├── large-connection-mixed-passive-loaded.svg │ ├── large-connection-secure.svg │ ├── library.svg │ ├── line.svg │ ├── link.svg │ ├── loading.svg │ ├── local-network.svg │ ├── login.svg │ ├── logo-android.svg │ ├── logo-ios.svg │ ├── mail.svg │ ├── menu-badged.svg │ ├── menu.svg │ ├── microphone-blocked.svg │ ├── microphone.svg │ ├── more.svg │ ├── new-tab.svg │ ├── new-window.svg │ ├── no-search-results.svg │ ├── notification-finish-animation-r2.svg │ ├── notification-start-animation-r1.svg │ ├── open-in-new.svg │ ├── open.svg │ ├── openInNew.svg │ ├── packaging.svg │ ├── panel-icon-cancel.svg │ ├── panel-icon-retry.svg │ ├── pause.svg │ ├── pdfjs │ │ ├── annotation-check.svg │ │ ├── annotation-comment.svg │ │ ├── annotation-help.svg │ │ ├── annotation-insert.svg │ │ ├── annotation-key.svg │ │ ├── annotation-newparagraph.svg │ │ ├── annotation-noicon.svg │ │ ├── annotation-note.svg │ │ ├── annotation-paragraph.svg │ │ ├── comment-editButton.svg │ │ ├── findbarButton-next.svg │ │ ├── findbarButton-previous.svg │ │ ├── loading-dark.svg │ │ ├── loading.svg │ │ ├── secondaryToolbarButton-documentProperties.svg │ │ ├── secondaryToolbarButton-firstPage.svg │ │ ├── secondaryToolbarButton-handTool.svg │ │ ├── secondaryToolbarButton-lastPage.svg │ │ ├── secondaryToolbarButton-rotateCcw.svg │ │ ├── secondaryToolbarButton-rotateCw.svg │ │ ├── secondaryToolbarButton-scrollHorizontal.svg │ │ ├── secondaryToolbarButton-scrollPage-1.svg │ │ ├── secondaryToolbarButton-scrollVertical.svg │ │ ├── secondaryToolbarButton-scrollWrapped.svg │ │ ├── secondaryToolbarButton-selectTool.svg │ │ ├── secondaryToolbarButton-spreadEven.svg │ │ ├── secondaryToolbarButton-spreadNone.svg │ │ ├── secondaryToolbarButton-spreadOdd.svg │ │ ├── toolbarButton-bookmark.svg │ │ ├── toolbarButton-currentOutlineItem.svg │ │ ├── toolbarButton-download.svg │ │ ├── toolbarButton-editorFreeText-1.svg │ │ ├── toolbarButton-editorHighlight.svg │ │ ├── toolbarButton-editorInk-1.svg │ │ ├── toolbarButton-editorSignature.svg │ │ ├── toolbarButton-editorStamp-1.svg │ │ ├── toolbarButton-menuArrow.svg │ │ ├── toolbarButton-openFile.svg │ │ ├── toolbarButton-pageDown.svg │ │ ├── toolbarButton-pageUp.svg │ │ ├── toolbarButton-presentationMode.svg │ │ ├── toolbarButton-print.svg │ │ ├── toolbarButton-search.svg │ │ ├── toolbarButton-secondaryToolbarToggle.svg │ │ ├── toolbarButton-sidebarToggle.svg │ │ ├── toolbarButton-viewAttachments.svg │ │ ├── toolbarButton-viewLayers.svg │ │ ├── toolbarButton-viewOutline.svg │ │ ├── toolbarButton-viewThumbnail.svg │ │ ├── toolbarButton-zoomIn.svg │ │ ├── toolbarButton-zoomOut.svg │ │ ├── treeitem-collapsed.svg │ │ └── treeitem-expanded.svg │ ├── permissions.svg │ ├── persistent-storage-blocked.svg │ ├── persistent-storage.svg │ ├── personalize.svg │ ├── pictureinpicture-muted2.svg │ ├── pictureinpicture-sound.svg │ ├── pictureinpicture.svg │ ├── pin-12.svg │ ├── pin-tab.svg │ ├── play.svg │ ├── plugin.svg │ ├── pocket-outline.svg │ ├── pocket.svg │ ├── popup.svg │ ├── price.svg │ ├── print1.svg │ ├── privacy-security.svg │ ├── private-browsing.svg │ ├── privateBrowsing.svg │ ├── profiles.svg │ ├── pwa-manage.svg │ ├── quality.svg │ ├── quantum │ │ ├── about-wordmark-de.svg │ │ ├── about-wordmark-nightly.svg │ │ ├── about-wordmark.svg │ │ ├── aboutdebugging-firefox-logo.svg │ │ ├── firefox-logo-beta.svg │ │ ├── firefox-logo-developer-edition.svg │ │ ├── firefox-logo-nightly.svg │ │ ├── firefox-logo.svg │ │ └── firefox-wordmark.svg │ ├── quick-actions.svg │ ├── quit.svg │ ├── radio.svg │ ├── readerMode.svg │ ├── recommended.svg │ ├── rel-to-stop.svg │ ├── reload-to-stop.svg │ ├── reload.svg │ ├── restore-session.svg │ ├── save.svg │ ├── screen-blocked.svg │ ├── screen.svg │ ├── screenshot.svg │ ├── scrub-back.svg │ ├── scrub-forward.svg │ ├── search-glass-inverted.svg │ ├── search-indicator-badge-add.svg │ ├── security-state-insecure.svg │ ├── security-state-secure.svg │ ├── security-state-weak.svg │ ├── send-to-device.svg │ ├── settings.svg │ ├── share.svg │ ├── shopping-open.svg │ ├── shopping.svg │ ├── show-password.svg │ ├── sidebar-collapsed.svg │ ├── sidebar-expanded.svg │ ├── sidebar-hidden.svg │ ├── sidebar-horizontal-tabs.svg │ ├── sidebar-right.svg │ ├── sidebars-right.svg │ ├── sidebars.svg │ ├── sign-out.svg │ ├── sine.svg │ ├── socialblock-disabled.svg │ ├── socialblock.svg │ ├── sort.svg │ ├── stop-to-rel.svg │ ├── stop-to-reload.svg │ ├── stop.svg │ ├── sync.svg │ ├── tab-12.svg │ ├── tab-audio-blocked-small.svg │ ├── tab-audio-blocked.svg │ ├── tab-audio-muted-small.svg │ ├── tab-audio-muted.svg │ ├── tab-audio-playing-small.svg │ ├── tab-audio-playing.svg │ ├── tab-close.svg │ ├── tab-crashed.svg │ ├── tab-drag-indicator.svg │ ├── tab.svg │ ├── taskbar-tabs-add-tab.svg │ ├── taskbar-tabs-move-tab.svg │ ├── theme-previews │ │ ├── default-theme.svg │ │ ├── firefox-alpenglow.svg │ │ ├── firefox-compact-dark.svg │ │ └── firefox-compact-light.svg │ ├── tip.svg │ ├── toolbar-drag-indicator.svg │ ├── tracker-image-disabled.svg │ ├── tracker-image.svg │ ├── tracking-protection-animation-brighttext.svg │ ├── tracking-protection-animation.svg │ ├── tracking-protection-big.svg │ ├── tracking-protection-dark-theme.svg │ ├── tracking-protection-disabled.svg │ ├── tracking-protection-no-trackers.svg │ ├── tracking-protection.svg │ ├── translations.svg │ ├── trending.svg │ ├── ungroup.svg │ ├── unpin-tab.svg │ ├── unpip.svg │ ├── update-badge.svg │ ├── vr.svg │ ├── warning-16.svg │ ├── warning.svg │ ├── weather.svg │ ├── weather │ │ ├── cloudy.svg │ │ ├── flurries.svg │ │ ├── fog.svg │ │ ├── freezing-rain.svg │ │ ├── hazy-sunshine.svg │ │ ├── hot.svg │ │ ├── ice.svg │ │ ├── mostly-cloudy-with-showers.svg │ │ ├── mostly-cloudy-with-thunderstorms.svg │ │ ├── mostly-sunny.svg │ │ ├── night-clear.svg │ │ ├── night-hazy-moonlight.svg │ │ ├── night-mostly-clear.svg │ │ ├── night-mostly-cloudy-with-flurries.svg │ │ ├── night-partly-cloudy-with-showers.svg │ │ ├── night-partly-cloudy-with-thunderstorms.svg │ │ ├── partly-sunny-with-flurries.svg │ │ ├── partly-sunny.svg │ │ ├── rain.svg │ │ ├── showers.svg │ │ ├── snow.svg │ │ ├── sun.svg │ │ ├── thunderstorms.svg │ │ └── windy.svg │ ├── web-appearance-dark.svg │ ├── web-appearance-light.svg │ ├── welcome-back.svg │ ├── whatsnew.svg │ ├── wifi.svg │ ├── window.svg │ ├── zoom-in.svg │ ├── zoom-out.svg │ └── zoom.svg ├── misc.css ├── panels.css ├── tabs-and-urlbar.css ├── theme.css └── variables.css ├── theme.json ├── userChrome.css └── userContent.css /.github/ISSUE_TEMPLATE/bug.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/.github/ISSUE_TEMPLATE/bug.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/.github/ISSUE_TEMPLATE/feature.yml -------------------------------------------------------------------------------- /.github/workflows/ESR_VERSION: -------------------------------------------------------------------------------- 1 | 140 -------------------------------------------------------------------------------- /.github/workflows/create_relnotes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/.github/workflows/create_relnotes.py -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/README.md -------------------------------------------------------------------------------- /preferences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/preferences.json -------------------------------------------------------------------------------- /resources/content.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/content.css -------------------------------------------------------------------------------- /resources/icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons.css -------------------------------------------------------------------------------- /resources/icons/3rdpartycookies-disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/3rdpartycookies-disabled.svg -------------------------------------------------------------------------------- /resources/icons/3rdpartycookies.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/3rdpartycookies.svg -------------------------------------------------------------------------------- /resources/icons/RM-Content-Width-Minus-42x16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/RM-Content-Width-Minus-42x16.svg -------------------------------------------------------------------------------- /resources/icons/RM-Content-Width-Plus-44x16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/RM-Content-Width-Plus-44x16.svg -------------------------------------------------------------------------------- /resources/icons/RM-Line-Height-Minus-38x14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/RM-Line-Height-Minus-38x14.svg -------------------------------------------------------------------------------- /resources/icons/RM-Line-Height-Plus-38x24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/RM-Line-Height-Plus-38x24.svg -------------------------------------------------------------------------------- /resources/icons/RM-Type-Controls-24x24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/RM-Type-Controls-24x24.svg -------------------------------------------------------------------------------- /resources/icons/aboutdebugging-firefox-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/aboutdebugging-firefox-logo.svg -------------------------------------------------------------------------------- /resources/icons/accessibility-active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/accessibility-active.svg -------------------------------------------------------------------------------- /resources/icons/accessibility.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/accessibility.svg -------------------------------------------------------------------------------- /resources/icons/add-device.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/add-device.svg -------------------------------------------------------------------------------- /resources/icons/add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/add.svg -------------------------------------------------------------------------------- /resources/icons/arrow-dropdown-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/arrow-dropdown-12.svg -------------------------------------------------------------------------------- /resources/icons/arrow-dropdown-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/arrow-dropdown-16.svg -------------------------------------------------------------------------------- /resources/icons/arrow-up-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/arrow-up-12.svg -------------------------------------------------------------------------------- /resources/icons/audio-mute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/audio-mute.svg -------------------------------------------------------------------------------- /resources/icons/audio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/audio.svg -------------------------------------------------------------------------------- /resources/icons/autoplay-media-blocked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/autoplay-media-blocked.svg -------------------------------------------------------------------------------- /resources/icons/autoplay-media.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/autoplay-media.svg -------------------------------------------------------------------------------- /resources/icons/avatar-empty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/avatar-empty.svg -------------------------------------------------------------------------------- /resources/icons/avatar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/avatar.svg -------------------------------------------------------------------------------- /resources/icons/back-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/back-12.svg -------------------------------------------------------------------------------- /resources/icons/back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/back.svg -------------------------------------------------------------------------------- /resources/icons/badge-blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/badge-blue.svg -------------------------------------------------------------------------------- /resources/icons/blue-berror.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/blue-berror.svg -------------------------------------------------------------------------------- /resources/icons/bookmark-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/bookmark-12.svg -------------------------------------------------------------------------------- /resources/icons/bookmark-hollow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/bookmark-hollow.svg -------------------------------------------------------------------------------- /resources/icons/bookmark-star-on-tray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/bookmark-star-on-tray.svg -------------------------------------------------------------------------------- /resources/icons/bookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/bookmark.svg -------------------------------------------------------------------------------- /resources/icons/bookmarks-toolbar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/bookmarks-toolbar.svg -------------------------------------------------------------------------------- /resources/icons/bookmarksMenu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/bookmarksMenu.svg -------------------------------------------------------------------------------- /resources/icons/bookmarksToolbar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/bookmarksToolbar.svg -------------------------------------------------------------------------------- /resources/icons/camera-blocked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/camera-blocked.svg -------------------------------------------------------------------------------- /resources/icons/camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/camera.svg -------------------------------------------------------------------------------- /resources/icons/canvas-blocked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/canvas-blocked.svg -------------------------------------------------------------------------------- /resources/icons/canvas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/canvas.svg -------------------------------------------------------------------------------- /resources/icons/caption.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/caption.svg -------------------------------------------------------------------------------- /resources/icons/category-available.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/category-available.svg -------------------------------------------------------------------------------- /resources/icons/category-recent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/category-recent.svg -------------------------------------------------------------------------------- /resources/icons/cert-error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/cert-error.svg -------------------------------------------------------------------------------- /resources/icons/characterEncoding.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/characterEncoding.svg -------------------------------------------------------------------------------- /resources/icons/check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/check.svg -------------------------------------------------------------------------------- /resources/icons/close-icon2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/close-icon2.svg -------------------------------------------------------------------------------- /resources/icons/close-pip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/close-pip.svg -------------------------------------------------------------------------------- /resources/icons/close-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/close-tab.svg -------------------------------------------------------------------------------- /resources/icons/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/close.svg -------------------------------------------------------------------------------- /resources/icons/command-chevron-rotate-90.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/command-chevron-rotate-90.svg -------------------------------------------------------------------------------- /resources/icons/command-chevron.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/command-chevron.svg -------------------------------------------------------------------------------- /resources/icons/command-eyedropper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/command-eyedropper.svg -------------------------------------------------------------------------------- /resources/icons/competitiveness.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/competitiveness.svg -------------------------------------------------------------------------------- /resources/icons/connection-secure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/connection-secure.svg -------------------------------------------------------------------------------- /resources/icons/critical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/critical.svg -------------------------------------------------------------------------------- /resources/icons/cryptominers-disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/cryptominers-disabled.svg -------------------------------------------------------------------------------- /resources/icons/cryptominers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/cryptominers.svg -------------------------------------------------------------------------------- /resources/icons/customize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/customize.svg -------------------------------------------------------------------------------- /resources/icons/dashboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/dashboard.svg -------------------------------------------------------------------------------- /resources/icons/delete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/delete.svg -------------------------------------------------------------------------------- /resources/icons/desktop-notification-blocked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/desktop-notification-blocked.svg -------------------------------------------------------------------------------- /resources/icons/desktop-notification.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/desktop-notification.svg -------------------------------------------------------------------------------- /resources/icons/developer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/developer.svg -------------------------------------------------------------------------------- /resources/icons/device-desktop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/device-desktop.svg -------------------------------------------------------------------------------- /resources/icons/device-phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/device-phone.svg -------------------------------------------------------------------------------- /resources/icons/device-tablet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/device-tablet.svg -------------------------------------------------------------------------------- /resources/icons/device-tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/device-tv.svg -------------------------------------------------------------------------------- /resources/icons/device-vr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/device-vr.svg -------------------------------------------------------------------------------- /resources/icons/document.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/document.svg -------------------------------------------------------------------------------- /resources/icons/download-icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/download-icons.svg -------------------------------------------------------------------------------- /resources/icons/drm-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/drm-icon.svg -------------------------------------------------------------------------------- /resources/icons/edit-copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/edit-copy.svg -------------------------------------------------------------------------------- /resources/icons/edit-cut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/edit-cut.svg -------------------------------------------------------------------------------- /resources/icons/edit-paste.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/edit-paste.svg -------------------------------------------------------------------------------- /resources/icons/edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/edit.svg -------------------------------------------------------------------------------- /resources/icons/error-connection-failure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/error-connection-failure.svg -------------------------------------------------------------------------------- /resources/icons/error-malformed-url.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/error-malformed-url.svg -------------------------------------------------------------------------------- /resources/icons/error-server-not-found.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/error-server-not-found.svg -------------------------------------------------------------------------------- /resources/icons/error-session-restore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/error-session-restore.svg -------------------------------------------------------------------------------- /resources/icons/error-tab-crashed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/error-tab-crashed.svg -------------------------------------------------------------------------------- /resources/icons/extensions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/extensions.svg -------------------------------------------------------------------------------- /resources/icons/face-sad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/face-sad.svg -------------------------------------------------------------------------------- /resources/icons/face-smile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/face-smile.svg -------------------------------------------------------------------------------- /resources/icons/find-in-page.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/find-in-page.svg -------------------------------------------------------------------------------- /resources/icons/find-next-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/find-next-arrow.svg -------------------------------------------------------------------------------- /resources/icons/find-previous-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/find-previous-arrow.svg -------------------------------------------------------------------------------- /resources/icons/findFile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/findFile.svg -------------------------------------------------------------------------------- /resources/icons/fingerprinters-disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/fingerprinters-disabled.svg -------------------------------------------------------------------------------- /resources/icons/fingerprinters.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/fingerprinters.svg -------------------------------------------------------------------------------- /resources/icons/firefox-view.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/firefox-view.svg -------------------------------------------------------------------------------- /resources/icons/flame.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/flame.svg -------------------------------------------------------------------------------- /resources/icons/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/folder.svg -------------------------------------------------------------------------------- /resources/icons/folder2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/folder2.svg -------------------------------------------------------------------------------- /resources/icons/forget.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/forget.svg -------------------------------------------------------------------------------- /resources/icons/forks/floorp/floorp-grayscale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/forks/floorp/floorp-grayscale.svg -------------------------------------------------------------------------------- /resources/icons/forks/librewolf/librewolf-grayscale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/forks/librewolf/librewolf-grayscale.svg -------------------------------------------------------------------------------- /resources/icons/forks/mullvad/mullvad-grayscale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/forks/mullvad/mullvad-grayscale.svg -------------------------------------------------------------------------------- /resources/icons/forks/tor/tor-grayscale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/forks/tor/tor-grayscale.svg -------------------------------------------------------------------------------- /resources/icons/forks/waterfox/waterfox-grayscale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/forks/waterfox/waterfox-grayscale.svg -------------------------------------------------------------------------------- /resources/icons/forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/forward.svg -------------------------------------------------------------------------------- /resources/icons/fullscreen-exit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/fullscreen-exit.svg -------------------------------------------------------------------------------- /resources/icons/fullscreen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/fullscreen.svg -------------------------------------------------------------------------------- /resources/icons/geo-blocked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/geo-blocked.svg -------------------------------------------------------------------------------- /resources/icons/geo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/geo.svg -------------------------------------------------------------------------------- /resources/icons/globe1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/globe1.svg -------------------------------------------------------------------------------- /resources/icons/glyph-experiments.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/glyph-experiments.svg -------------------------------------------------------------------------------- /resources/icons/glyph-highlights-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/glyph-highlights-16.svg -------------------------------------------------------------------------------- /resources/icons/glyph-newWindow-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/glyph-newWindow-16.svg -------------------------------------------------------------------------------- /resources/icons/glyph-search-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/glyph-search-16.svg -------------------------------------------------------------------------------- /resources/icons/glyph-topsites-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/glyph-topsites-16.svg -------------------------------------------------------------------------------- /resources/icons/glyph-topsites.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/glyph-topsites.svg -------------------------------------------------------------------------------- /resources/icons/headphone-active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/headphone-active.svg -------------------------------------------------------------------------------- /resources/icons/headphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/headphone.svg -------------------------------------------------------------------------------- /resources/icons/help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/help.svg -------------------------------------------------------------------------------- /resources/icons/help1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/help1.svg -------------------------------------------------------------------------------- /resources/icons/hide-password.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/hide-password.svg -------------------------------------------------------------------------------- /resources/icons/history-sidebar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/history-sidebar.svg -------------------------------------------------------------------------------- /resources/icons/history.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/history.svg -------------------------------------------------------------------------------- /resources/icons/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/home.svg -------------------------------------------------------------------------------- /resources/icons/hourglass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/hourglass.svg -------------------------------------------------------------------------------- /resources/icons/import-export-rotate90.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/import-export-rotate90.svg -------------------------------------------------------------------------------- /resources/icons/import-export.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/import-export.svg -------------------------------------------------------------------------------- /resources/icons/import.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/import.svg -------------------------------------------------------------------------------- /resources/icons/indicator-tab-attention.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/indicator-tab-attention.svg -------------------------------------------------------------------------------- /resources/icons/info-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/info-color.svg -------------------------------------------------------------------------------- /resources/icons/info-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/info-icon.svg -------------------------------------------------------------------------------- /resources/icons/info-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/info-small.svg -------------------------------------------------------------------------------- /resources/icons/info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/info.svg -------------------------------------------------------------------------------- /resources/icons/ion.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/ion.svg -------------------------------------------------------------------------------- /resources/icons/kb-shortcuts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/kb-shortcuts.svg -------------------------------------------------------------------------------- /resources/icons/large-connection-mixed-active-loaded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/large-connection-mixed-active-loaded.svg -------------------------------------------------------------------------------- /resources/icons/large-connection-mixed-passive-loaded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/large-connection-mixed-passive-loaded.svg -------------------------------------------------------------------------------- /resources/icons/large-connection-secure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/large-connection-secure.svg -------------------------------------------------------------------------------- /resources/icons/library.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/library.svg -------------------------------------------------------------------------------- /resources/icons/line.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/line.svg -------------------------------------------------------------------------------- /resources/icons/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/link.svg -------------------------------------------------------------------------------- /resources/icons/loading.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/loading.svg -------------------------------------------------------------------------------- /resources/icons/local-network.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/local-network.svg -------------------------------------------------------------------------------- /resources/icons/login.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/login.svg -------------------------------------------------------------------------------- /resources/icons/logo-android.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/logo-android.svg -------------------------------------------------------------------------------- /resources/icons/logo-ios.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/logo-ios.svg -------------------------------------------------------------------------------- /resources/icons/mail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/mail.svg -------------------------------------------------------------------------------- /resources/icons/menu-badged.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/menu-badged.svg -------------------------------------------------------------------------------- /resources/icons/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/menu.svg -------------------------------------------------------------------------------- /resources/icons/microphone-blocked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/microphone-blocked.svg -------------------------------------------------------------------------------- /resources/icons/microphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/microphone.svg -------------------------------------------------------------------------------- /resources/icons/more.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/more.svg -------------------------------------------------------------------------------- /resources/icons/new-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/new-tab.svg -------------------------------------------------------------------------------- /resources/icons/new-window.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/new-window.svg -------------------------------------------------------------------------------- /resources/icons/no-search-results.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/no-search-results.svg -------------------------------------------------------------------------------- /resources/icons/notification-finish-animation-r2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/notification-finish-animation-r2.svg -------------------------------------------------------------------------------- /resources/icons/notification-start-animation-r1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/notification-start-animation-r1.svg -------------------------------------------------------------------------------- /resources/icons/open-in-new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/open-in-new.svg -------------------------------------------------------------------------------- /resources/icons/open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/open.svg -------------------------------------------------------------------------------- /resources/icons/openInNew.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/openInNew.svg -------------------------------------------------------------------------------- /resources/icons/packaging.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/packaging.svg -------------------------------------------------------------------------------- /resources/icons/panel-icon-cancel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/panel-icon-cancel.svg -------------------------------------------------------------------------------- /resources/icons/panel-icon-retry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/panel-icon-retry.svg -------------------------------------------------------------------------------- /resources/icons/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pause.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/annotation-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/annotation-check.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/annotation-comment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/annotation-comment.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/annotation-help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/annotation-help.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/annotation-insert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/annotation-insert.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/annotation-key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/annotation-key.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/annotation-newparagraph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/annotation-newparagraph.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/annotation-noicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/annotation-noicon.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/annotation-note.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/annotation-note.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/annotation-paragraph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/annotation-paragraph.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/comment-editButton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/comment-editButton.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/findbarButton-next.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/findbarButton-next.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/findbarButton-previous.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/findbarButton-previous.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/loading-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/loading-dark.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/loading.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/loading.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/secondaryToolbarButton-documentProperties.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/secondaryToolbarButton-documentProperties.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/secondaryToolbarButton-firstPage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/secondaryToolbarButton-firstPage.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/secondaryToolbarButton-handTool.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/secondaryToolbarButton-handTool.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/secondaryToolbarButton-lastPage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/secondaryToolbarButton-lastPage.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/secondaryToolbarButton-rotateCcw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/secondaryToolbarButton-rotateCcw.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/secondaryToolbarButton-rotateCw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/secondaryToolbarButton-rotateCw.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/secondaryToolbarButton-scrollHorizontal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/secondaryToolbarButton-scrollHorizontal.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/secondaryToolbarButton-scrollPage-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/secondaryToolbarButton-scrollPage-1.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/secondaryToolbarButton-scrollVertical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/secondaryToolbarButton-scrollVertical.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/secondaryToolbarButton-scrollWrapped.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/secondaryToolbarButton-scrollWrapped.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/secondaryToolbarButton-selectTool.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/secondaryToolbarButton-selectTool.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/secondaryToolbarButton-spreadEven.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/secondaryToolbarButton-spreadEven.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/secondaryToolbarButton-spreadNone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/secondaryToolbarButton-spreadNone.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/secondaryToolbarButton-spreadOdd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/secondaryToolbarButton-spreadOdd.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-bookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-bookmark.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-currentOutlineItem.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-currentOutlineItem.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-download.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-editorFreeText-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-editorFreeText-1.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-editorHighlight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-editorHighlight.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-editorInk-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-editorInk-1.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-editorSignature.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-editorSignature.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-editorStamp-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-editorStamp-1.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-menuArrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-menuArrow.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-openFile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-openFile.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-pageDown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-pageDown.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-pageUp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-pageUp.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-presentationMode.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-presentationMode.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-print.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-search.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-secondaryToolbarToggle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-secondaryToolbarToggle.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-sidebarToggle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-sidebarToggle.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-viewAttachments.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-viewAttachments.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-viewLayers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-viewLayers.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-viewOutline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-viewOutline.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-viewThumbnail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-viewThumbnail.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-zoomIn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-zoomIn.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/toolbarButton-zoomOut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/toolbarButton-zoomOut.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/treeitem-collapsed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/treeitem-collapsed.svg -------------------------------------------------------------------------------- /resources/icons/pdfjs/treeitem-expanded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pdfjs/treeitem-expanded.svg -------------------------------------------------------------------------------- /resources/icons/permissions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/permissions.svg -------------------------------------------------------------------------------- /resources/icons/persistent-storage-blocked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/persistent-storage-blocked.svg -------------------------------------------------------------------------------- /resources/icons/persistent-storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/persistent-storage.svg -------------------------------------------------------------------------------- /resources/icons/personalize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/personalize.svg -------------------------------------------------------------------------------- /resources/icons/pictureinpicture-muted2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pictureinpicture-muted2.svg -------------------------------------------------------------------------------- /resources/icons/pictureinpicture-sound.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pictureinpicture-sound.svg -------------------------------------------------------------------------------- /resources/icons/pictureinpicture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pictureinpicture.svg -------------------------------------------------------------------------------- /resources/icons/pin-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pin-12.svg -------------------------------------------------------------------------------- /resources/icons/pin-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pin-tab.svg -------------------------------------------------------------------------------- /resources/icons/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/play.svg -------------------------------------------------------------------------------- /resources/icons/plugin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/plugin.svg -------------------------------------------------------------------------------- /resources/icons/pocket-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pocket-outline.svg -------------------------------------------------------------------------------- /resources/icons/pocket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pocket.svg -------------------------------------------------------------------------------- /resources/icons/popup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/popup.svg -------------------------------------------------------------------------------- /resources/icons/price.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/price.svg -------------------------------------------------------------------------------- /resources/icons/print1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/print1.svg -------------------------------------------------------------------------------- /resources/icons/privacy-security.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/privacy-security.svg -------------------------------------------------------------------------------- /resources/icons/private-browsing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/private-browsing.svg -------------------------------------------------------------------------------- /resources/icons/privateBrowsing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/privateBrowsing.svg -------------------------------------------------------------------------------- /resources/icons/profiles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/profiles.svg -------------------------------------------------------------------------------- /resources/icons/pwa-manage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/pwa-manage.svg -------------------------------------------------------------------------------- /resources/icons/quality.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/quality.svg -------------------------------------------------------------------------------- /resources/icons/quantum/about-wordmark-de.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/quantum/about-wordmark-de.svg -------------------------------------------------------------------------------- /resources/icons/quantum/about-wordmark-nightly.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/quantum/about-wordmark-nightly.svg -------------------------------------------------------------------------------- /resources/icons/quantum/about-wordmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/quantum/about-wordmark.svg -------------------------------------------------------------------------------- /resources/icons/quantum/aboutdebugging-firefox-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/quantum/aboutdebugging-firefox-logo.svg -------------------------------------------------------------------------------- /resources/icons/quantum/firefox-logo-beta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/quantum/firefox-logo-beta.svg -------------------------------------------------------------------------------- /resources/icons/quantum/firefox-logo-developer-edition.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/quantum/firefox-logo-developer-edition.svg -------------------------------------------------------------------------------- /resources/icons/quantum/firefox-logo-nightly.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/quantum/firefox-logo-nightly.svg -------------------------------------------------------------------------------- /resources/icons/quantum/firefox-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/quantum/firefox-logo.svg -------------------------------------------------------------------------------- /resources/icons/quantum/firefox-wordmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/quantum/firefox-wordmark.svg -------------------------------------------------------------------------------- /resources/icons/quick-actions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/quick-actions.svg -------------------------------------------------------------------------------- /resources/icons/quit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/quit.svg -------------------------------------------------------------------------------- /resources/icons/radio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/radio.svg -------------------------------------------------------------------------------- /resources/icons/readerMode.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/readerMode.svg -------------------------------------------------------------------------------- /resources/icons/recommended.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/recommended.svg -------------------------------------------------------------------------------- /resources/icons/rel-to-stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/rel-to-stop.svg -------------------------------------------------------------------------------- /resources/icons/reload-to-stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/reload-to-stop.svg -------------------------------------------------------------------------------- /resources/icons/reload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/reload.svg -------------------------------------------------------------------------------- /resources/icons/restore-session.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/restore-session.svg -------------------------------------------------------------------------------- /resources/icons/save.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/save.svg -------------------------------------------------------------------------------- /resources/icons/screen-blocked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/screen-blocked.svg -------------------------------------------------------------------------------- /resources/icons/screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/screen.svg -------------------------------------------------------------------------------- /resources/icons/screenshot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/screenshot.svg -------------------------------------------------------------------------------- /resources/icons/scrub-back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/scrub-back.svg -------------------------------------------------------------------------------- /resources/icons/scrub-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/scrub-forward.svg -------------------------------------------------------------------------------- /resources/icons/search-glass-inverted.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/search-glass-inverted.svg -------------------------------------------------------------------------------- /resources/icons/search-indicator-badge-add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/search-indicator-badge-add.svg -------------------------------------------------------------------------------- /resources/icons/security-state-insecure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/security-state-insecure.svg -------------------------------------------------------------------------------- /resources/icons/security-state-secure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/security-state-secure.svg -------------------------------------------------------------------------------- /resources/icons/security-state-weak.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/security-state-weak.svg -------------------------------------------------------------------------------- /resources/icons/send-to-device.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/send-to-device.svg -------------------------------------------------------------------------------- /resources/icons/settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/settings.svg -------------------------------------------------------------------------------- /resources/icons/share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/share.svg -------------------------------------------------------------------------------- /resources/icons/shopping-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/shopping-open.svg -------------------------------------------------------------------------------- /resources/icons/shopping.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/shopping.svg -------------------------------------------------------------------------------- /resources/icons/show-password.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/show-password.svg -------------------------------------------------------------------------------- /resources/icons/sidebar-collapsed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/sidebar-collapsed.svg -------------------------------------------------------------------------------- /resources/icons/sidebar-expanded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/sidebar-expanded.svg -------------------------------------------------------------------------------- /resources/icons/sidebar-hidden.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/sidebar-hidden.svg -------------------------------------------------------------------------------- /resources/icons/sidebar-horizontal-tabs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/sidebar-horizontal-tabs.svg -------------------------------------------------------------------------------- /resources/icons/sidebar-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/sidebar-right.svg -------------------------------------------------------------------------------- /resources/icons/sidebars-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/sidebars-right.svg -------------------------------------------------------------------------------- /resources/icons/sidebars.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/sidebars.svg -------------------------------------------------------------------------------- /resources/icons/sign-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/sign-out.svg -------------------------------------------------------------------------------- /resources/icons/sine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/sine.svg -------------------------------------------------------------------------------- /resources/icons/socialblock-disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/socialblock-disabled.svg -------------------------------------------------------------------------------- /resources/icons/socialblock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/socialblock.svg -------------------------------------------------------------------------------- /resources/icons/sort.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/sort.svg -------------------------------------------------------------------------------- /resources/icons/stop-to-rel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/stop-to-rel.svg -------------------------------------------------------------------------------- /resources/icons/stop-to-reload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/stop-to-reload.svg -------------------------------------------------------------------------------- /resources/icons/stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/stop.svg -------------------------------------------------------------------------------- /resources/icons/sync.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/sync.svg -------------------------------------------------------------------------------- /resources/icons/tab-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tab-12.svg -------------------------------------------------------------------------------- /resources/icons/tab-audio-blocked-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tab-audio-blocked-small.svg -------------------------------------------------------------------------------- /resources/icons/tab-audio-blocked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tab-audio-blocked.svg -------------------------------------------------------------------------------- /resources/icons/tab-audio-muted-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tab-audio-muted-small.svg -------------------------------------------------------------------------------- /resources/icons/tab-audio-muted.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tab-audio-muted.svg -------------------------------------------------------------------------------- /resources/icons/tab-audio-playing-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tab-audio-playing-small.svg -------------------------------------------------------------------------------- /resources/icons/tab-audio-playing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tab-audio-playing.svg -------------------------------------------------------------------------------- /resources/icons/tab-close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tab-close.svg -------------------------------------------------------------------------------- /resources/icons/tab-crashed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tab-crashed.svg -------------------------------------------------------------------------------- /resources/icons/tab-drag-indicator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tab-drag-indicator.svg -------------------------------------------------------------------------------- /resources/icons/tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tab.svg -------------------------------------------------------------------------------- /resources/icons/taskbar-tabs-add-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/taskbar-tabs-add-tab.svg -------------------------------------------------------------------------------- /resources/icons/taskbar-tabs-move-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/taskbar-tabs-move-tab.svg -------------------------------------------------------------------------------- /resources/icons/theme-previews/default-theme.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/theme-previews/default-theme.svg -------------------------------------------------------------------------------- /resources/icons/theme-previews/firefox-alpenglow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/theme-previews/firefox-alpenglow.svg -------------------------------------------------------------------------------- /resources/icons/theme-previews/firefox-compact-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/theme-previews/firefox-compact-dark.svg -------------------------------------------------------------------------------- /resources/icons/theme-previews/firefox-compact-light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/theme-previews/firefox-compact-light.svg -------------------------------------------------------------------------------- /resources/icons/tip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tip.svg -------------------------------------------------------------------------------- /resources/icons/toolbar-drag-indicator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/toolbar-drag-indicator.svg -------------------------------------------------------------------------------- /resources/icons/tracker-image-disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tracker-image-disabled.svg -------------------------------------------------------------------------------- /resources/icons/tracker-image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tracker-image.svg -------------------------------------------------------------------------------- /resources/icons/tracking-protection-animation-brighttext.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tracking-protection-animation-brighttext.svg -------------------------------------------------------------------------------- /resources/icons/tracking-protection-animation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tracking-protection-animation.svg -------------------------------------------------------------------------------- /resources/icons/tracking-protection-big.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tracking-protection-big.svg -------------------------------------------------------------------------------- /resources/icons/tracking-protection-dark-theme.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tracking-protection-dark-theme.svg -------------------------------------------------------------------------------- /resources/icons/tracking-protection-disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tracking-protection-disabled.svg -------------------------------------------------------------------------------- /resources/icons/tracking-protection-no-trackers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tracking-protection-no-trackers.svg -------------------------------------------------------------------------------- /resources/icons/tracking-protection.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/tracking-protection.svg -------------------------------------------------------------------------------- /resources/icons/translations.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/translations.svg -------------------------------------------------------------------------------- /resources/icons/trending.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/trending.svg -------------------------------------------------------------------------------- /resources/icons/ungroup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/ungroup.svg -------------------------------------------------------------------------------- /resources/icons/unpin-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/unpin-tab.svg -------------------------------------------------------------------------------- /resources/icons/unpip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/unpip.svg -------------------------------------------------------------------------------- /resources/icons/update-badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/update-badge.svg -------------------------------------------------------------------------------- /resources/icons/vr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/vr.svg -------------------------------------------------------------------------------- /resources/icons/warning-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/warning-16.svg -------------------------------------------------------------------------------- /resources/icons/warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/warning.svg -------------------------------------------------------------------------------- /resources/icons/weather.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather.svg -------------------------------------------------------------------------------- /resources/icons/weather/cloudy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/cloudy.svg -------------------------------------------------------------------------------- /resources/icons/weather/flurries.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/flurries.svg -------------------------------------------------------------------------------- /resources/icons/weather/fog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/fog.svg -------------------------------------------------------------------------------- /resources/icons/weather/freezing-rain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/freezing-rain.svg -------------------------------------------------------------------------------- /resources/icons/weather/hazy-sunshine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/hazy-sunshine.svg -------------------------------------------------------------------------------- /resources/icons/weather/hot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/hot.svg -------------------------------------------------------------------------------- /resources/icons/weather/ice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/ice.svg -------------------------------------------------------------------------------- /resources/icons/weather/mostly-cloudy-with-showers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/mostly-cloudy-with-showers.svg -------------------------------------------------------------------------------- /resources/icons/weather/mostly-cloudy-with-thunderstorms.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/mostly-cloudy-with-thunderstorms.svg -------------------------------------------------------------------------------- /resources/icons/weather/mostly-sunny.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/mostly-sunny.svg -------------------------------------------------------------------------------- /resources/icons/weather/night-clear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/night-clear.svg -------------------------------------------------------------------------------- /resources/icons/weather/night-hazy-moonlight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/night-hazy-moonlight.svg -------------------------------------------------------------------------------- /resources/icons/weather/night-mostly-clear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/night-mostly-clear.svg -------------------------------------------------------------------------------- /resources/icons/weather/night-mostly-cloudy-with-flurries.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/night-mostly-cloudy-with-flurries.svg -------------------------------------------------------------------------------- /resources/icons/weather/night-partly-cloudy-with-showers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/night-partly-cloudy-with-showers.svg -------------------------------------------------------------------------------- /resources/icons/weather/night-partly-cloudy-with-thunderstorms.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/night-partly-cloudy-with-thunderstorms.svg -------------------------------------------------------------------------------- /resources/icons/weather/partly-sunny-with-flurries.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/partly-sunny-with-flurries.svg -------------------------------------------------------------------------------- /resources/icons/weather/partly-sunny.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/partly-sunny.svg -------------------------------------------------------------------------------- /resources/icons/weather/rain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/rain.svg -------------------------------------------------------------------------------- /resources/icons/weather/showers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/showers.svg -------------------------------------------------------------------------------- /resources/icons/weather/snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/snow.svg -------------------------------------------------------------------------------- /resources/icons/weather/sun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/sun.svg -------------------------------------------------------------------------------- /resources/icons/weather/thunderstorms.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/thunderstorms.svg -------------------------------------------------------------------------------- /resources/icons/weather/windy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/weather/windy.svg -------------------------------------------------------------------------------- /resources/icons/web-appearance-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/web-appearance-dark.svg -------------------------------------------------------------------------------- /resources/icons/web-appearance-light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/web-appearance-light.svg -------------------------------------------------------------------------------- /resources/icons/welcome-back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/welcome-back.svg -------------------------------------------------------------------------------- /resources/icons/whatsnew.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/whatsnew.svg -------------------------------------------------------------------------------- /resources/icons/wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/wifi.svg -------------------------------------------------------------------------------- /resources/icons/window.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/window.svg -------------------------------------------------------------------------------- /resources/icons/zoom-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/zoom-in.svg -------------------------------------------------------------------------------- /resources/icons/zoom-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/zoom-out.svg -------------------------------------------------------------------------------- /resources/icons/zoom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/icons/zoom.svg -------------------------------------------------------------------------------- /resources/misc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/misc.css -------------------------------------------------------------------------------- /resources/panels.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/panels.css -------------------------------------------------------------------------------- /resources/tabs-and-urlbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/tabs-and-urlbar.css -------------------------------------------------------------------------------- /resources/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/theme.css -------------------------------------------------------------------------------- /resources/variables.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/resources/variables.css -------------------------------------------------------------------------------- /theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/theme.json -------------------------------------------------------------------------------- /userChrome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/userChrome.css -------------------------------------------------------------------------------- /userContent.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zapSNH/zapsCoolPhotonTheme/HEAD/userContent.css --------------------------------------------------------------------------------