diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index e6dc2d8..3363380 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -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)