From 2e8256f9c5d384edf72393ec4cb0915c352f0c46 Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 20 Apr 2022 22:25:18 -0500 Subject: [PATCH] Further improve button contrast --- PVEDiscordDark/js/PVEDiscordDark.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVEDiscordDark/js/PVEDiscordDark.js b/PVEDiscordDark/js/PVEDiscordDark.js index e3f0427..4f286c0 100644 --- a/PVEDiscordDark/js/PVEDiscordDark.js +++ b/PVEDiscordDark/js/PVEDiscordDark.js @@ -1,6 +1,6 @@ const COLOR_DARK = '#2C2F33' const COLOR_DARKER = '#23272a' -const COLOR_BLURPLE = '#526DD1' +const COLOR_BLURPLE = '#263D90' const COLOR_YELLOW = '#faa61a' const COLOR_RED = '#ba2b2d'