enable Graphite theme

This commit is contained in:
Riko Sakurauchi 2019-06-20 19:33:02 +08:00
parent 3f1ffde5fc
commit 5bc372093d
No known key found for this signature in database
GPG Key ID: 25AC0345B92902AF
1 changed files with 1 additions and 1 deletions

View File

@ -1945,7 +1945,7 @@ public class Theme {
themes.add(themeInfo);
themesDict.put("Dark Blue", currentNightTheme = themeInfo);
if (BuildVars.DEBUG_VERSION) {
if (true) {
themeInfo = new ThemeInfo();
themeInfo.name = "Graphite";
themeInfo.assetName = "graphite.attheme";