# Mauve Dream dircolors theme # Based on the Mauve Dream color palette # Color codes: # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white # 90=bright black 91=bright red 92=bright green 93=bright yellow # 94=bright blue 95=bright magenta 96=bright cyan 97=bright white # # Background colors: 40-47 for normal, 100-107 for bright # # Attributes: # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed # # Best attempt conversions: # #1e1a2d (darkest bg) -> dark gray (90) # #252136, #2d2840, #362e4a (bg shades) -> dark blue (34) # #d8cee3, #ded5ed, #e5ddf2, #ecebf5 (fg shades) -> white/bright white (97) # #9d81c7 (primary accent) -> blue (34) # #b68ed6 (secondary accent) -> magenta (35) # #7c78a8 (tertiary accent) -> cyan (36) # #a694c9 (quaternary accent) -> bright magenta (95) # #bf5f82 (red highlight) -> red (31) # #c7797b (orange highlight) -> bright red (91) # #cfa8b4 (yellow highlight) -> yellow (33) # #9bc5b9 (green highlight) -> green (32) # #d88ad2 (pink highlight) -> bright magenta (95) # Terminal Settings TERM Eterm TERM ansi TERM *color* TERM con[0-9]*x[0-9]* TERM cons25 TERM console TERM cygwin TERM dtterm TERM gnome TERM hurd TERM jfbterm TERM konsole TERM kterm TERM linux TERM linux-c TERM mlterm TERM putty TERM rxvt* TERM screen* TERM st TERM terminator TERM tmux* TERM vt100 TERM xterm* # Text styles and colors NORMAL 00;97 # Default (bright white) FILE 00;97 # Regular files (bright white) RESET 0 # Reset to normal DIR 01;34 # Directories (bold blue) LINK 01;36 # Symbolic links (bold cyan) MULTIHARDLINK 00;36 # Regular file with more than one link (cyan) # Executable files EXEC 01;95 # Executable files (bold bright magenta) # Special files FIFO 04;33 # Named pipes (underlined yellow) SOCK 01;35 # Sockets (bold magenta) DOOR 01;35 # Door (bold magenta) BLK 33;40 # Block device drivers (yellow on black) CHR 33;40 # Character device drivers (yellow on black) ORPHAN 01;31 # Symlinks to nonexistent files (bold red) MISSING 00;90 # Nonexistent files linked to (dark gray) SETUID 37;41 # File with setuid (white on red) SETGID 30;43 # File with setgid (black on yellow) CAPABILITY 30;41 # File with capability (black on red) STICKY_OTHER_WRITABLE 30;42 # Sticky other-writable dir (black on green) OTHER_WRITABLE 01;32 # Directory that is other-writable (bold green) STICKY 37;44 # Sticky directory (white on blue) # Archive files .tar 00;91 .tgz 00;91 .arc 00;91 .arj 00;91 .taz 00;91 .lha 00;91 .lz4 00;91 .lzh 00;91 .lzma 00;91 .tlz 00;91 .txz 00;91 .tzo 00;91 .t7z 00;91 .zip 00;91 .z 00;91 .dz 00;91 .gz 00;91 .lrz 00;91 .lz 00;91 .lzo 00;91 .xz 00;91 .zst 00;91 .tzst 00;91 .bz2 00;91 .bz 00;91 .tbz 00;91 .tbz2 00;91 .tz 00;91 .deb 00;91 .rpm 00;91 .jar 00;91 .war 00;91 .ear 00;91 .sar 00;91 .rar 00;91 .alz 00;91 .ace 00;91 .zoo 00;91 .cpio 00;91 .7z 00;91 .rz 00;91 .cab 00;91 .wim 00;91 .swm 00;91 .dwm 00;91 .esd 00;91 # Image and media files .jpg 00;95 .jpeg 00;95 .mjpg 00;95 .mjpeg 00;95 .gif 00;95 .bmp 00;95 .pbm 00;95 .pgm 00;95 .ppm 00;95 .tga 00;95 .xbm 00;95 .xpm 00;95 .tif 00;95 .tiff 00;95 .png 00;95 .svg 00;95 .svgz 00;95 .mng 00;95 .pcx 00;95 .mov 00;95 .mpg 00;95 .mpeg 00;95 .m2v 00;95 .mkv 00;95 .webm 00;95 .webp 00;95 .ogm 00;95 .mp4 00;95 .m4v 00;95 .mp4v 00;95 .vob 00;95 .qt 00;95 .nuv 00;95 .wmv 00;95 .asf 00;95 .rm 00;95 .rmvb 00;95 .flc 00;95 .avi 00;95 .fli 00;95 .flv 00;95 .gl 00;95 .dl 00;95 .xcf 00;95 .xwd 00;95 .yuv 00;95 .cgm 00;95 .emf 00;95 .ogv 00;95 .ogx 00;95 # Audio files .aac 00;36 .au 00;36 .flac 00;36 .m4a 00;36 .mid 00;36 .midi 00;36 .mka 00;36 .mp3 00;36 .mpc 00;36 .ogg 00;36 .ra 00;36 .wav 00;36 .oga 00;36 .opus 00;36 .spx 00;36 .xspf 00;36 # Document formats .pdf 00;33 .ps 00;33 .txt 00;37 .patch 00;33 .diff 00;33 .log 00;90 .tex 00;33 .doc 00;33 .docx 00;33 .xls 00;33 .xlsx 00;33 .ppt 00;33 .pptx 00;33 .odt 00;33 .ods 00;33 .odp 00;33 .rtf 00;33 .md 00;33 .epub 00;33 # Source code files .c 00;32 .cpp 00;32 .cc 00;32 .cxx 00;32 .h 00;32 .hpp 00;32 .hxx 00;32 .java 00;32 .py 00;32 .js 00;32 .jsx 00;32 .ts 00;32 .tsx 00;32 .rb 00;32 .php 00;32 .pl 00;32 .sh 00;32 .bash 00;32 .zsh 00;32 .fish 00;32 .go 00;32 .rs 00;32 .swift 00;32 .cs 00;32 .scala 00;32 .lua 00;32 .html 00;32 .htm 00;32 .css 00;32 .scss 00;32 .sass 00;32 .less 00;32 .xml 00;32 .json 00;32 .yaml 00;32 .yml 00;32 .conf 00;32 .ini 00;32 .toml 00;32