mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Update style_amber.h
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user