IDE Control
Change Theme
IDE Control
Change Theme
Change the theme of the IDE.
This is currently under development.
Tool Schema
type: function
function:
name: change_theme
parameters:
type: object
properties:
theme:
type: string
description: The theme to change to.
enum:
- light
- dark
required:
- theme
description: Change the theme of the IDE.
On this page