diff --git a/.dircolors.ansi-dark b/.dircolors.ansi-dark index 0a4ab02..2122ae9 100644 --- a/.dircolors.ansi-dark +++ b/.dircolors.ansi-dark @@ -63,10 +63,12 @@ TERM cygwin TERM dtterm TERM Eterm TERM eterm-color +TERM fbterm TERM gnome TERM gnome-256color TERM jfbterm TERM konsole +TERM konsole-256color TERM kterm TERM linux TERM linux-c @@ -74,6 +76,7 @@ TERM mach-color TERM mlterm TERM nxterm TERM putty +TERM putty-256color TERM rxvt TERM rxvt-256color TERM rxvt-cygwin @@ -82,13 +85,22 @@ TERM rxvt-unicode TERM rxvt-unicode256 TERM rxvt-unicode-256color TERM screen +TERM screen-16color +TERM screen-16color-bce +TERM screen-16color-s +TERM screen-16color-bce-s TERM screen-256color TERM screen-256color-bce TERM screen-256color-s +TERM screen-256color-bce-s TERM screen-bce TERM screen-w TERM screen.linux TERM screen.xterm-new +TERM st +TERM st-meta +TERM st-256color +TERM st-meta-256color TERM vt100 TERM xterm TERM xterm-new @@ -106,7 +118,7 @@ EIGHTBIT 1 # Below are the color init strings for the basic file types. A color init # string consists of one or more of the following numeric codes: # -# Attribute codes: +# Attribute codes: # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed # Text color codes: # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white @@ -119,8 +131,8 @@ EIGHTBIT 1 # ANSI Color code Solarized Notes Universal SolDark SolLight # ~~~~~~~~~~~~~~~ ~~~~~~~~~ ~~~~~ ~~~~~~~~~ ~~~~~~~ ~~~~~~~~ # 00 none NORMAL, FILE -# 30 black base02 -# 01;30 bright black base03 bg of SolDark +# 30 black base02 +# 01;30 bright black base03 bg of SolDark # 31 red red docs & mm src # 01;31 bright red orange EXEC # 32 green green editable text @@ -133,8 +145,8 @@ EIGHTBIT 1 # 01;35 bright magenta violet archive/compressed # 36 cyan cyan DIR # 01;36 bright cyan base1 unimportant non-text -# 37 white base2 -# 01;37 bright white base3 bg in SolLight +# 37 white base2 +# 01;37 bright white base3 bg in SolLight # 05;37;41 unclear in Putty dark @@ -145,7 +157,9 @@ NORMAL 00 # normal file FILE 00 # directory -DIR 36 +DIR 34 +# 777 directory +OTHER_WRITABLE 34;40 # symbolic link LINK 35 @@ -213,10 +227,16 @@ EXEC 01;31 # Unix .htm 32 .html 32 .shtml 32 +.erb 32 +.haml 32 .xml 32 .rdf 32 .css 32 +.sass 32 +.scss 32 +.less 32 .js 32 +.coffee 32 .man 32 .0 32 .1 32 @@ -428,3 +448,4 @@ EXEC 01;31 # Unix .3des 34 .aes 34 .enc 34 +.sqlite 34