arreglos estetics en ServiceMenu

afegides noves fonts de text
This commit is contained in:
2025-06-03 09:56:41 +02:00
parent 093b775360
commit 7ac0ce9354
11 changed files with 117 additions and 15 deletions

View File

@@ -127,6 +127,10 @@ extern const Color GREEN_COLOR;
extern const Color BLUE_SKY_COLOR;
extern const Color PINK_SKY_COLOR;
extern const Color GREEN_SKY_COLOR;
extern const Color SERV_MENU_TITLE_COLOR;
extern const Color SERV_MENU_TEXT_COLOR;
extern const Color SERV_MENU_SELECTED_COLOR;
extern const Color SERV_MENU_BG_COLOR;
// Colores y gráficos
Color getColorLikeKnightRider(const std::vector<Color> &colors, int counter_);