Skip to content

Commit c65ca27

Browse files
committed
Fix missing light theme code preview tokens
1 parent 5fd7ab4 commit c65ca27

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ecosystem-explorer/src/styles/tokens.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@
118118
--hero-gradient-opacity: 0.15; /* Boosted for white background */
119119
--hero-grid-opacity: 0.15;
120120

121+
/* Always-dark terminal panes */
122+
--code-bg-hsl: 232 38% 15%; /* Dark navy */
123+
--code-fg-hsl: 210 17% 98%;
124+
121125
/* Syntax — reuse dark values until a light-mode consumer needs distinct tokens */
122126
--syntax-comment-hsl: 220 18% 58%;
123127
--syntax-key-hsl: 28 95% 65%;

0 commit comments

Comments
 (0)