From 5c189d8cf6b0b3feb76096de0f89e81fc0b36b09 Mon Sep 17 00:00:00 2001 From: Dima353 <75039669+Dima353@users.noreply.github.com> Date: Wed, 12 Feb 2025 20:38:40 +0300 Subject: [PATCH] Changing the cursor color --- src/core/Frontend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Frontend.cpp b/src/core/Frontend.cpp index d77c4a52..0348b956 100644 --- a/src/core/Frontend.cpp +++ b/src/core/Frontend.cpp @@ -38,7 +38,7 @@ // Game has colors inlined in code. // For easier modification we collect them here: const CRGBA LABEL_COLOR(235, 170, 50, 255); -const CRGBA SELECTION_HIGHLIGHTBG_COLOR(100, 200, 50, 50); +const CRGBA SELECTION_HIGHLIGHTBG_COLOR(255, 200, 50, 50); const CRGBA MENUOPTION_COLOR = LABEL_COLOR; const CRGBA SELECTEDMENUOPTION_COLOR(255, 217, 106, 255); const CRGBA HEADER_COLOR(0, 0, 0, 255);