From 57306e11172b3fcf5d70720eb5d3a2809fff8161 Mon Sep 17 00:00:00 2001 From: MiranDMC Date: Thu, 1 Aug 2024 22:08:10 +0200 Subject: [PATCH] Removed alpha to make colors more vibrant. (#175) Slightly increased font size. --- cleo_plugins/DebugUtils/SA.DebugUtils.ini | 2 +- cleo_plugins/DebugUtils/ScreenLog.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cleo_plugins/DebugUtils/SA.DebugUtils.ini b/cleo_plugins/DebugUtils/SA.DebugUtils.ini index df9726ca..829c7ef3 100644 --- a/cleo_plugins/DebugUtils/SA.DebugUtils.ini +++ b/cleo_plugins/DebugUtils/SA.DebugUtils.ini @@ -7,4 +7,4 @@ LegacyDebugOpcodes=0 Level=2 MessageTime=3000 MessagesMax=45 -FontSize=40 +FontSize=45 diff --git a/cleo_plugins/DebugUtils/ScreenLog.h b/cleo_plugins/DebugUtils/ScreenLog.h index fa84fbb1..a487b783 100644 --- a/cleo_plugins/DebugUtils/ScreenLog.h +++ b/cleo_plugins/DebugUtils/ScreenLog.h @@ -25,10 +25,10 @@ class ScreenLog DWORD timeFadeout; // miliseconds const CRGBA fontColor[4] = { // colors for eLogLevel - CRGBA(0xDD, 0xDD, 0xDD, 0xF0), // None - CRGBA(0xFF, 0x30, 0x30, 0xF0), // Error - CRGBA(0xFF, 0xEE, 0x30, 0xF0), // User - CRGBA(0xDD, 0xDD, 0xDD, 0xF0), // Default + CRGBA(0xDD, 0xDD, 0xDD, 0xFF), // None + CRGBA(0xFF, 0x30, 0x30, 0xFF), // Error + CRGBA(0xFF, 0xEE, 0x30, 0xFF), // User + CRGBA(0xDD, 0xDD, 0xDD, 0xFF), // Default }; struct Entry