mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
feat: added color presets
This commit is contained in:
parent
23539a29e0
commit
0ce0e2095b
@ -1,11 +1,26 @@
|
||||
module.exports = {
|
||||
purge: [],
|
||||
darkMode: false, // or 'media' or 'class'
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
variants: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
future: {
|
||||
removeDeprecatedGapUtilities: true,
|
||||
purgeLayersByDefault: true,
|
||||
},
|
||||
purge: [],
|
||||
darkMode: 'class', // or 'media' or 'class'
|
||||
theme: {
|
||||
extend: {
|
||||
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