Skip to content

keryx theme rm

Remove a theme from the catalog.

Usage

keryx theme rm <keyword>

It takes no flags. There is no confirmation prompt and no --yes flag. The theme is removed from the config file immediately.

Removing the default is refused

The catalog's default theme cannot be removed: theme is the default. Point the default at another theme with theme use first.

Which file it writes to

The project's .keryx.yaml when you are inside a project, otherwise ~/.keryx/themes.yaml. Removing a theme while inside a project does not remove the user-library theme of the same keyword — it removes it from the file the write targets.

$ keryx theme rm stark
removed theme "stark"

See also

  • theme list — check what is left, and which is the default.