suyu/src
flodavid f01d7305c0
Automatic dark theme switching for Windows and Linux
- Windows dark theme uses "fusion" style, which is better suited, but has minor differences
- Improve OS theme detection
  - Linux:
    - Listen for OS color schemes changes on D-Bus
    - Read OS scheme for D-Bus. Fallback with gsettings, reading org.gnome.desktop.interface.
      First "color-scheme" key, then "gtk-theme". Finally, fallback to checking window palette
  - Windows (dark mode detection was not implemented before):
    - Force dark palette when OS uses dark mode by setting QT_QPA_PLATFORM to "windows:darkmode=2"
    - This enables to detect dark mode by checking the window palette
- Improve theming capabilites:
  - Linux uses custom palette when dark mode is detected.
    By using palette(xxx) in .qss files, there is no need to create a dark stylesheet
  - Allow themes to have stylesheet variants, dark.qss and light.qss
  - If current mode is dark, use dark icons for controller and keyboard applets
  - Add "dark" property to RendererStatusBarButton and GPUStatusBarButton, set to true when dark mode is used.
    Allows to have distinct colors for GPU API and accuracy buttons depending on dark mode or not
  - Enable all themes to have dark icon alternatives, not just "default" and "colorful"
    - If dark mode, icons are loaded from the directory "THEME-NAME_dark/icons"
  - If current mode is dark, use dark icons for controller and keyboard applets
  - Only qdarkstyle, qdarkstyle_midnight_blue, colorful_dark and
    colorful_midnight_blue used elements specific to dark themes
2024-04-18 11:46:06 +08:00
..
android Increase Limit ( FSR Sharp , AUDIO ) Android 2024-03-25 12:50:04 +01:00
audio_core license-fix (#31) 2024-03-23 22:58:07 -03:00
common Load custom Qt themes from yuzu data directory 2024-04-18 11:46:06 +08:00
core fix qlaunch on firmware 18 2024-04-09 18:05:24 +02:00
dedicated_room license-fix (#31) 2024-03-23 22:58:07 -03:00
frontend_common license-fix (#31) 2024-03-23 22:58:07 -03:00
hid_core license-fix (#31) 2024-03-23 22:58:07 -03:00
input_common license-fix (#31) 2024-03-23 22:58:07 -03:00
network license-fix (#31) 2024-03-23 22:58:07 -03:00
shader_recompiler Use proper SPDX-FileCopyrightText for Sudachi. Corrects db647d915d 2024-03-29 01:05:07 -03:00
suyu Automatic dark theme switching for Windows and Linux 2024-04-18 11:46:06 +08:00
suyu_cmd resolve merge conflict in .forgejo/workflows/verify.yml 2024-03-24 00:23:29 -04:00
tests Full rebrand 2024-03-08 09:06:48 +00:00
video_core Fix GCC builds with Debug build type 2024-04-01 01:31:43 +02:00
web_service license-fix (#31) 2024-03-23 22:58:07 -03:00
.clang-format
CMakeLists.txt license-fix (#31) 2024-03-23 22:58:07 -03:00