1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-04-09 05:21:32 +02:00

Adding Midnight_Blue to themes

Add files via upload

Removed refresh and view_refresh
This commit is contained in:
Daisouji 2022-05-16 23:31:10 -04:00
parent 67c143f971
commit 577b4fe4e9
4 changed files with 3 additions and 1 deletions
dist/qt_themes/colorful_midnight_blue/icons/16x16
src/citra_qt

Binary file not shown.

Before

(image error) Size: 362 B

Binary file not shown.

Before

(image error) Size: 362 B

View file

@ -11,6 +11,8 @@ const Themes themes{{
{"Light Colorful", "colorful"},
{"Dark", "qdarkstyle"},
{"Dark Colorful", "colorful_dark"},
{"Midnight Blue", "qdarkstyle_midnight_blue"},
{"Midnight Blue Colorful", "colorful_midnight_blue"},
}};
Values values = {};

View file

@ -25,7 +25,7 @@ struct Shortcut {
ContextualShortcut shortcut;
};
using Themes = std::array<std::pair<const char*, const char*>, 4>;
using Themes = std::array<std::pair<const char*, const char*>, 6>;
extern const Themes themes;
struct GameDir {