19 lines
454 B
JavaScript
19 lines
454 B
JavaScript
module.exports = {
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
'one-bg': '#282c34',
|
|
'one-bg-light': '#3a3f4b',
|
|
'one-fg': '#abb2bf',
|
|
'one-accent': '#61afef',
|
|
'one-green': '#98c379',
|
|
'one-orange': '#d19a66',
|
|
'one-red': '#e06c75',
|
|
'one-yellow': '#e5c07b',
|
|
'one-purple': '#c678dd',
|
|
'one-cyan': '#56b6c2',
|
|
'one-comment': '#5c6370',
|
|
}
|
|
}
|
|
}
|
|
} |