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.COLORS = Object.freeze({
error: 15548997,
error: 16404060,
success: 8191849,
warning: 16426522,
embed: 2829617,
brand: 6809687,
nsfw: 15549056,
warning: 15708731,
embed: 2960690,
brand: 65381,
nsfw: 15159978,
incognito: 10057726,
})