mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-07 15:39:59 +01:00
citra_qt: Rename default theme from Light to System
This commit is contained in:
parent
42d77cd720
commit
420b803fac
@ -1,4 +1,4 @@
|
|||||||
// Copyright 2016 Citra Emulator Project
|
// Copyright Citra Emulator Project / Azahar Emulator Project
|
||||||
// Licensed under GPLv2 or any later version
|
// Licensed under GPLv2 or any later version
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
@ -7,8 +7,8 @@
|
|||||||
namespace UISettings {
|
namespace UISettings {
|
||||||
|
|
||||||
const Themes themes{{
|
const Themes themes{{
|
||||||
{"Light", "default"},
|
{"System", "default"},
|
||||||
{"Light Colorful", "colorful"},
|
{"System With Colorful Icons", "colorful"},
|
||||||
{"Dark", "qdarkstyle"},
|
{"Dark", "qdarkstyle"},
|
||||||
{"Dark Colorful", "colorful_dark"},
|
{"Dark Colorful", "colorful_dark"},
|
||||||
{"Midnight Blue", "qdarkstyle_midnight_blue"},
|
{"Midnight Blue", "qdarkstyle_midnight_blue"},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user