suyu/src
Kyle K b51db12567 Linux: handle dark system themes nicely
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
2022-08-05 05:22:27 -07:00
..
audio_core audio_core: fix -Wuninitialized when compiling with ASan 2022-07-29 23:30:01 -04:00
common common: move forwarded value into SPSCQueue 2022-07-29 15:41:57 -04:00
core core/loader: remove ELF loader 2022-08-01 17:19:23 -04:00
input_common chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
network chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
shader_recompiler chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
tests Revert Coretiming PRs 8531 and 7454 (#8591) 2022-07-27 19:47:06 -04:00
video_core renderer_vulkan: add format fallbacks for R16G16B16_SFLOAT, R16G16B16_SSCALED, R8G8B8_SSCALED 2022-08-02 18:39:33 -04:00
web_service chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
yuzu Linux: handle dark system themes nicely 2022-08-05 05:22:27 -07:00
yuzu_cmd chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00