website/src/content/docs/configure/custom-theme.mdx
import CodeBlock from '../../../components/code.astro';
You can enter the following command to set it up;
Click me to know where is CONFIG_PATH
$EDITOR CONFIG_PATH
You can first go to the theme list to find a theme you like (or if you don't have one you like, you can make one yourself!)
Once you find one you like, copy it and paste it into the theme in the config_path file.
- theme = 'catppuccin'
+ theme = 'theme_name_you_like'
Click me to know where is THEME_DIRECTORY
If you want to customize your own theme, you can go to THEME_DIRECTORY/YOUR_THEME_NAME.toml and copy the existing theme's json to your own theme file
Don't forget to change the theme variable in config.toml to your theme name.
If you are satisfied with your theme, you might as well put it into the default theme list!