Update design colors

This commit is contained in:
bignutty 2024-11-12 14:34:09 +01:00
parent e2ea8f43b8
commit c3ac88ea3f

View file

@ -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,
}) })