File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
244245Ocean Dark
You can’t perform that action at this time.
0 commit comments