Theming of Cachet is much simpler with more color settings

This commit is contained in:
James Brooks
2015-08-24 22:39:11 +01:00
parent 4f05f910e9
commit 6b362fd88d
16 changed files with 304 additions and 173 deletions
+7
View File
@@ -119,6 +119,13 @@ return [
'background-color' => 'Background Color',
'text-color' => 'Text Color',
'dashboard-login' => 'Show dashboard button in the footer?',
'reds' => 'Red (Used for errors)',
'blues' => 'Blue (Used for information)',
'greens' => 'Green (Used for success)',
'yellows' => 'Yellow (Used for alerts)',
'oranges' => 'Orange (Used for notices)',
'metrics' => 'Metrics Fill',
'links' => 'Links',
],
],