This page describes how to customize the default color theme for your Cloud Shell Editor.
Setting a color theme
If you'd like to customize the color theme of your Cloud Shell Editor:
- Navigate to File > Settings > Color Theme.
- Use your Up/Down keys to preview color themes.
- Select your preferred color theme.
Alternatively, if you know your theme name (for example, light
) and would like to directly modify
your settings.json file, you can use:
"workbench.colorTheme": "light"
If you would like a detailed look at customizing your settings.json, specifically customizing a color theme, defining styles for editor syntax and semantic highlighting, and creating your own theme, refer to the VS Code color theme documentation.