mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
feat: added color presets
This commit is contained in:
parent
23539a29e0
commit
0ce0e2095b
@ -1,11 +1,26 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
purge: [],
|
future: {
|
||||||
darkMode: false, // or 'media' or 'class'
|
removeDeprecatedGapUtilities: true,
|
||||||
theme: {
|
purgeLayersByDefault: true,
|
||||||
extend: {},
|
},
|
||||||
},
|
purge: [],
|
||||||
variants: {
|
darkMode: 'class', // or 'media' or 'class'
|
||||||
extend: {},
|
theme: {
|
||||||
},
|
extend: {
|
||||||
plugins: [],
|
colors: {
|
||||||
|
'koreanbots-blue': '#3366FF',
|
||||||
|
'koreanbots-black': '#2C2F33',
|
||||||
|
'koreanbots-green': '#21BA45',
|
||||||
|
'koreanbots-red': '#DB2828',
|
||||||
|
'discord-blurple': '#7289DA',
|
||||||
|
'discord-dark': '#2C2F33',
|
||||||
|
'discord-black': '#23272A',
|
||||||
|
'discord-pink': '#FF73FA'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
|
variants: {
|
||||||
|
extend: {},
|
||||||
|
},
|
||||||
|
plugins: [],
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user