dircolors-material
Summary
Section titled “Summary”Applies the zpm-zsh/material-colors dircolors theme — a Material Design-inspired LS_COLORS set — and optionally wires it into Zsh completion.
Syntax / Usage
Section titled “Syntax / Usage”zi pack for zpm-zsh/material-colorszi pack"<profile>" for zpm-zsh/material-colorsAvailable profiles: default, no-color-swaps, no-zsh-completion, minimal.
Details
Section titled “Details”- Provides:
LS_COLORSenvironment variable sourced from a generatedcolors.zsh, andzstyle ':completion:*:default' list-colorshook (default, no-color-swaps profiles). defaultprofile ices:git,reset,nocompile"!",lucid,atclone(patches01-base.dircolorsto swap the DIR color to38;5;63;1bold-blue, then runsdircolorsover alldircolors/*.dircolorsfiles to producecolors.zsh),atpull"%atclone",pick"colors.zsh",atload(setszstylecompletion colors).no-color-swapsprofile: skips the DIR patch; otherwise identical todefaultincluding thezstylehook.no-zsh-completionprofile: applies the DIR swap but omits theatloadzstyleline.minimalprofile: no DIR swap, noatloadhook — only generates and sourcescolors.zsh.- On macOS,
dircolorsis prefixed withgif the systemdircolorsis absent.
Examples
Section titled “Examples”# Full install with Material colors and completion hookzi pack for zpm-zsh/material-colors
# Minimal: just set LS_COLORS, no completion wiringzi pack"minimal" for zpm-zsh/material-colorsSee Also
Section titled “See Also”- pkg-ls-colors — trapd00r LS_COLORS theme (alternative)
- pkg-overview — how
zi packworks