Theme Colors¶
DevOpsMaestro uses your active Neovim theme to color CLI output.
Setting a Theme¶
# Set theme for current workspace
dvm set theme coolnight-ocean
# Set theme at different hierarchy levels
dvm set theme coolnight-synthwave --app myapp
dvm set theme coolnight-forest --domain backend
dvm set theme coolnight-midnight --ecosystem my-platform
Disabling Colors¶
# Via flag
dvm status --no-color
# Via environment variable
NO_COLOR=1 dvm get apps
# Via terminal type
TERM=dumb dvm get workspaces
Available Themes¶
# List all 34+ available themes
dvm get nvim themes
# Show theme details
dvm get nvim theme coolnight-ocean
See the Theme Hierarchy documentation for how themes cascade through the object hierarchy.