Can I change the default Catppuccin theme to something else? #7
|
Is Catppuccin Mocha fixed, or can I swap it for something else? I'd like |
Replies: 1 comment
|
Yes — it's config, nothing is baked in. Fifteen presets ship in For Gruvbox: open If you'd rather build your own, set |
Yes — it's config, nothing is baked in.
Fifteen presets ship in
themes/, one folder per theme with atheme.tomlinside. Ten dark (catppuccin-mocha,dracula,tokyo-night,night-owl,one-dark,gruvbox,nord,github-dark,monokai,visual-studio) and five light (catppuccin-latte,light-owl,solarized-light,ayu-light,github-light).For Gruvbox: open
themes/gruvbox/theme.tomlon GitHub, copy the contents, and paste them into~/.config/binvim/config.toml. If you already have a[colors]block in there, replace it rather than adding a second one — each preset carries the full chrome palette, so switching theme repaints every surface (tab bar, status line, popups, pickers, panes) instead of leavi…