This is an implementation of the Catppuccin colorschemes for Duat.
When you plug
this plugin, four colorschemes will be added to
Duat:
catppuccin-latte
;catppuccin-
frappe`;catppuccin-macchiato
;catppuccin-mocha
;
This plugin lets you use its colors to modify other Form
s with
the Catppuccin::modify
function. It also has a no_background
function, if you don’t want the background to change.
Just like other Duat plugins, this one can be installed by calling
cargo add
in the config directory:
cargo add duat-catppuccin@"*" --rename catppuccin
Or, if you are using a --git-deps
version of duat, do this:
cargo add --git https://github.com/AhoyISki/duat-catppuccin --rename catppuccin