@@ -65,16 +65,17 @@ body.wp-lightbox-open [aria-label="Ask Sim"] {
6565 --surface-5 : # f3f3f3 ;
6666 --surface-6 : # e5e5e5 ;
6767 --surface-active : # ececec ;
68- --border : # dedede ;
69- -- border-1 : # e0e0e0 ;
70- --divider : # ededed ;
68+ --border : # d8d8d8 ;
69+ /** Legacy neutral- border aliases. New work should use --border. */
70+ --border-1 : var ( --border ) ;
7171 --text-primary : # 1a1a1a ;
7272 --text-secondary : # 525252 ;
7373 --text-tertiary : # 5c5c5c ;
74- --text-body : # 3b3b3b ;
75- --text-muted : # 707070 ;
74+ --text-body : # 434343 ;
75+ --text-muted : # 7a7a7a ;
7676 --text-subtle : # 8c8c8c ;
77- --text-icon : # 525252 ;
77+ --text-icon : # 5a5a5a ;
78+ --text-icon-muted : # 5c5c5c ;
7879 --text-inverse : # ffffff ;
7980 --text-error : # ef4444 ;
8081 --text-muted-inverse : # a0a0a0 ;
@@ -84,9 +85,26 @@ body.wp-lightbox-open [aria-label="Ask Sim"] {
8485 --surface-inverted : # 1b1b1b ;
8586 --surface-inverted-hover : # 363636 ;
8687 --border-inverted : # 363636 ;
87- --border-muted : # e4e4e4 ;
88+ --border-muted : var ( --border ) ;
8889 --badge-success-bg : # bbf7d0 ;
8990 --badge-success-text : # 15803d ;
91+ /* Shared-component tokens: referenced by @sim/emcn and @sim/workflow-renderer.
92+ Undefined here, a var() silently falls back to currentColor. Values mirror
93+ apps/sim/app/_styles/globals.css. */
94+ --border-success : # e0e0e0 ;
95+ --success : # 22c55e ;
96+ --error : # dc2626 ;
97+ --warning : # ea580c ;
98+ --caution : # f59e0b ;
99+ --text-placeholder : # 8d8d8d ;
100+ --badge-teal-bg : # 99f6e4 ;
101+ --badge-teal-text : # 0f766e ;
102+ --badge-cyan-bg : # cffafe ;
103+ --badge-cyan-text : # 0891b2 ;
104+ --badge-pink-bg : # fbcfe8 ;
105+ --badge-pink-text : # be185d ;
106+ --badge-blue-secondary-bg : # bae6fd ;
107+ --badge-blue-secondary-text : # 0369a1 ;
90108 --badge-blue-bg : # bfdbfe ;
91109 --badge-blue-text : # 1d4ed8 ;
92110 --badge-purple-bg : # e9d5ff ;
@@ -116,16 +134,17 @@ body.wp-lightbox-open [aria-label="Ask Sim"] {
116134 --surface-5 : # 363636 ;
117135 --surface-6 : # 454545 ;
118136 --surface-active : # 2c2c2c ;
119- --border : # 333333 ;
120- -- border-1 : # 3d3d3d ;
121- --divider : # 393939 ;
137+ --border : # 444444 ;
138+ /** Legacy neutral- border aliases. New work should use --border. */
139+ --border-1 : var ( --border ) ;
122140 --text-primary : # e6e6e6 ;
123141 --text-secondary : # cccccc ;
124142 --text-tertiary : # b3b3b3 ;
125- --text-body : # cdcdcd ;
126- --text-muted : # 787878 ;
143+ --text-body : # c1c1c1 ;
144+ --text-muted : # 6e6e6e ;
127145 --text-subtle : # 7d7d7d ;
128- --text-icon : # a0a0a0 ;
146+ --text-icon : # 969696 ;
147+ --text-icon-muted : # 949494 ;
129148 --text-inverse : # 1b1b1b ;
130149 --text-error : # ef4444 ;
131150 --text-muted-inverse : # b3b3b3 ;
@@ -135,9 +154,26 @@ body.wp-lightbox-open [aria-label="Ask Sim"] {
135154 --surface-inverted : # 242424 ;
136155 --surface-inverted-hover : # 363636 ;
137156 --border-inverted : # 3d3d3d ;
138- --border-muted : # 424242 ;
157+ --border-muted : var ( --border ) ;
139158 --badge-success-bg : rgba (34 , 197 , 94 , 0.2 );
140159 --badge-success-text : # 86efac ;
160+ /* Shared-component tokens: referenced by @sim/emcn and @sim/workflow-renderer.
161+ Undefined here, a var() silently falls back to currentColor. Values mirror
162+ apps/sim/app/_styles/globals.css. */
163+ --border-success : # 575757 ;
164+ --success : # 22c55e ;
165+ --error : # f87171 ;
166+ --warning : # ff6600 ;
167+ --caution : # f59e0b ;
168+ --text-placeholder : # 8d8d8d ;
169+ --badge-teal-bg : rgba (20 , 184 , 166 , 0.2 );
170+ --badge-teal-text : # 5eead4 ;
171+ --badge-cyan-bg : rgba (14 , 165 , 233 , 0.2 );
172+ --badge-cyan-text : # 7dd3fc ;
173+ --badge-pink-bg : rgba (236 , 72 , 153 , 0.2 );
174+ --badge-pink-text : # f9a8d4 ;
175+ --badge-blue-secondary-bg : rgba (51 , 180 , 255 , 0.2 );
176+ --badge-blue-secondary-text : # 7dd3fc ;
141177 --badge-blue-bg : rgba (59 , 130 , 246 , 0.2 );
142178 --badge-blue-text : # 93c5fd ;
143179 --badge-purple-bg : rgba (168 , 85 , 247 , 0.2 );
0 commit comments