Description
ReColor your Anki desktop to whatever aesthetic you like.
This add-on must be configured with a theme to use. You can find some pre-made themes at https://github.com/AnKing-VIP/AnkiRecolor/wiki/Themes.
Example:
pkgs.ankiAddons.recolor.withConfig {
config = {
colors = {
ACCENT_CARD = [
"Card mode"
"#cba6f7"
"#cba6f7"
"--accent-card"
];
# ...
};
version = {
major = 3;
minor = 1;
};
};
}