mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
Update design colors
This commit is contained in:
parent
e2ea8f43b8
commit
c3ac88ea3f
1 changed files with 5 additions and 5 deletions
|
@ -29,12 +29,12 @@ module.exports.SUPPORT_ARTICLES = {
|
||||||
module.exports.OPEN_SOURCE_REPOSITORY_URL = "https://gitlab.com/bignutty/labscore"
|
module.exports.OPEN_SOURCE_REPOSITORY_URL = "https://gitlab.com/bignutty/labscore"
|
||||||
|
|
||||||
module.exports.COLORS = Object.freeze({
|
module.exports.COLORS = Object.freeze({
|
||||||
error: 15548997,
|
error: 16404060,
|
||||||
success: 8191849,
|
success: 8191849,
|
||||||
warning: 16426522,
|
warning: 15708731,
|
||||||
embed: 2829617,
|
embed: 2960690,
|
||||||
brand: 6809687,
|
brand: 65381,
|
||||||
nsfw: 15549056,
|
nsfw: 15159978,
|
||||||
incognito: 10057726,
|
incognito: 10057726,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue