.dircolors.ansi-dark: Update from Solarized
See: https://github.com/seebi/dircolors-solarized
This commit is contained in:
parent
18fa614165
commit
8eadc28b9b
@ -20,7 +20,7 @@
|
|||||||
# editable text including source, unimportant text, binary docs & multimedia source
|
# editable text including source, unimportant text, binary docs & multimedia source
|
||||||
# files, viewable multimedia, archived/compressed, and unimportant non-text
|
# files, viewable multimedia, archived/compressed, and unimportant non-text
|
||||||
# - For uniqueness, we stay away from the Solarized foreground colors are -- either
|
# - For uniqueness, we stay away from the Solarized foreground colors are -- either
|
||||||
# base00 (brightyellow) or base0 (brighblue). However, they can be used if
|
# base00 (brightyellow) or base0 (brightblue). However, they can be used if
|
||||||
# you know what the bg/fg colors of your terminal are, in order to optimize the display.
|
# you know what the bg/fg colors of your terminal are, in order to optimize the display.
|
||||||
# - 3 different options are provided: universal, solarized dark, and solarized light.
|
# - 3 different options are provided: universal, solarized dark, and solarized light.
|
||||||
# The only difference between the universal scheme and one that's optimized for
|
# The only difference between the universal scheme and one that's optimized for
|
||||||
@ -44,6 +44,7 @@
|
|||||||
COLOR tty
|
COLOR tty
|
||||||
|
|
||||||
# Below, there should be one TERM entry for each termtype that is colorizable
|
# Below, there should be one TERM entry for each termtype that is colorizable
|
||||||
|
TERM alacritty
|
||||||
TERM ansi
|
TERM ansi
|
||||||
TERM color_xterm
|
TERM color_xterm
|
||||||
TERM color-xterm
|
TERM color-xterm
|
||||||
@ -61,6 +62,8 @@ TERM cons25
|
|||||||
TERM console
|
TERM console
|
||||||
TERM cygwin
|
TERM cygwin
|
||||||
TERM dtterm
|
TERM dtterm
|
||||||
|
TERM dvtm
|
||||||
|
TERM dvtm-256color
|
||||||
TERM Eterm
|
TERM Eterm
|
||||||
TERM eterm-color
|
TERM eterm-color
|
||||||
TERM fbterm
|
TERM fbterm
|
||||||
@ -93,19 +96,24 @@ TERM screen-256color
|
|||||||
TERM screen-256color-bce
|
TERM screen-256color-bce
|
||||||
TERM screen-256color-s
|
TERM screen-256color-s
|
||||||
TERM screen-256color-bce-s
|
TERM screen-256color-bce-s
|
||||||
|
TERM screen-256color-italic
|
||||||
TERM screen-bce
|
TERM screen-bce
|
||||||
TERM screen-w
|
TERM screen-w
|
||||||
TERM screen.linux
|
TERM screen.linux
|
||||||
|
TERM screen.xterm-256color
|
||||||
TERM screen.xterm-new
|
TERM screen.xterm-new
|
||||||
TERM st
|
TERM st
|
||||||
TERM st-meta
|
TERM st-meta
|
||||||
TERM st-256color
|
TERM st-256color
|
||||||
TERM st-meta-256color
|
TERM st-meta-256color
|
||||||
|
TERM tmux
|
||||||
|
TERM tmux-256color
|
||||||
TERM vt100
|
TERM vt100
|
||||||
TERM xterm
|
TERM xterm
|
||||||
TERM xterm-new
|
TERM xterm-new
|
||||||
TERM xterm-16color
|
TERM xterm-16color
|
||||||
TERM xterm-256color
|
TERM xterm-256color
|
||||||
|
TERM xterm-256color-italic
|
||||||
TERM xterm-88color
|
TERM xterm-88color
|
||||||
TERM xterm-color
|
TERM xterm-color
|
||||||
TERM xterm-debian
|
TERM xterm-debian
|
||||||
@ -206,13 +214,16 @@ EXEC 01;31 # Unix
|
|||||||
|
|
||||||
# Source text
|
# Source text
|
||||||
.h 32
|
.h 32
|
||||||
|
.hpp 32
|
||||||
.c 32
|
.c 32
|
||||||
.C 32
|
.C 32
|
||||||
.cc 32
|
.cc 32
|
||||||
.cpp 32
|
.cpp 32
|
||||||
.cxx 32
|
.cxx 32
|
||||||
.objc 32
|
.objc 32
|
||||||
|
.cl 32
|
||||||
.sh 32
|
.sh 32
|
||||||
|
.bash 32
|
||||||
.csh 32
|
.csh 32
|
||||||
.zsh 32
|
.zsh 32
|
||||||
.el 32
|
.el 32
|
||||||
@ -253,6 +264,14 @@ EXEC 01;31 # Unix
|
|||||||
.p 32
|
.p 32
|
||||||
.pod 32
|
.pod 32
|
||||||
.tex 32
|
.tex 32
|
||||||
|
.go 32
|
||||||
|
.sql 32
|
||||||
|
.csv 32
|
||||||
|
.sv 32
|
||||||
|
.svh 32
|
||||||
|
.v 32
|
||||||
|
.vh 32
|
||||||
|
.vhd 32
|
||||||
|
|
||||||
### Multimedia formats
|
### Multimedia formats
|
||||||
|
|
||||||
@ -273,6 +292,7 @@ EXEC 01;31 # Unix
|
|||||||
.pdf 33
|
.pdf 33
|
||||||
.pgm 33
|
.pgm 33
|
||||||
.png 33
|
.png 33
|
||||||
|
.PNG 33
|
||||||
.ppm 33
|
.ppm 33
|
||||||
.pps 33
|
.pps 33
|
||||||
.ppsx 33
|
.ppsx 33
|
||||||
@ -293,6 +313,7 @@ EXEC 01;31 # Unix
|
|||||||
.aac 33
|
.aac 33
|
||||||
.au 33
|
.au 33
|
||||||
.flac 33
|
.flac 33
|
||||||
|
.m4a 33
|
||||||
.mid 33
|
.mid 33
|
||||||
.midi 33
|
.midi 33
|
||||||
.mka 33
|
.mka 33
|
||||||
@ -301,6 +322,7 @@ EXEC 01;31 # Unix
|
|||||||
.mpeg 33
|
.mpeg 33
|
||||||
.mpg 33
|
.mpg 33
|
||||||
.ogg 33
|
.ogg 33
|
||||||
|
.opus 33
|
||||||
.ra 33
|
.ra 33
|
||||||
.wav 33
|
.wav 33
|
||||||
|
|
||||||
@ -317,6 +339,7 @@ EXEC 01;31 # Unix
|
|||||||
.m4v 33
|
.m4v 33
|
||||||
.mkv 33
|
.mkv 33
|
||||||
.mov 33
|
.mov 33
|
||||||
|
.MOV 33
|
||||||
.mp4 33
|
.mp4 33
|
||||||
.mp4v 33
|
.mp4v 33
|
||||||
.mpeg 33
|
.mpeg 33
|
||||||
@ -330,6 +353,7 @@ EXEC 01;31 # Unix
|
|||||||
.rmvb 33
|
.rmvb 33
|
||||||
.swf 33
|
.swf 33
|
||||||
.vob 33
|
.vob 33
|
||||||
|
.webm 33
|
||||||
.wmv 33
|
.wmv 33
|
||||||
|
|
||||||
### Misc
|
### Misc
|
||||||
@ -338,12 +362,18 @@ EXEC 01;31 # Unix
|
|||||||
.doc 31
|
.doc 31
|
||||||
.docx 31
|
.docx 31
|
||||||
.rtf 31
|
.rtf 31
|
||||||
|
.odt 31
|
||||||
.dot 31
|
.dot 31
|
||||||
.dotx 31
|
.dotx 31
|
||||||
|
.ott 31
|
||||||
.xls 31
|
.xls 31
|
||||||
.xlsx 31
|
.xlsx 31
|
||||||
|
.ods 31
|
||||||
|
.ots 31
|
||||||
.ppt 31
|
.ppt 31
|
||||||
.pptx 31
|
.pptx 31
|
||||||
|
.odp 31
|
||||||
|
.otp 31
|
||||||
.fla 31
|
.fla 31
|
||||||
.psd 31
|
.psd 31
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user