From c3ac88ea3f3f23286e3bb4c419a5df4252f90f06 Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Tue, 12 Nov 2024 14:34:09 +0100 Subject: [PATCH] Update design colors --- labscore/constants.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/labscore/constants.js b/labscore/constants.js index 41ed887..3cafe87 100644 --- a/labscore/constants.js +++ b/labscore/constants.js @@ -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, })