Customize dircolors

remotes/origin/manjaro
Shaun Reed 5 years ago
parent 7cb8304b6a
commit 8759e38565

@ -1,11 +1,3 @@
# Copyright (C) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
# Copyright (C) 2017-present Sven Greb <development@svengreb.de>
# Project: Nord dircolors
# Version: 0.2.0
# Repository: https://github.com/arcticicestudio/nord-dircolors
# License: MIT
COLOR tty
TERM ansi
@ -55,10 +47,10 @@ TERM xterm-256color
NORMAL 00
RESET 0
FILE 00
FILE 01;36
DIR 01;34
LINK 36
MULTIHARDLINK 04;36
LINK 01;04;31
MULTIHARDLINK 04;03;33
FIFO 04;01;36
SOCK 04;33
@ -67,7 +59,7 @@ BLK 01;33
CHR 33
ORPHAN 31
MISSING 01;37;41
MISSING 01;31;41
EXEC 01;36
@ -83,49 +75,49 @@ STICKY 04;37;44
#+ Extension Pattern +
#+-------------------+
#+--- Archives ---+
.7z 01;32
.ace 01;32
.alz 01;32
.arc 01;32
.arj 01;32
.bz 01;32
.bz2 01;32
.cab 01;32
.cpio 01;32
.deb 01;32
.dz 01;32
.ear 01;32
.gz 01;32
.jar 01;32
.lha 01;32
.lrz 01;32
.lz 01;32
.lz4 01;32
.lzh 01;32
.lzma 01;32
.lzo 01;32
.rar 01;32
.rpm 01;32
.rz 01;32
.sar 01;32
.t7z 01;32
.tar 01;32
.taz 01;32
.tbz 01;32
.tbz2 01;32
.tgz 01;32
.tlz 01;32
.txz 01;32
.tz 01;32
.tzo 01;32
.tzst 01;32
.war 01;32
.xz 01;32
.z 01;32
.Z 01;32
.zip 01;32
.zoo 01;32
.zst 01;32
.7z 01;31
.ace 01;31
.alz 01;31
.arc 01;31
.arj 01;31
.bz 01;31
.bz2 01;31
.cab 01;31
.cpio 01;31
.deb 01;31
.dz 01;31
.ear 01;31
.gz 01;31
.jar 01;31
.lha 01;31
.lrz 01;31
.lz 01;31
.lz4 01;31
.lzh 01;31
.lzma 01;31
.lzo 01;31
.rar 01;31
.rpm 01;31
.rz 01;31
.sar 01;31
.t7z 01;31
.tar 01;31
.taz 01;31
.tbz 01;31
.tbz2 01;31
.tgz 01;31
.tlz 01;31
.txz 01;31
.tz 01;31
.tzo 01;31
.tzst 01;31
.war 01;31
.xz 01;31
.z 01;31
.Z 01;31
.zip 01;31
.zoo 01;31
.zst 01;31
#+--- Audio ---+
.aac 32

Loading…
Cancel
Save