Skip to content
Can Cellek edited this page Jan 9, 2024 · 3 revisions

Switching Themes

You can switch between available themes using config theme <theme-name>. This will replace the theme in your configuration file. However, your color assignments won't be changed, so only color scheme will be changed.

Changing Color Scheme

You can add your own theme into your configuration

  • Use config edit command to show local configuration
  • Toggle the themes section to edit the theme colors
  • Click save to save your changes into local storage
  • For more information, refer to configuration page

Creating New Themes

If you think you have created a common theme people might like, please send a pull request so I can merge it into the project.

For more information, please refer to contributing guideline.

Theme Scheme

Here is the theme structure with the default theme colors

{
	"name": "Theme Name",
	"backgroundColor": "#121317",
	"windowColor": "#1e212b",
	"textColor": "#e2e2e2",
	"black": "#16161e",
	"red": "#ec6183",
	"green": "#2ed8a2",
	"yellow": "#e8b195",
	"blue": "#2bc3de",
	"magenta": "#e069aa",
	"cyan": "#62e0e2",
	"white": "#e2e2e2",
	"gray": "#97989d"
}