LS_COLORS: Change includable color and make it italic
This commit is contained in:
parent
93120ef0ff
commit
23a3a2bf4d
@ -147,9 +147,9 @@ function _gen_lscolor()
|
||||
# Program code (rose)
|
||||
LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;177" cpp cxx c++ c go rs)"
|
||||
LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;177" py rb el ebuild zsh sh bash pl php phtml qml)"
|
||||
# Stuff that gets included (violet)
|
||||
LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;105" hpp hxx h++ h qss qrc)"
|
||||
LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;105" css sass scss tmpl csp inc)"
|
||||
# Stuff that gets included (violet + italic)
|
||||
LS_COLORS="${LS_COLORS}$(_gen_lscolor "3;38;5;141" hpp hxx h++ h qss qrc)"
|
||||
LS_COLORS="${LS_COLORS}$(_gen_lscolor "3;38;5;141" css sass scss tmpl csp inc)"
|
||||
# Build systems and adjacent (green)
|
||||
LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;112" patch diff in cmake build mk ac m4 am)"
|
||||
# Images, audio, video, playlists (yellow, orange, green)
|
||||
|
Loading…
x
Reference in New Issue
Block a user