feat(ui): last-word letter highlight + dark bonus-square contrast #50

Merged
developer merged 3 commits from feature/board-recent-highlight-and-dark-bonus into development 2026-06-12 11:12:05 +00:00
Showing only changes of commit 107add13b6 - Show all commits
+5 -5
View File
@@ -29,7 +29,7 @@
--tile-edge: #d8c190; --tile-edge: #d8c190;
--tile-text: #2a2113; --tile-text: #2a2113;
--tile-pending: #f2cf73; --tile-pending: #f2cf73;
--tile-recent: #a8884a; --tile-recent: #8c4a3c;
--prem-tw: #e06a5b; /* triple word */ --prem-tw: #e06a5b; /* triple word */
--prem-dw: #efa6a0; /* double word + centre */ --prem-dw: #efa6a0; /* double word + centre */
--prem-tl: #4f8fd6; /* triple letter */ --prem-tl: #4f8fd6; /* triple letter */
@@ -75,7 +75,7 @@
--tile-edge: #b6a473; --tile-edge: #b6a473;
--tile-text: #20190d; --tile-text: #20190d;
--tile-pending: #d8b75e; --tile-pending: #d8b75e;
--tile-recent: #6c5a30; --tile-recent: #8c4a3c;
--prem-tw: #9c3f34; /* 3x word: a touch darker red */ --prem-tw: #9c3f34; /* 3x word: a touch darker red */
--prem-dw: #a8636b; /* 2x word: softer, pinker */ --prem-dw: #a8636b; /* 2x word: softer, pinker */
--prem-tl: #2c527a; /* 3x letter: a touch darker blue */ --prem-tl: #2c527a; /* 3x letter: a touch darker blue */
@@ -106,9 +106,9 @@
--tile-edge: #b6a473; --tile-edge: #b6a473;
--tile-text: #20190d; --tile-text: #20190d;
--tile-pending: #f0d98f; --tile-pending: #f0d98f;
/* Last-word highlight letter colour; matches the OS-dark value so the highlight reads the /* Last-word highlight letter — a warm burgundy accent shared across themes; its red hue
same whether dark is chosen in Settings or via prefers-color-scheme. */ stays distinct from both the near-black glyph and the warm tile, in light and dark. */
--tile-recent: #6c5a30; --tile-recent: #8c4a3c;
--prem-tw: #9c3f34; /* 3x word: a touch darker red */ --prem-tw: #9c3f34; /* 3x word: a touch darker red */
--prem-dw: #a8636b; /* 2x word: softer, pinker */ --prem-dw: #a8636b; /* 2x word: softer, pinker */
--prem-tl: #2c527a; /* 3x letter: a touch darker blue */ --prem-tl: #2c527a; /* 3x letter: a touch darker blue */