Difference between revisions of "SUNScholar/XMLUI Theme/M2/Customisation/Palette"
Jump to navigation
Jump to search
| Line 14: | Line 14: | ||
<pre> | <pre> | ||
$gray-base: #000; | $gray-base: #000; | ||
| − | $gray-darker: | + | $gray-darker: #222; |
| − | $gray-dark: | + | $gray-dark: #333; |
| − | $gray: | + | $gray: #555; |
| − | $gray-light: | + | $gray-light: #777; |
| − | $gray-lighter: | + | $gray-lighter: #eee; |
| − | $brand-primary: | + | $brand-primary: #76273c; |
$brand-success: #5cb85c; | $brand-success: #5cb85c; | ||
$brand-info: #5bc0de; | $brand-info: #5bc0de; | ||
$brand-warning: #f0ad4e; | $brand-warning: #f0ad4e; | ||
$brand-danger: #d9534f; | $brand-danger: #d9534f; | ||
| + | |||
</pre> | </pre> | ||
Adjust the settings to suit you. | Adjust the settings to suit you. | ||
Revision as of 14:34, 26 May 2015
Back to Mirage 2 Customisation
Introduction
This wiki page helps to setup the default colours for the web site.
Step 1 - Review palette preferences
See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Theme/Color_Palette
Step 2 - Define colours CSS
Type the following:
nano $HOME/source/dspace-xmlui-mirage2/src/main/webapp/styles/classic_mirage_color_scheme/_bootstrap_variables.scss
Go to the bottom of the file and add the following:
$gray-base: #000; $gray-darker: #222; $gray-dark: #333; $gray: #555; $gray-light: #777; $gray-lighter: #eee; $brand-primary: #76273c; $brand-success: #5cb85c; $brand-info: #5bc0de; $brand-warning: #f0ad4e; $brand-danger: #d9534f;
Adjust the settings to suit you.