Mercurial > dotfiles
annotate dot_lscolors @ 550:1b7d04302f89
Use cyan for executables
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 01 Feb 2022 09:59:20 +0100 |
parents | 4a8042dab396 |
children | 407d461cd377 |
rev | line source |
---|---|
549 | 1 # Term Section |
2 TERM xterm-256color | |
351
7838713fd3b4
Add color configuration for ls
Zeger Van de Vannet <zegervdv@me.com>
parents:
diff
changeset
|
3 |
549 | 4 NORMAL 00;38;2;171;178;191 # no color code at all |
5 FILE 00 # regular file: use no color at all | |
6 RESET 00;38;2;171;178;191 # reset to "normal" color | |
7 DIR 00;38;2;97;175;239 # directory 01;34 | |
8 LINK 00;38;2;86;182;194 # symbolic link. (If you set this to 'target' instead of a | |
9 MULTIHARDLINK 00 # regular file with more than one link | |
10 FIFO 07;38;2;171;178;191 # pipe | |
11 SOCK 07;38;2;171;178;191 # socket | |
12 DOOR 07;38;2;171;178;191 # door | |
13 BLK 07;38;2;171;178;191 # block device driver | |
14 CHR 07;38;2;171;178;191 # character device driver | |
15 ORPHAN 00;38;2;190;80;70 # symlink to nonexistent file, or non-stat'able file | |
16 SETUID 01;38;2;171;178;191 # file that is setuid (u+s) | |
17 SETGID 04;01;38;2;171;178;191 # file that is setgid (g+s) | |
18 CAPABILITY 07;38;2;171;178;191 # file with capability | |
19 STICKY_OTHER_WRITABLE 04;01;38;2;97;175;239 # dir that is sticky and other-writable (+t,o+w) | |
20 OTHER_WRITABLE 01;38;2;97;175;239 # dir that is other-writable (o+w) and not sticky | |
21 STICKY 04;38;2;97;175;239 # dir with the sticky bit set (+t) and not other-writable | |
550 | 22 EXEC 00;38;2;86;182;194 # This is for files with execute permission: |
351
7838713fd3b4
Add color configuration for ls
Zeger Van de Vannet <zegervdv@me.com>
parents:
diff
changeset
|
23 |
549 | 24 ## Source Code (yellow) |
25 .jl 00;38;2;255;194;75 | |
26 .c 00;38;2;255;194;75 | |
27 .cpp 00;38;2;255;194;75 | |
28 .cc 00;38;2;255;194;75 | |
29 .h 00;38;2;255;194;75 | |
30 .asm 00;38;2;255;194;75 | |
31 .py 00;38;2;255;194;75 | |
32 .js 00;38;2;255;194;75 | |
33 .java 00;38;2;255;194;75 | |
34 .sh 00;38;2;255;194;75 | |
35 .zsh 00;38;2;255;194;75 | |
36 .bash 00;38;2;255;194;75 | |
37 .perl 00;38;2;255;194;75 | |
38 .pl 00;38;2;255;194;75 | |
39 .go 00;38;2;255;194;75 | |
40 .scala 00;38;2;255;194;75 | |
41 .m 00;38;2;255;194;75 | |
42 .cs 00;38;2;255;194;75 | |
43 .r 00;38;2;255;194;75 | |
44 .lua 00;38;2;255;194;75 | |
45 .vim 00;38;2;255;194;75 | |
46 .sv 00;38;2;255;194;75 | |
47 .svh 00;38;2;255;194;75 | |
48 .v 00;38;2;255;194;75 | |
49 .vhd 00;38;2;255;194;75 | |
50 .html 00;38;2;255;194;75 | |
351
7838713fd3b4
Add color configuration for ls
Zeger Van de Vannet <zegervdv@me.com>
parents:
diff
changeset
|
51 |
7838713fd3b4
Add color configuration for ls
Zeger Van de Vannet <zegervdv@me.com>
parents:
diff
changeset
|
52 |
549 | 53 ## "Useless" files (Comment Grey) |
54 .orig 00;38;2;92;99;112 | |
55 .dup 00;38;2;92;99;112 | |
56 .rej 00;38;2;92;99;112 | |
351
7838713fd3b4
Add color configuration for ls
Zeger Van de Vannet <zegervdv@me.com>
parents:
diff
changeset
|
57 |
549 | 58 ## Text files (light blue) |
59 .csv 00;38;2;152;195;121 | |
60 .txt 00;38;2;152;195;121 | |
61 .md 00;38;2;152;195;121 | |
62 .toml 00;38;2;152;195;121 | |
63 .yml 00;38;2;152;195;121 | |
64 .yaml 00;38;2;152;195;121 | |
65 .xml 00;38;2;152;195;121 | |
66 .json 00;38;2;152;195;121 | |
67 .conf 00;38;2;152;195;121 | |
351
7838713fd3b4
Add color configuration for ls
Zeger Van de Vannet <zegervdv@me.com>
parents:
diff
changeset
|
68 |
549 | 69 ## Archives or compressed (light red) |
70 .tar 00;38;2;224;108;117 | |
71 .tgz 00;38;2;224;108;117 | |
72 .arj 00;38;2;224;108;117 | |
73 .taz 00;38;2;224;108;117 | |
74 .lzh 00;38;2;224;108;117 | |
75 .lzma 00;38;2;224;108;117 | |
76 .tlz 00;38;2;224;108;117 | |
77 .txz 00;38;2;224;108;117 | |
78 .zip 00;38;2;224;108;117 | |
79 .z 00;38;2;224;108;117 | |
80 .Z 00;38;2;224;108;117 | |
81 .dz 00;38;2;224;108;117 | |
82 .gz 00;38;2;224;108;117 | |
83 .lz 00;38;2;224;108;117 | |
84 .xz 00;38;2;224;108;117 | |
85 .bz2 00;38;2;224;108;117 | |
86 .bz 00;38;2;224;108;117 | |
87 .tbz 00;38;2;224;108;117 | |
88 .tbz2 00;38;2;224;108;117 | |
89 .tz 00;38;2;224;108;117 | |
90 .deb 00;38;2;224;108;117 | |
91 .rpm 00;38;2;224;108;117 | |
92 .jar 00;38;2;224;108;117 | |
93 .rar 00;38;2;224;108;117 | |
94 .ace 00;38;2;224;108;117 | |
95 .zoo 00;38;2;224;108;117 | |
96 .cpio 00;38;2;224;108;117 | |
97 .7z 00;38;2;224;108;117 | |
98 .rz 00;38;2;224;108;117 | |
99 .apk 00;38;2;224;108;117 | |
100 .gem 00;38;2;224;108;117 | |
351
7838713fd3b4
Add color configuration for ls
Zeger Van de Vannet <zegervdv@me.com>
parents:
diff
changeset
|
101 |
549 | 102 # Image and Video formats (magenta) |
103 .jpg 00;38;2;198;120;221 | |
104 .JPG 00;38;2;198;120;221 #stupid but needed | |
105 .jpeg 00;38;2;198;120;221 | |
106 .gif 00;38;2;198;120;221 | |
107 .bmp 00;38;2;198;120;221 | |
108 .pbm 00;38;2;198;120;221 | |
109 .pgm 00;38;2;198;120;221 | |
110 .ppm 00;38;2;198;120;221 | |
111 .tga 00;38;2;198;120;221 | |
112 .xbm 00;38;2;198;120;221 | |
113 .xpm 00;38;2;198;120;221 | |
114 .tif 00;38;2;198;120;221 | |
115 .tiff 00;38;2;198;120;221 | |
116 .png 00;38;2;198;120;221 | |
117 .PNG 00;38;2;198;120;221 | |
118 .svg 00;38;2;198;120;221 | |
119 .svgz 00;38;2;198;120;221 | |
120 .mng 00;38;2;198;120;221 | |
121 .pcx 00;38;2;198;120;221 | |
122 .dl 00;38;2;198;120;221 | |
123 .xcf 00;38;2;198;120;221 | |
124 .xwd 00;38;2;198;120;221 | |
125 .yuv 00;38;2;198;120;221 | |
126 .cgm 00;38;2;198;120;221 | |
127 .emf 00;38;2;198;120;221 | |
128 .eps 00;38;2;198;120;221 | |
129 .CR2 00;38;2;198;120;221 | |
130 .ico 00;38;2;198;120;221 | |
131 .mov 00;38;2;198;120;221 | |
132 .MOV 00;38;2;198;120;221 | |
133 .mpg 00;38;2;198;120;221 | |
134 .mpeg 00;38;2;198;120;221 | |
135 .m2v 00;38;2;198;120;221 | |
136 .mkv 00;38;2;198;120;221 | |
137 .ogm 00;38;2;198;120;221 | |
138 .mp4 00;38;2;198;120;221 | |
139 .m4v 00;38;2;198;120;221 | |
140 .mp4v 00;38;2;198;120;221 | |
141 .vob 00;38;2;198;120;221 | |
142 .qt 00;38;2;198;120;221 | |
143 .nuv 00;38;2;198;120;221 | |
144 .wmv 00;38;2;198;120;221 | |
145 .asf 00;38;2;198;120;221 | |
146 .rm 00;38;2;198;120;221 | |
147 .rmvb 00;38;2;198;120;221 | |
148 .flc 00;38;2;198;120;221 | |
149 .avi 00;38;2;198;120;221 | |
150 .fli 00;38;2;198;120;221 | |
151 .flv 00;38;2;198;120;221 | |
152 .gl 00;38;2;198;120;221 | |
153 .m2ts 00;38;2;198;120;221 | |
154 .divx 00;38;2;198;120;221 | |
155 .webm 00;38;2;198;120;221 |