# HG changeset patch # User zegervdv # Date 1643705960 -3600 # Node ID 1b7d04302f8991d981bf120382bd7aefe03752e2 # Parent 4a8042dab396c30cfdc41d65729e0bb2f1fa9fdf Use cyan for executables diff -r 4a8042dab396 -r 1b7d04302f89 dot_lscolors --- a/dot_lscolors Tue Feb 01 09:48:36 2022 +0100 +++ b/dot_lscolors Tue Feb 01 09:59:20 2022 +0100 @@ -19,7 +19,7 @@ STICKY_OTHER_WRITABLE 04;01;38;2;97;175;239 # dir that is sticky and other-writable (+t,o+w) OTHER_WRITABLE 01;38;2;97;175;239 # dir that is other-writable (o+w) and not sticky STICKY 04;38;2;97;175;239 # dir with the sticky bit set (+t) and not other-writable -EXEC 00;38;2;152;195;121 # This is for files with execute permission: +EXEC 00;38;2;86;182;194 # This is for files with execute permission: ## Source Code (yellow) .jl 00;38;2;255;194;75