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
BIN
dist/qt_themes/default/icons/16x16/checked.png
vendored
Normal file
After Width: | Height: | Size: 414 B |
BIN
dist/qt_themes/default/icons/16x16/failed.png
vendored
Normal file
After Width: | Height: | Size: 431 B |
BIN
dist/qt_themes/default/icons/16x16/info.png
vendored
Normal file
After Width: | Height: | Size: 428 B |
BIN
dist/qt_themes/default/icons/16x16/lock.png
vendored
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 330 B |
BIN
dist/qt_themes/default/icons/16x16/sync.png
vendored
Normal file
After Width: | Height: | Size: 548 B |
BIN
dist/qt_themes/default/icons/16x16/view-refresh.png
vendored
Normal file
After Width: | Height: | Size: 349 B |
BIN
dist/qt_themes/default/icons/256x256/plus_folder.png
vendored
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 4.5 KiB |
BIN
dist/qt_themes/default/icons/48x48/bad_folder.png
vendored
Before Width: | Height: | Size: 1007 B After Width: | Height: | Size: 528 B |
BIN
dist/qt_themes/default/icons/48x48/chip.png
vendored
Before Width: | Height: | Size: 511 B After Width: | Height: | Size: 582 B |
BIN
dist/qt_themes/default/icons/48x48/folder.png
vendored
Before Width: | Height: | Size: 535 B After Width: | Height: | Size: 460 B |
BIN
dist/qt_themes/default/icons/48x48/list-add.png
vendored
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 204 B |
BIN
dist/qt_themes/default/icons/48x48/no_avatar.png
vendored
Normal file
After Width: | Height: | Size: 678 B |
BIN
dist/qt_themes/default/icons/48x48/sd_card.png
vendored
Before Width: | Height: | Size: 198 B After Width: | Height: | Size: 228 B |
BIN
dist/qt_themes/default/icons/48x48/star.png
vendored
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.1 KiB |
5
dist/qt_themes/default/icons/index.theme
vendored
@@ -1,7 +1,6 @@
|
||||
[Icon Theme]
|
||||
Name=default
|
||||
Comment=default theme
|
||||
Inherits=colorful
|
||||
Comment=Colorful theme
|
||||
Directories=16x16,48x48,256x256
|
||||
|
||||
[16x16]
|
||||
@@ -9,6 +8,6 @@ Size=16
|
||||
|
||||
[48x48]
|
||||
Size=48
|
||||
|
||||
|
||||
[256x256]
|
||||
Size=256
|
||||
|