qt-themes: Add Midnight Blue qdarkstyle theme (2.8.1)

Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
This commit is contained in:
James Rowe
2020-07-18 09:23:20 -04:00
committed by Morph
parent ad0b295125
commit 7e01311061
246 changed files with 2887 additions and 1 deletions

View File

@ -24,7 +24,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 {