2 # Dark 256 color solarized theme for the color GNU ls utility.
 
   3 # Used and tested with dircolors (GNU coreutils) 8.5
 
   5 # @author  {@link http://sebastian.tramp.name Sebastian Tramp}
 
   6 # @license http://sam.zoy.org/wtfpl/  Do What The Fuck You Want To Public License (WTFPL)
 
   9 # https://github.com/seebi/dircolors-solarized
 
  48 TERM rxvt-cygwin-native
 
  51 TERM rxvt-unicode-256color
 
  54 TERM screen-16color-bce
 
  56 TERM screen-16color-bce-s
 
  58 TERM screen-256color-bce
 
  59 TERM screen-256color-s
 
  60 TERM screen-256color-bce-s
 
  81 # Below are the color init strings for the basic file types. A color init
 
  82 # string consists of one or more of the following numeric codes:
 
  84 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
 
  86 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
 
  87 # Background color codes:
 
  88 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
 
  92 # see here: http://www.mail-archive.com/bug-coreutils@gnu.org/msg11030.html)
 
  94 # Text 256 color coding:
 
  96 # Background 256 color coding:
 
 101 NORMAL 00;38;5;244 # no color code at all
 
 102 FILE 00 # regular file: use no color at all
 
 103 RESET 0 # reset to "normal" color
 
 104 DIR 00;38;5;33 # directory 01;34
 
 105 LINK 00;38;5;37 # symbolic link. (If you set this to 'target' instead of a
 
 106  # numerical value, the color is as for the file pointed to.)
 
 107 MULTIHARDLINK 00 # regular file with more than one link
 
 108 FIFO 48;5;230;38;5;136;01 # pipe
 
 109 SOCK 48;5;230;38;5;136;01 # socket
 
 110 DOOR 48;5;230;38;5;136;01 # door
 
 111 BLK 48;5;230;38;5;244;01 # block device driver
 
 112 CHR 48;5;230;38;5;244;01 # character device driver
 
 113 ORPHAN 48;5;235;38;5;160 # symlink to nonexistent file, or non-stat'able file
 
 114 SETUID 48;5;160;38;5;230 # file that is setuid (u+s)
 
 115 SETGID 48;5;136;38;5;230 # file that is setgid (g+s)
 
 116 CAPABILITY 30;41 # file with capability
 
 117 STICKY_OTHER_WRITABLE 48;5;64;38;5;230 # dir that is sticky and other-writable (+t,o+w)
 
 118 OTHER_WRITABLE 48;5;235;38;5;33 # dir that is other-writable (o+w) and not sticky
 
 119 STICKY 48;5;33;38;5;230 # dir with the sticky bit set (+t) and not other-writable
 
 120 # This is for files with execute permission:
 
 123 ## Archives or compressed (violet + bold for compression)
 
 156 # Image formats (yellow)
 
 158 .JPG    00;38;5;136 #stupid but needed
 
 186 # Files of special interest (base1)
 
 195 *Makefile        00;38;5;245
 
 196 *Rakefile        00;38;5;245
 
 197 *build.xml       00;38;5;245
 
 202 *README.txt      00;38;5;245
 
 203 *readme.txt      00;38;5;245
 
 205 *README.markdown 00;38;5;245
 
 215 # "unimportant" files as logs and backups (base01)
 
 229 .incomplete 00;38;5;240
 
 238 # Audio formats (orange)
 
 251 # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
 
 257 # Video formats (as audio + bold)
 
 283 # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions