Catppuccin for spyder
View on GitHubPreviews
Usage
- With Spyder closed, open
~/.spyder-py3/spyder.ini
. - Scroll to the
[appearance]
section, and add the theme(s) you would like to thenames
variable, such as'catppuccin/mocha'
.
[appearance]
...
names = ['catppuccin/frappe', 'catppuccin/latte', 'catppuccin/macchiato',
'catppuccin/mocha', 'emacs', 'idle', ..., 'zenburn']
- Scroll to the bottom of the
[appearance]
section, and append the contents of eitherdist/all.ini
or the specific flavor you would like, such asmocha.ini
, to the end of the[appearance]
section. Note that flavors you add must match the flavors you added to thenames
variable. - Launch spyder and change the theme in
Preferences
>Appearance
>Syntax Highlighting Theme
. If you are using latte, also switch theInterface Theme
toLight
orAutomatic
.
Modifying themes
You may modify the theme in Preferences
> Appearance
> Edit Selected Theme
.
DO NOT CLICK Reset to Defaults
. This will crash the preferences menu until you reinstall the theme.
🙋 FAQ
- 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.
💝 Thanks to