-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathls_colors
More file actions
7 lines (5 loc) · 2.58 KB
/
Copy pathls_colors
File metadata and controls
7 lines (5 loc) · 2.58 KB
1
2
3
4
5
6
7
# Prpl theme ls_colors + zstyle for zsh
LS_COLORS='no=0:fi=0:rs=0:di=01;38;5;99:ln=01;38;5;153:mh=38;5;153:pi=01;38;5;99:so=01;38;5;141:do=01;38;5;141:bd=38;5;141;48;5;236:cd=38;5;141;48;5;236:or=01;38;5;203;48;5;236:mi=01;38;5;203;48;5;236:su=38;5;255;48;5;99:sg=38;5;255;48;5;99:ca=38;5;255;48;5;99:tw=38;5;255;48;5;99:ow=38;5;99:st=38;5;153;48;5;236:ex=01;38;5;105:*.tar=38;5;141:*.tgz=38;5;141:*.arc=38;5;141:*.arj=38;5;141:*.taz=38;5;141:*.lha=38;5;141:*.ace=38;5;141:*.zip=38;5;141:*.zoo=38;5;141:*.deb=38;5;141:*.rpm=38;5;141:*.jar=38;5;141:*.war=38;5;141:*.ear=38;5;141:*.7z=38;5;141:*.rz=38;5;141:*.cab=38;5;141:*.bz2=38;5;141:*.bz=38;5;141:*.tbz=38;5;141:*.tbz2=38;5;141:*.gz=38;5;141:*.xz=38;5;141:*.txz=38;5;141:*.lz=38;5;141:*.lzma=38;5;141:*.tlz=38;5;141:*.z=38;5;141:*.Z=38;5;141:*.dz=38;5;141:*.lrz=38;5;141:*.lz4=38;5;141:*.lzh=38;5;141:*.zst=38;5;141:*.jpg=38;5;153:*.jpeg=38;5;153:*.mjpg=38;5;153:*.mjpeg=38;5;153:*.gif=38;5;153:*.bmp=38;5;153:*.pbm=38;5;153:*.pgm=38;5;153:*.ppm=38;5;153:*.tga=38;5;153:*.xbm=38;5;153:*.xpm=38;5;153:*.tif=38;5;153:*.tiff=38;5;153:*.png=38;5;153:*.svg=38;5;153:*.svgz=38;5;153:*.webp=38;5;153:*.avif=38;5;153:*.ico=38;5;153:*.heic=38;5;153:*.mov=38;5;141:*.mpg=38;5;141:*.mpeg=38;5;141:*.m2v=38;5;141:*.mkv=38;5;141:*.webm=38;5;141:*.ogm=38;5;141:*.mp4=38;5;141:*.m4v=38;5;141:*.avi=38;5;141:*.wmv=38;5;141:*.flv=38;5;141:*.aac=38;5;153:*.au=38;5;153:*.flac=38;5;153:*.m4a=38;5;153:*.mid=38;5;153:*.midi=38;5;153:*.mka=38;5;153:*.mp3=38;5;153:*.ogg=38;5;153:*.opus=38;5;153:*.ra=38;5;153:*.wav=38;5;153:*.oga=38;5;153:*.pdf=38;5;141:*.doc=38;5;141:*.docx=38;5;141:*.odt=38;5;141:*.rtf=38;5;141:*.xls=38;5;141:*.xlsx=38;5;141:*.ods=38;5;141:*.ppt=38;5;141:*.pptx=38;5;141:*.odp=38;5;141:*.c=38;5;105:*.h=38;5;105:*.cc=38;5;105:*.cpp=38;5;105:*.cxx=38;5;105:*.hpp=38;5;105:*.rs=38;5;105:*.go=38;5;105:*.zig=38;5;105:*.java=38;5;105:*.kt=38;5;105:*.kts=38;5;105:*.swift=38;5;105:*.lua=38;5;105:*.py=38;5;105:*.rb=38;5;105:*.pl=38;5;105:*.php=38;5;105:*.js=38;5;105:*.jsx=38;5;105:*.ts=38;5;105:*.tsx=38;5;105:*.vue=38;5;105:*.css=38;5;105:*.scss=38;5;105:*.html=38;5;105:*.xml=38;5;105:*.json=38;5;141:*.yaml=38;5;141:*.yml=38;5;141:*.toml=38;5;141:*.ini=38;5;141:*.conf=38;5;141:*.cfg=38;5;141:*.sh=01;38;5;105:*.bash=01;38;5;105:*.zsh=01;38;5;105:*.fish=01;38;5;105:*.log=38;5;117:*.txt=38;5;153:*.md=38;5;141:*.rst=38;5;141:*.csv=38;5;141:*.sql=38;5;105:*.lock=38;5;117:*.bak=38;5;117:*.tmp=38;5;117:*.old=38;5;117:*.swp=38;5;117:*.swo=38;5;117:*.cache=38;5;117:';
export LS_COLORS
# comment this line out if not using zsh.
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}