diff --git a/styles/amber/style_amber.h b/styles/amber/style_amber.h index bf0c6d8..20f6b73 100644 --- a/styles/amber/style_amber.h +++ b/styles/amber/style_amber.h @@ -11,7 +11,7 @@ // // ////////////////////////////////////////////////////////////////////////////////// -#define AMBER_STYLE_PROPS_COUNT 17 +#define AMBER_STYLE_PROPS_COUNT 18 // Custom style name: Amber static const GuiStyleProp amberStyleProps[AMBER_STYLE_PROPS_COUNT] = { @@ -28,10 +28,11 @@ static const GuiStyleProp amberStyleProps[AMBER_STYLE_PROPS_COUNT] = { { 0, 10, (int)0x818181ff }, // DEFAULT_BASE_COLOR_DISABLED { 0, 11, (int)0x606060ff }, // DEFAULT_TEXT_COLOR_DISABLED { 0, 16, (int)0x00000010 }, // DEFAULT_TEXT_SIZE - { 0, 17, (int)0x00000001 }, // DEFAULT_TEXT_SPACING { 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 }; // WARNING: This style uses a custom font: "hello-world.ttf" (size: 16, spacing: 1) diff --git a/styles/amber/style_amber.png b/styles/amber/style_amber.png index 1beb0b8..803efd4 100644 Binary files a/styles/amber/style_amber.png and b/styles/amber/style_amber.png differ diff --git a/styles/amber/style_amber.rgs b/styles/amber/style_amber.rgs index b720959..d6034ae 100644 Binary files a/styles/amber/style_amber.rgs and b/styles/amber/style_amber.rgs differ