mirror of
https://github.com/ratspeak/ratdeck.git
synced 2026-08-28 05:24:32 +00:00
Fix stale orange theme comments — palette is matrix green
This commit is contained in:
+1
-1
@@ -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
@@ -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
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user