mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-21 21:42:08 -05:00
Rework themes to easily use light/dark palette, using only different icons
- Renamed themes: - "colorful" to "default" and "colorful_dark" to "default_dark" - "default" to "monochrome" and "default_dark" to "monochrome_dark" - "colorful_midnight_blue" to "qdarkstyle_midnight_blue" - "qdarkstyle_midnight_blue" to "qdarkstyle_midnight_blue_monochrome" - qdarkstyle is renamed from "Dark" to "Mine Shaft" in the UI - default and monochrome themes all use the same qss stylesheet - Remove the ability to select "default_dark" directly - Default has better support for light and dark - Controller and Keyboard applets icons and style adapt to dark mode - Add "qdarkstyle_monochrome" theme - Remove duplicated icon files
This commit is contained in:
BIN
dist/qt_themes/default_dark/icons/16x16/lock.png
vendored
Normal file
BIN
dist/qt_themes/default_dark/icons/16x16/lock.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 401 B |
BIN
dist/qt_themes/default_dark/icons/16x16/view-refresh.png
vendored
Normal file
BIN
dist/qt_themes/default_dark/icons/16x16/view-refresh.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 362 B |
@@ -1,7 +1,7 @@
|
||||
[Icon Theme]
|
||||
Name=default_dark
|
||||
Comment=Colorful theme (Dark style)
|
||||
Inherits=colorful
|
||||
Inherits=default
|
||||
Directories=16x16
|
||||
|
||||
[16x16]
|
||||
|
Reference in New Issue
Block a user