Dracula for eza
A dark theme for eza
To activate the theme in eza, you need to modify your .zshrc file
.
Linux & macOS
- Add the desired
eza_colors
theme to the end of your.zshrc
:
# ---------------------
# eza universal Dracula
# ---------------------
export EZA_COLORS="\
uu=36:\
uR=31:\
un=35:\
gu=37:\
da=2;34:\
ur=34:\
uw=95:\
ux=36:\
ue=36:\
gr=34:\
gw=35:\
gx=36:\
tr=34:\
tw=35:\
tx=36:\
xx=95:"
For normal or larger displays include group (-g flag
):
alias zl='eza -lagX --icons --color=always'
For smaller or limited displays no group:
alias zl='eza -laX --icons --color=always'
Windows
-
in either
Command Prompt
orPowerShell
run the following with the windows universal eza theme:setx EZA_WINDOWS_ATTRIBUTES "short"
setx EZA_ICONS_AUTO "always"
setx EZA_COLORS "da=2;34:xx=95:ur=36:su=95:sf=36:pi=96"
-
Restart
Command Prompt
orPowerShell
Add the following function to your PowerShell profile:
function zl {
eza -lagSX --icons --color=always --time-style=long-iso
}
This theme is maintained by the following person(s).
urrickhunt |