More colours
This commit is contained in:
parent
2d97c17f72
commit
15b791cd43
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ module.exports = {
|
|||
...defaultConfig,
|
||||
colors: colors,
|
||||
textColors: colors,
|
||||
borderColors: colors,
|
||||
backgroundColors: colors,
|
||||
borderColors: Object.assign({ default: colors['grey-light'] }, colors),
|
||||
fonts: {
|
||||
...defaultConfig.fonts,
|
||||
'mono': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue