PGBI / kong-dashboard

Dashboard for managing Kong gateway
MIT License
2.18k stars 390 forks source link

Theme customization to be documented #7

Open PGBI opened 8 years ago

PGBI commented 8 years ago

Create a wiki page explaining primary color and other materialize css framework variables can be overridden in src/scss/_custom_theme.scss in order to create a custom theme.

sonicaghi commented 8 years ago

maybe shipping it in navy blue like kong colors ppl will feel more comfortable.

ghost commented 8 years ago

+1

vl4d commented 8 years ago

I added my own scss file: _custom_theme.scss PATH: src>scss>_custom_theme.scss

And changed the primary-color for the theme:

@import './src/scss/app.scss';
$primary-color: color("blue", "darken-4");