This key defines the color theme for syntax highlighting.
Appears in#
└── source_editor
└── themeType#
string
Default value#
basic_dark
Allowed values#
atomonebasic_darkbasic_lightdarculadraculaduotone_darkduotone_lighteclipsegithub_darkgithub_lightgruvbox_darkgruvbox_lightmaterial_darkmaterial_lightsolarized_darksolarized_lightsublimetokyo_nighttokyo_night_daytokyo_night_stormtomorrow_night_bluevscode_darkvscode_lightxcode_darkxcode_lightExamples#
In this example, we have configured the Source Editor to use the dark theme for syntax highlighting.
Copied to clipboard
source_editor:
theme: dark{
"source_editor": {
"theme": "dark"
}
}