From 4c7bc3935d52f2bc0453a3870635d346d6ca7d79 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 31 Jan 2025 12:29:03 +0100 Subject: [PATCH] Update style_amber.h --- styles/amber/style_amber.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/styles/amber/style_amber.h b/styles/amber/style_amber.h index 20f6b73..4e8484c 100644 --- a/styles/amber/style_amber.h +++ b/styles/amber/style_amber.h @@ -7,7 +7,7 @@ // more info and bugs-report: github.com/raysan5/raygui // // feedback and support: ray[at]raylibtech.com // // // -// Copyright (c) 2020-2024 raylib technologies (@raylibtech) // +// Copyright (c) 2020-2025 raylib technologies (@raylibtech) // // // ////////////////////////////////////////////////////////////////////////////////// @@ -23,7 +23,7 @@ static const GuiStyleProp amberStyleProps[AMBER_STYLE_PROPS_COUNT] = { { 0, 5, (int)0xffffffff }, // DEFAULT_TEXT_COLOR_FOCUSED { 0, 6, (int)0xf1cf9dff }, // DEFAULT_BORDER_COLOR_PRESSED { 0, 7, (int)0xf39333ff }, // DEFAULT_BASE_COLOR_PRESSED - { 0, 8, (int)0x282020ff }, // DEFAULT_TEXT_COLOR_PRESSED + { 0, 8, (int)0x191410ff }, // DEFAULT_TEXT_COLOR_PRESSED { 0, 9, (int)0x6a6a6aff }, // DEFAULT_BORDER_COLOR_DISABLED { 0, 10, (int)0x818181ff }, // DEFAULT_BASE_COLOR_DISABLED { 0, 11, (int)0x606060ff }, // DEFAULT_TEXT_COLOR_DISABLED @@ -31,11 +31,11 @@ static const GuiStyleProp amberStyleProps[AMBER_STYLE_PROPS_COUNT] = { { 0, 18, (int)0xef922aff }, // DEFAULT_LINE_COLOR { 0, 19, (int)0x333333ff }, // DEFAULT_BACKGROUND_COLOR { 0, 20, (int)0x00000018 }, // DEFAULT_TEXT_LINE_SPACING - { 4, 8, (int)0xd4d4d4ff }, // SLIDER_TEXT_COLOR_PRESSED - { 5, 8, (int)0xd4d4d4ff }, // PROGRESSBAR_TEXT_COLOR_PRESSED + { 1, 8, (int)0xe7e0d4ff }, // LABEL_TEXT_COLOR_PRESSED + { 4, 8, (int)0xf1cf9dff }, // SLIDER_TEXT_COLOR_PRESSED }; -// WARNING: This style uses a custom font: "hello-world.ttf" (size: 16, spacing: 1) +// WARNING: This style uses a custom font: "" (size: 16, spacing: 1) #define AMBER_STYLE_FONT_ATLAS_COMP_SIZE 2605