suyu/src
Romain Failliot 2e5866147e Replace "Light" theme by "Default"
This reflects the current behavior: Light = System default. If your
system is set to dark theme, then Light = Dark, which is a bit confusing
for the end user.

In this PR, I propose to change "Light" with "Default". This way, the
user has "Default" and "Default Colorful", which will apply the system
theme. Now that the Flatpak respects the system theme, I think this
makes much more sense.

I also simplified the theme update. Before the code was branching
between the default theme and the others, but I think we can have
something simpler by forcing the default theme if no theme is defined in
the settings, or if the selected theme doesn't exist. And if there's an
error, tell the theme name in the error message.
2021-11-14 08:52:55 -05:00
..
audio_core common/logging: Move Log::Entry declaration to a separate header 2021-10-01 20:48:49 -04:00
common Merge pull request #7272 from behunin/the-courteous-logger 2021-11-13 00:03:54 -08:00
core program_metadata: Add default ThreadInfo kernel capability 2021-11-10 22:01:05 -05:00
input_common Revert "input_common: Fix data race on GC implementation" 2021-10-23 23:32:16 +02:00
shader_recompiler Merge pull request #7262 from FernandoS27/Buffalo-buffalo-Buffalo-buffalo-buffalo 2021-11-02 16:34:03 -07:00
tests logging: Simplify and make thread-safe 2021-08-13 18:39:45 +00:00
video_core vulkan_device: Add missing vulkan image format R5G6B5 in GetFormatProperties 2021-11-05 10:31:40 -04:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu Replace "Light" theme by "Default" 2021-11-14 08:52:55 -05:00
yuzu_cmd general: Get the current process program id directly from the system 2021-11-04 16:59:39 -04:00
.clang-format
CMakeLists.txt CMakeLists: Document the /GT compile option 2021-10-28 20:43:46 -04:00