mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
Adding Midnight_Blue to themes
Add files via upload Removed refresh and view_refresh
This commit is contained in:
parent
67c143f971
commit
577b4fe4e9
Binary file not shown.
Before Width: | Height: | Size: 362 B |
Binary file not shown.
Before Width: | Height: | Size: 362 B |
@ -11,6 +11,8 @@ const Themes themes{{
|
|||||||
{"Light Colorful", "colorful"},
|
{"Light Colorful", "colorful"},
|
||||||
{"Dark", "qdarkstyle"},
|
{"Dark", "qdarkstyle"},
|
||||||
{"Dark Colorful", "colorful_dark"},
|
{"Dark Colorful", "colorful_dark"},
|
||||||
|
{"Midnight Blue", "qdarkstyle_midnight_blue"},
|
||||||
|
{"Midnight Blue Colorful", "colorful_midnight_blue"},
|
||||||
}};
|
}};
|
||||||
|
|
||||||
Values values = {};
|
Values values = {};
|
||||||
|
@ -25,7 +25,7 @@ struct Shortcut {
|
|||||||
ContextualShortcut 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;
|
extern const Themes themes;
|
||||||
|
|
||||||
struct GameDir {
|
struct GameDir {
|
||||||
|
Loading…
Reference in New Issue
Block a user