Themes & Color Palette Styling

// Selecting Themes

Change your active color theme using the command palette (Ctrl + P) and entering > theme theme-name. Popular themes like solarized, dracula, nord, and monokai are preinstalled.

// Writing Custom Themes

Create a theme file inside the user's config folder directory:

~/.config/termstudio/themes/my-theme.json

Set hex or ANSI colors for UI components like the editor background, sidebar panel, text, and active tabs.

// Syntax Highlighting Colors

You can fine-tune syntax colors for distinct code tokens (like strings, comments, classes, and variables) within your custom theme configuration file.