Add setting to set style

This commit is contained in:
Jonas Kvinge
2020-11-08 02:04:24 +01:00
parent c9c3fb396a
commit 0ae7c18f1f
4 changed files with 87 additions and 21 deletions

View File

@@ -44,6 +44,8 @@ class AppearanceSettingsPage : public SettingsPage {
static const char *kSettingsGroup;
static const char *kStyle;
static const char *kUseCustomColorSet;
static const char *kForegroundColor;
static const char *kBackgroundColor;