├── .dircolors ├── INSTALL.md ├── LICENSE ├── README.md ├── draculize_dircolors.py └── screenshot.png /.dircolors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/dircolors/HEAD/.dircolors -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/dircolors/HEAD/INSTALL.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/dircolors/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/dircolors/HEAD/README.md -------------------------------------------------------------------------------- /draculize_dircolors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/dircolors/HEAD/draculize_dircolors.py -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/dircolors/HEAD/screenshot.png --------------------------------------------------------------------------------