Files
2025-12-15 04:41:53 -08:00

46 lines
1.6 KiB
C

#pragma once
// Symbol colors
#define A_BUTTON_COLOR 0xFF3CB54A
#define B_BUTTON_COLOR 0xFFD32B2B
#define X_BUTTON_COLOR 0xFF1C6FBD
#define Y_BUTTON_COLOR 0xFFF2D10A
#define BACK_BUTTON_COLOR 0x00000000 // default
#define START_BUTTON_COLOR 0x00000000 // default
#define BLACK_BUTTON_COLOR 0xFF000000
#define WHITE_BUTTON_COLOR 0xFFFFFFFF
#define D_PAD_COLOR 0x00000000 // default
#define L_STICK_COLOR 0x00000000 // default
#define R_STICK_COLOR 0X00000000 // default
#define L_TRIGGER_COLOR 0x00000000 // default
#define R_TRIGGER_COLOR 0x00000000 // default
#define XBOX_LOGO_COLOR 0xFF3CB54A
#define MEMORY_UNIT_COLOR 0xFFDBDBDC
#define ZIP_FILE_COLOR 0xFFF5F5F5
#define PARTITION_COLOR 0xFFDBDBDC
#define HDD_COLOR 0xFFDBDBDC
#define DISC_COLOR 0xFFDBDBDC
#define FILE_COLOR 0xFFF5F5F5
#define FOLDER_COLOR 0xFFFFD23B //0xFF5EA4FF (Blue) 0xFFFFD23B (Yellow)
// Marquee
#define MARQUEE_INITIAL_PAUSE 900 // pause before first move
#define MARQUEE_END_PAUSE 1200 // pause before restart
#define MARQUEE_STEP 150 // time between steps
#define MARQUEE_STEP_CHARS 1 // characters per advancement
// Colors
#define MARKED_ITEM_COLOR 0xFFFF4040
#define HIGHLIGHTED_TEXT_COLOR 0xFFFFFF00
#define HIGHLIGHTED_ROW_COLOR 0x30FFFF00
#define ACTIVE_HIGHLIGHTED_ROW_COLOR 0x60FFFF00
#define HEADER_TEXT_COLOR 0xFFDDDDDD
// Filepaths
#define FONT_XPR_FILEPATH "T:\\Font.xpr"
// FTP
#define FTP_SERVER_ID "Daemon-X FTP, welcome..."
// Other
#define INITIAL_TOAST "Presented by Team Resurgent"