aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-12-29 09:32:28 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-12-29 09:33:24 +0100
commit369ba2d960a16289317efd1ecc0bd7b04bd50b3e (patch)
tree4e5a47e8336799bd22ba8d40146968508dadec35
parent642e81ce832faa52161a128c8c06b5ed1bc62c4c (diff)
Changed the dircolors
-rw-r--r--theme/.dircolors48
1 files changed, 27 insertions, 21 deletions
diff --git a/theme/.dircolors b/theme/.dircolors
index 1f73b06..416cc26 100644
--- a/theme/.dircolors
+++ b/theme/.dircolors
@@ -42,7 +42,8 @@ TERM xterm*
#NORMAL 00 # no color code at all
#FILE 00 # regular file: use no color at all
RESET 0 # reset to "normal" color
-DIR 1;32 # directory
+DIR 0;03 # directory
+DIR 00;38;5;244 # #808080
LINK 3 # symbolic link. (If you set this to 'target' instead of a
# numerical value, the color is as for the file pointed to.)
MULTIHARDLINK 00 # regular file with more than one link
@@ -74,10 +75,15 @@ EXEC 04
# executable bit actually set.
#.sh 01;32
#.csh 01;32
-.ml 01;33
-.mly 01;33
-.mll 01;33
-.py 01;33
+.ml 00;38;5;110
+.mli 00;38;5;110
+.mly 00;38;5;110
+.mll 00;38;5;110
+.py 00;38;5;110
+.rst 00;38;5;110
+.txt 00;38;5;110
+.sh 00;38;5;110
+.conf 00;38;5;110
# archives or compressed (bright red)
.tar 01;31
.tgz 01;31
@@ -174,20 +180,20 @@ EXEC 04
.ogv 01;35
.ogx 01;35
# audio formats
-.aac 00;36
-.au 00;36
-.flac 00;36
-.m4a 00;36
-.mid 00;36
-.midi 00;36
-.mka 00;36
-.mp3 00;36
-.mpc 00;36
-.ogg 00;36
-.ra 00;36
-.wav 00;36
+.aac 00;38;5;173
+.au 00;38;5;173
+.flac 00;38;5;173
+.m4a 00;38;5;173
+.mid 00;38;5;173
+.midi 00;38;5;173
+.mka 00;38;5;173
+.mp3 00;38;5;173
+.mpc 00;38;5;173
+.ogg 00;38;5;173
+.ra 00;38;5;173
+.wav 00;38;5;173
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
-.oga 00;36
-.opus 00;36
-.spx 00;36
-.xspf 00;36
+.oga 00;38;5;173
+.opus 00;38;5;173
+.spx 00;38;5;173
+.xspf 00;38;5;173