Settings
-
create-custom-theme — Create a custom theme
dci create-custom-theme name: "Team Backyard", primaryColor: "#0B57D0", colors{dark: ["#8AB4F8", "#81C995", "#FDD663"], light: ["#0B57D0", "#188038", "#E37400"]} -
delete-custom-theme — Delete a custom theme
dci delete-custom-theme <custom-theme-id> --dry-run -
get-active-theme — Get the active theme
dci get-active-theme -
get-custom-theme — Retrieve a custom theme
dci get-custom-theme <custom-theme-id> -
list-custom-themes — List custom themes
dci list-custom-themes -
set-active-theme — Set the active theme
dci set-active-theme themeId: <custom-theme-id> -
update-custom-theme — Update a custom theme
dci update-custom-theme <custom-theme-id> name: "Team Backyard v2"