aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-11-28 17:07:32 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2019-11-28 17:07:32 +0100
commit6eb6f75223d3eebcf31b33897d72f07fe93f02ad (patch)
tree572e681b535ba102dd10df9096b6e0ae72e0506b /src/config.js
parentDisable artifacts storage on AppVeyor (diff)
downloadferdium-app-6eb6f75223d3eebcf31b33897d72f07fe93f02ad.tar.gz
ferdium-app-6eb6f75223d3eebcf31b33897d72f07fe93f02ad.tar.zst
ferdium-app-6eb6f75223d3eebcf31b33897d72f07fe93f02ad.zip
Add appearance feature handler
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 57ae2aae1..060b6e8cb 100644
--- a/src/config.js
+++ b/src/config.js
@@ -78,6 +78,7 @@ export const DEFAULT_APP_SETTINGS = {
78 universalDarkMode: true, 78 universalDarkMode: true,
79 adaptableDarkMode: true, 79 adaptableDarkMode: true,
80 accentColor: '#7367f0', 80 accentColor: '#7367f0',
81 serviceRibbonWidth: 68,
81}; 82};
82 83
83export const DEFAULT_FEATURES_CONFIG = { 84export const DEFAULT_FEATURES_CONFIG = {