diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-10-20 16:39:42 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-10-20 16:39:42 +0300 |
commit | a2ae0b1ef288ee8a1a88c5fc4aa46f29bba30fc2 (patch) | |
tree | 8c1f73721635ee4e9715c459915005af725cc68c | |
parent | 499c6c5aff7700abf064a6179d4b95ecbcde8a5a (diff) | |
download | swayrice-a2ae0b1ef288ee8a1a88c5fc4aa46f29bba30fc2.tar.gz swayrice-a2ae0b1ef288ee8a1a88c5fc4aa46f29bba30fc2.zip |
dir_colors update
-rw-r--r-- | dotfiles/.config/dir_colors | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/dotfiles/.config/dir_colors b/dotfiles/.config/dir_colors index 1e3ff8c..daf997f 100644 --- a/dotfiles/.config/dir_colors +++ b/dotfiles/.config/dir_colors @@ -68,6 +68,8 @@ TERM xterm-256color TERM xterm-88color TERM xterm-color TERM xterm-debian +TERM foot +TERM foot-extra # Below are the color init strings for the basic file types. A color init # string consists of one or more of the following numeric codes: @@ -182,6 +184,7 @@ EXEC 01;32 .mpeg 01;35 .m2v 01;35 .mkv 01;35 +.webp 01;35 .webm 01;35 .ogm 01;35 .mp4 01;35 @@ -205,8 +208,7 @@ EXEC 01;32 .yuv 01;35 .cgm 01;35 .emf 01;35 - -# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions +.nef 01;35 .axv 01;35 .anx 01;35 .ogv 01;35 @@ -221,6 +223,9 @@ EXEC 01;32 .log 00;32 .tex 00;32 .doc 00;32 +.docx 00;32 +.md 00;32 +.html 00;32 # audio formats .aac 00;36 @@ -233,10 +238,9 @@ EXEC 01;32 .mp3 00;36 .mpc 00;36 .ogg 00;36 +.opus 00;36 .ra 00;36 .wav 00;36 - -# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions .axa 00;36 .oga 00;36 .spx 00;36 |