get_ide_theme_info | R Documentation |
This function returns a list with the current IDE theme's information.
get_ide_theme_info()
A list with three components:
is_dark |
A boolean indicating whether the current IDE theme is dark. |
bg |
The current IDE theme's background color. |
fg |
The current IDE theme's foreground color. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.