summaryrefslogtreecommitdiffstats
path: root/dist/qt_themes/qdarkstyle_midnight_blue/icons (follow)
Commit message (Collapse)AuthorAgeFilesLines
* UI: move icons from default into colorful theme.Kyle Kienapfel2022-09-161-1/+1
| | | | | | | | | colorful theme has been default theme for awhile. having colorful theme try and grab icons from other theme doesn't work on Linux. Also adding two additional icons, info is to hint to the user that they should hit verify after pasting in a token, sync is to show that the verification is occurring.
* Linux: handle dark system themes nicelyKyle K2022-08-0510-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | yuzu's default theme doesn't specify everything, which is fine for windows, but in linux anything unspecified is set to the users theme. Symptoms of this are that a linux user with a dark theme won't think to change the theme to a dark theme when first using yuzu Idea here is to try and support arbitrary themes on linux. preliminary work on a "default_dark" theme, used only as overlay for any themes that are measured to be dark mode. Other work done: FreeDesktop standard icon names: plus -> list-add delete refresh, we use view-refresh remove duplicated icons for qdarkstyle_midnight_blue referencing icon aliases in the qrc files is the way to go Note: Dynamic style changing doesn't appear to work with AppImage
* game_list: Mark games as favorite to make them appear at the top.Kewlan2021-04-151-0/+0
| | | | Icons are from Icons8.
* Project Mjölnir: Part 1Morph2020-08-262-0/+0
| | | | | Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com>
* qt-themes: Add Midnight Blue qdarkstyle theme (2.8.1)James Rowe2020-07-208-0/+14
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>