Skip to content

urrickhunt/Dracula-for-eza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dracula for eza

A dark theme for eza

eza

Usage

To activate the theme in eza, you need to modify your .zshrc file.

Installation

Linux & macOS

  1. 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:"

Suggested Aliases

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

  1. in either Command Prompt or PowerShell 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"

  2. Restart Command Prompt or PowerShell

Suggested Aliases

Add the following function to your PowerShell profile:

function zl {
    eza -lagSX --icons --color=always --time-style=long-iso
}

Team

This theme is maintained by the following person(s).

urrickhunt
urrickhunt

Community

  • Twitter - Best for getting updates about themes and new stuff.
  • GitHub - Best for asking questions and discussing issues.
  • Discord - Best for hanging out with the community.

Dracula PRO

Dracula PRO

License

MIT License