Skip to content

Commit

Permalink
New theme based on Material Design 3 colors and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
son-link committed Dec 26, 2023
1 parent 539c6f9 commit beca261
Show file tree
Hide file tree
Showing 46 changed files with 16,198 additions and 7,921 deletions.
5 changes: 3 additions & 2 deletions PQMusic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def init(custom_theme=True, files=[]):

app = QtWidgets.QApplication([])
app.setQuitOnLastWindowClosed(False)
app.setDesktopFileName('pqmusic')
app.setDesktopFileName('io.sonlink.pqmusic')
defaultLocale = QLocale.system().name()
if defaultLocale.startswith('es_'):
defaultLocale = 'es'
Expand All @@ -478,7 +478,8 @@ def init(custom_theme=True, files=[]):
searchPaths = QIcon.fallbackSearchPaths()
searchPaths.append(':/icons')
QIcon.setFallbackSearchPaths(searchPaths)
QIcon.setThemeName('luv')
# QIcon.setThemeName('luv')
QIcon.setThemeName('material')

window = MainWindow()
window.addFilesFromArgs(files)
Expand Down
1 change: 1 addition & 0 deletions PQMusic/icons/material/actions/22/application-menu.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions PQMusic/icons/material/actions/22/audio-volume-high.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions PQMusic/icons/material/actions/22/configure.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions PQMusic/icons/material/actions/22/document-export.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions PQMusic/icons/material/actions/22/document-import.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions PQMusic/icons/material/actions/22/edit-clear-all.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions PQMusic/icons/material/actions/22/folder-add.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions PQMusic/icons/material/actions/22/list-add.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions PQMusic/icons/material/actions/22/list-remove.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions PQMusic/icons/material/actions/22/media-playback-pause.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions PQMusic/icons/material/actions/22/media-playback-start.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions PQMusic/icons/material/actions/22/media-skip-backward.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions PQMusic/icons/material/actions/22/media-skip-forward.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions PQMusic/icons/material/actions/22/view-links.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions PQMusic/icons/material/actions/22/view-media-playlist.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions PQMusic/icons/material/index.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Icon Theme]
Name=Material
Comment=Material icons by Google

[actions/22]
Size=22
Context=Actions
Type=Scalable
MinSize=22
MaxSize=256
108 changes: 108 additions & 0 deletions PQMusic/icons/material/places/22/folder-cloud-sidebar.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
108 changes: 108 additions & 0 deletions PQMusic/icons/material/places/22/folder-cloud.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit beca261

Please sign in to comment.