Catppuccin for Spyder
-
With Spyder closed, open the configuration file
spyder.ini
which is usually found in one of the following paths:~/.spyder-py3/spyder.ini
~/.spyder-py3/config/spyder.ini
~/.config/spyder-py3/config/spyder.ini
-
Scroll to the
[appearance]
section, and add your preferred theme(s) to thenames
option:[appearance] ... names = ['catppuccin/frappe', 'catppuccin/latte', 'catppuccin/macchiato', 'catppuccin/mocha', 'emacs', 'idle', ..., 'zenburn']
-
Append the contents of either
themes/all.ini
or the specific flavor you would like (e.g.themes/mocha.ini
) to the end of the[appearance]
section.
Note
The flavors you add must match the flavors you added to the names
variable in Step 2.
- Launch Spyder and change the theme in Preferences > Appearance > Syntax Highlighting Theme. If you are using latte, also switch the Interface Theme to Light or Automatic.
You may modify the theme in Preferences > Appearance > Edit Selected Theme.
Warning
Do not click Reset to Defaults. This will crash the preferences menu until you reinstall the theme.
- Q: "Why does the interface theme not change?"
A: Spyder does not currently allow theming of the window. We will add an interface theme when it is possible.
Copyright © 2022-present Catppuccin Org