Peppermint and orange flavored dark theme for eza (modern ls replacement). Port of the Vesper VS Code theme by Rauno Freiberg.
| Element | Color | Hex |
|---|---|---|
| Directories | Aqua | #99ffe4 |
| Symlinks | Orange | #ffc799 |
| Executables | Aqua | #99ffe4 |
| Git new/renamed | Aqua | #99ffe4 |
| Git modified | Orange | #ffc799 |
| Git deleted/conflicted | Red | #ff8080 |
| Permissions read | Orange | #ffc799 |
| Permissions write | Red | #ff8080 |
| Permissions execute | Aqua | #99ffe4 |
| File sizes | Aqua → Orange → Red | escalates as files grow |
Copy the theme file to eza's config directory:
mkdir -p ~/.config/eza
cp theme.yml ~/.config/eza/theme.ymlOr symlink it:
mkdir -p ~/.config/eza
ln -sf "$(pwd)/theme.yml" ~/.config/eza/theme.ymleza will pick it up automatically when the file is present.
Based on the Vesper VS Code theme by Rauno Freiberg.
