-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.dircolors-catpuccin
More file actions
32 lines (29 loc) · 960 Bytes
/
.dircolors-catpuccin
File metadata and controls
32 lines (29 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ~/.catppuccin-mocho.dircolors
# File types
di 38;5;117 # directory = sky blue
ln 38;5;153 # symlink = lavender
so 38;5;217 # socket = flamingo
pi 38;5;229 # pipe = yellow
ex 38;5;114 # executable = green
bd 38;5;174 # block special = maroon
cd 38;5;174 # character special = maroon
su 38;5;204 # setuid file = red
sg 38;5;204 # setgid file = red
tw 38;5;204 # sticky other writable = red
ow 38;5;204 # other writable = red
st 38;5;204 # sticky = red
mi 38;5;204 # missing file = red
or 38;5;204 # orphaned symlink = red
# Extensions
*.rs 38;5;153 # Rust files = lavender
*.py 38;5;153 # Python files = lavender
*.sh 38;5;114 # Shell scripts = green
*.toml 38;5;229 # TOML = yellow
*.yaml 38;5;229 # YAML = yellow
*.yml 38;5;229 # YAML = yellow
*.md 38;5;218 # Markdown = pink
*.txt 38;5;218 # Text = pink
*.log 38;5;229 # Logs = yellow
*.json 38;5;229 # JSON = yellow
# Special cases
Makefile 38;5;216