Hi,

I tried to change the SOGo colors but they are not applied like expected.
In sogo.conf I added the line "SOGoUIAdditionalJSFiles = (js/theme.js);". I
modified  the original theme.js like this:

>  43     $mdThemingProvider.theme('default')
>  44       .primaryPalette('deep-orange', {
>  45         'default': '400',  // top toolbar
>  46         'hue-1': '400',
>  47         'hue-2': '600',    // sidebar toolbar
>  48         'hue-3': 'A700'
>  49       })
>  50       .accentPalette('orange', {
>  51         'default': '600',  // fab buttons
>  52         'hue-1': '50',     // center list toolbar
>  53         'hue-2': '300',
>  54         'hue-3': 'A700'
>  55       })
>  56       .backgroundPalette('grey', {
>  57         'default': '50',   // center list background
>  58         'hue-1': '200',
>  59         'hue-2': '300',
>  60         'hue-3': '500'
>  61       });
>

What works: orange in login screen, some orange text in calendar and
address book,  orange background of selected mail and contact
NOT working: toolbar and sidebar still using default color, "+" buttons to
create mail, contact or calendar entry.

Any ideas what's wrong here?

Best regards,
Andreas
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to