changeset 550:1b7d04302f89

Use cyan for executables
author zegervdv <zegervdv@me.com>
date Tue, 01 Feb 2022 09:59:20 +0100
parents 4a8042dab396
children 2cce224318f9
files dot_lscolors
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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