diff options
author | FearlessTobi <thm.frey@gmail.com> | 2019-09-22 16:42:00 +0200 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2019-09-22 16:42:00 +0200 |
commit | 855e7237ff68add93de16ecb53857e9c5d6e7ff8 (patch) | |
tree | 0397e1e337f56de4209f108a419b3c8ef2f6e10c /src/yuzu/uisettings.cpp | |
parent | 4ace69de9c90eb7d4a758aa3c3616a9c0d55bc5b (diff) |
qt_themes: add two colorful themes
These two colorful themes are based on the Default and Dark themes, and contain icons that are colored rather than black and white. These icons come from icons8.com and they have been slightly revised by me. I'm pretty sure I was licensed to use them for Citra.
Co-Authored-By: Pengfei Zhu <zhupengfei321@sina.cn>
Diffstat (limited to 'src/yuzu/uisettings.cpp')
-rw-r--r-- | src/yuzu/uisettings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/uisettings.cpp b/src/yuzu/uisettings.cpp index 7f7d247a3..43bad9678 100644 --- a/src/yuzu/uisettings.cpp +++ b/src/yuzu/uisettings.cpp @@ -9,6 +9,8 @@ namespace UISettings { const Themes themes{{ {"Default", "default"}, {"Dark", "qdarkstyle"}, + {"Colorful", "colorful"}, + {"Colorful Dark", "colorful_dark"}, }}; Values values = {}; |