mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-08 23:44:44 +00:00
Add default hues
This commit is contained in:
parent
3abea8ea07
commit
d7b0117c16
1 changed files with 12 additions and 0 deletions
|
|
@ -8,6 +8,18 @@ const DEFAULT_THEME_COLORS = {
|
|||
background: 'grey',
|
||||
warn: 'deep-orange'
|
||||
};
|
||||
const DEFAULT_HUES = {
|
||||
accent: {
|
||||
'hue-1': 'A100',
|
||||
'hue-2': 'A400',
|
||||
'hue-3': 'A700'
|
||||
},
|
||||
background: {
|
||||
'hue-1': 'A100',
|
||||
'hue-2': '100',
|
||||
'hue-3': '300'
|
||||
}
|
||||
};
|
||||
|
||||
const createNewStyleElement = (style, name) => {
|
||||
let head = document.head;
|
||||
|
|
|
|||
Loading…
Reference in a new issue