Themes
LiveCodes comes with dark and light themes. In addition, a theme color can be set to change the app color.
Theme
Dark/Light theme can be set in:
UI, either:
- Dark/Light theme switch in toolbar
- Settings menu → Dark theme switch
Query params:
?theme=dark
or?theme=light
.
e.g. https://livecodes.io/?theme=lightConfiguration object:
theme
property.
Theme Color
Similarly, a theme color can be set in:
UI: Settings menu → Color
Query params:
?themeColor={color}
.
e.g. https://livecodes.io/?themeColor=lightblueConfiguration object:
themeColor
property.
Note
Please note that editor themes can be set in the editor settings or using the editorTheme
configuration option.