-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate icons for dark and light themes (#154)
This is necessary when the high-contrast system themes are in use, where a light theme exists, in which case our white icons are invisible on the white background.
- Loading branch information
Showing
88 changed files
with
1,091 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,51 @@ | ||
<RCC> | ||
<qresource prefix="/ArrtApplication"> | ||
<file>Icons/conversion.svg</file> | ||
<file>Icons/critical.svg</file> | ||
<file>Icons/debug.svg</file> | ||
<file>Icons/details.svg</file> | ||
<file>Icons/directory.svg</file> | ||
<file>Icons/directorymode.svg</file> | ||
<file>Icons/error.svg</file> | ||
<file>Icons/info.svg</file> | ||
<file>Icons/log.svg</file> | ||
<file>Icons/model.svg</file> | ||
<file>Icons/rendering.svg</file> | ||
<file>Icons/settings.svg</file> | ||
<file>Icons/simple.svg</file> | ||
<file>Icons/start.svg</file> | ||
<file>Icons/stop.svg</file> | ||
<file>Icons/warning.svg</file> | ||
<file>Icons/inspector.svg</file> | ||
<file>Icons/new.svg</file> | ||
<file>Icons/upload.svg</file> | ||
<file>Icons/autoextendtime.svg</file> | ||
<file>Icons/extendtime.svg</file> | ||
<file>Icons/parentdir.svg</file> | ||
<file>Icons/remove.svg</file> | ||
<file>Icons/conversion_canceled.svg</file> | ||
<file>Icons/conversion_failed.svg</file> | ||
<file>Icons/conversion_running.svg</file> | ||
<file>Icons/conversion_succeeded.svg</file> | ||
<file>Icons/collapse.svg</file> | ||
<file>Icons/expand.svg</file> | ||
<file>Icons/newfolder.svg</file> | ||
<file>Icons/showblobs.svg</file> | ||
<file>Icons/expanded.svg</file> | ||
<file>Icons/notexpanded.svg</file> | ||
<file>Icons/session_connected.svg</file> | ||
<file>Icons/session_connecting.svg</file> | ||
<file>Icons/session_error.svg</file> | ||
<file>Icons/session_expired.svg</file> | ||
<file>Icons/session_not_active.svg</file> | ||
<file>Icons/session_ready.svg</file> | ||
<file>Icons/session_starting.svg</file> | ||
<file>Icons/session_stop_requested.svg</file> | ||
<file>Icons/session_stopped.svg</file> | ||
<file>Icons/refresh.svg</file> | ||
<file>Icons/back.svg</file> | ||
<file>Icons/remoterendering.png</file> | ||
<file>Icons/more_actions.svg</file> | ||
<file>Icons/arrow_down.svg</file> | ||
<file>Icons/arrow_left.svg</file> | ||
<file>Icons/arrow_right.svg</file> | ||
<file>Icons/arrow_up.svg</file> | ||
<file>Icons/materials.svg</file> | ||
<file>Icons/stats.svg</file> | ||
<file>Icons/scene.svg</file> | ||
<qresource prefix="/"> | ||
<file>theme-dark/model.svg</file> | ||
<file>theme-dark/remove.svg</file> | ||
<file>theme-dark/upload.svg</file> | ||
<file>theme-dark/settings.svg</file> | ||
<file>theme-dark/inspector.svg</file> | ||
<file>theme-dark/directory.svg</file> | ||
<file>theme-dark/newfolder.svg</file> | ||
<file>theme-dark/autoextendtime.svg</file> | ||
<file>theme-dark/remoterendering.png</file> | ||
<file>theme-dark/refresh.svg</file> | ||
<file>theme-dark/new.svg</file> | ||
<file>theme-dark/start.svg</file> | ||
<file>theme-dark/stop.svg</file> | ||
<file>theme-dark/conversion.svg</file> | ||
<file>theme-dark/conversion_failed.svg</file> | ||
<file>theme-dark/conversion_running.svg</file> | ||
<file>theme-dark/conversion_succeeded.svg</file> | ||
<file>theme-dark/debug.svg</file> | ||
<file>theme-dark/info.svg</file> | ||
<file>theme-dark/warning.svg</file> | ||
<file>theme-dark/critical.svg</file> | ||
<file>theme-dark/error.svg</file> | ||
<file>theme-dark/session_error.svg</file> | ||
|
||
<file>theme-light/model.svg</file> | ||
<file>theme-light/remove.svg</file> | ||
<file>theme-light/upload.svg</file> | ||
<file>theme-light/settings.svg</file> | ||
<file>theme-light/inspector.svg</file> | ||
<file>theme-light/directory.svg</file> | ||
<file>theme-light/newfolder.svg</file> | ||
<file>theme-light/autoextendtime.svg</file> | ||
<file>theme-light/remoterendering.png</file> | ||
<file>theme-light/refresh.svg</file> | ||
<file>theme-light/new.svg</file> | ||
<file>theme-light/start.svg</file> | ||
<file>theme-light/stop.svg</file> | ||
<file>theme-light/conversion.svg</file> | ||
<file>theme-light/conversion_failed.svg</file> | ||
<file>theme-light/conversion_running.svg</file> | ||
<file>theme-light/conversion_succeeded.svg</file> | ||
<file>theme-light/debug.svg</file> | ||
<file>theme-light/info.svg</file> | ||
<file>theme-light/warning.svg</file> | ||
<file>theme-light/critical.svg</file> | ||
<file>theme-light/error.svg</file> | ||
<file>theme-light/session_error.svg</file> | ||
</qresource> | ||
</RCC> |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.