Crates.io | duat-catppuccin |
lib.rs | duat-catppuccin |
version | 0.3.0 |
created_at | 2025-03-05 01:47:58.868354+00 |
updated_at | 2025-08-20 13:46:54.907553+00 |
description | The Catppuccin colorschemes for the Duat text editor |
homepage | |
repository | https://github.com/AhoyISki/duat-catppuccin |
max_upload_size | |
id | 1578047 |
size | 46,320 |
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