Add a configurable background color in the file app in view mode

This commit is contained in:
yflory
2018-01-31 14:42:34 +01:00
parent 91e42f1518
commit fb192a2c45
3 changed files with 12 additions and 2 deletions

View File

@@ -42,6 +42,11 @@ define(function() {
'#800080', // purple
];
// Background color in the apps with centered content:
// - file app in view mode
// - rich text app when editor's width reduced in settings
config.appBackgroundColor = '#666';
// Set enableTemplates to false to remove the button allowing users to save a pad as a template
// and remove the template category in CryptDrive
config.enableTemplates = true;