Skip to content

Commit

Permalink
Add more colors to dir_colors
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Oct 4, 2024
1 parent 4a829ca commit 89963dc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .dir_colors
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,28 @@ OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
EXEC 38;5;202 # Executable files

################################################################################
## TEXT ########################################################################

.md 38;5;220
.markdown 38;5;220
.html 38;5;110
.htm 38;5;110
.tmpl 38;5;110
.log 38;5;145
.txt 38;5;145

## DEV #########################################################################

.c 38;5;74
.cpp 38;5;74
.cc 38;5;74
.cxx 38;5;74
.h 38;5;186
.hpp 38;5;186
.go 38;5;45
.js 38;5;117
.jsx 38;5;117
.json 38;5;117
.mod 38;5;153
.sum 38;5;153
.rb 38;5;169
Expand All @@ -110,6 +118,7 @@ EXEC 38;5;202 # Executable files
.cnf 38;5;221
.conf 38;5;221
.patch 38;5;132
.diff 38;5;132
.init 38;5;130
.service 38;5;130
.recipe 38;5;85
Expand Down Expand Up @@ -164,6 +173,7 @@ EXEC 38;5;202 # Executable files
.deb 38;5;108
.rpm 38;5;108
.snap 38;5;108
.source 38;5;250

# IMAGE ########################################################################

Expand Down

0 comments on commit 89963dc

Please sign in to comment.