Skip to content

Commit cd1d923

Browse files
paddymulclaude
andcommitted
docs: comment out Custom Accent Color example
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cdacd06 commit cd1d923

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

docs/source/articles/theme-customization.rst

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -220,25 +220,26 @@ built-in dark defaults — no need to specify ``backgroundColor`` or
220220
</iframe>
221221

222222

223-
Custom Accent Color
224-
~~~~~~~~~~~~~~~~~~~
223+
..
224+
Custom Accent Color
225+
~~~~~~~~~~~~~~~~~~~
225226
226-
Override just the accent color. Everything else stays default. This is the
227-
most common customization — match your brand without changing the overall
228-
look.
227+
Override just the accent color. Everything else stays default. This is the
228+
most common customization — match your brand without changing the overall
229+
look.
229230

230-
.. code-block:: python
231+
.. code-block:: python
231232
232-
component_config = {'theme': {
233-
'accentColor': '#ff6600', # orange — click a column to see it
234-
'accentHoverColor': '#cc5200', # darker orange — command UI buttons
235-
}}
233+
component_config = {'theme': {
234+
'accentColor': '#ff6600', # orange — click a column to see it
235+
'accentHoverColor': '#cc5200', # darker orange — command UI buttons
236+
}}
236237
237-
.. raw:: html
238+
.. raw:: html
238239

239-
<iframe src="../themes/accent-color.html"
240-
style="width:100%; height:280px; border:1px solid #e0e0e0; border-radius:4px; margin:1em 0;">
241-
</iframe>
240+
<iframe src="../themes/accent-color.html"
241+
style="width:100%; height:280px; border:1px solid #e0e0e0; border-radius:4px; margin:1em 0;">
242+
</iframe>
242243

243244

244245
Ocean Dark

0 commit comments

Comments
 (0)