From d568b10ef833337c2bcd68d111887f51c194eb55 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 2 Apr 2022 15:49:03 +0200 Subject: [PATCH] LS_COLORS: Change config file colour to brown --- .config/zsh/.zprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index f6db2c8..8893002 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -163,8 +163,8 @@ LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;172" mkv webm ogv ogm mp4 m4v avi mp LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;112" m3u m3u8 pls xspf)" # Text (cyan) LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;117" txt md adoc org rst html xhtml shtml htm)" -# Config files (ochre) -LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;100" cfg json ini conf yml yaml xml toml)" +# Config files (brown) +LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;130" cfg json ini conf yml yaml xml toml)" # Compressed files and archives (red) LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;124" tar gz tgz zst bz2 xz lzma ar zip rar 7z Z arc lha cpio zoo)" # Special cases