Fix stale orange theme comments — palette is matrix green

This commit is contained in:
DeFiDude
2026-04-03 23:32:18 -06:00
parent f5c584949d
commit 92112de000
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ void init(Keyboard* kb, Trackball* tb, TouchInput* touch) {
lv_indev_t* touchIndev = lv_indev_drv_register(&touchDrv);
lv_indev_set_group(touchIndev, s_group);
// Touch cursor: semi-transparent center with brand orange ring
// Touch cursor: semi-transparent center with brand green ring
s_cursor = lv_obj_create(lv_layer_sys());
lv_obj_set_size(s_cursor, 14, 14);
lv_obj_set_style_radius(s_cursor, 7, 0);
+1 -1
View File
@@ -2,7 +2,7 @@
#include <lvgl.h>
// Ratspeak LVGL theme — warm orange brand palette on dark neutrals
// Ratspeak LVGL theme — matrix green on black
namespace LvTheme {
void init(lv_disp_t* disp);
+2 -2
View File
@@ -4,7 +4,7 @@
// =============================================================================
// RatDeck — Design System Constants
// Brand orange palette with warm dark neutrals
// Matrix green palette on pure black
// =============================================================================
namespace Theme {
@@ -42,7 +42,7 @@ constexpr uint32_t MSG_IN_BG = 0x0A120A; // Incoming bubble
// --- Tab Bar ---
constexpr uint32_t TAB_ACTIVE = 0x00CC66; // Active tab (= PRIMARY)
constexpr uint32_t TAB_INACTIVE = 0x9A908A; // Inactive tabs (= TEXT_SECONDARY)
constexpr uint32_t TAB_INACTIVE = 0x9A908A; // Inactive tabs (warm gray)
constexpr uint32_t BADGE_BG = 0xF87171; // Unread badge (= ERROR_CLR)