Avoid blue on green for STICKY_OTHER_WRITABLE.
--- a/.dircolors Tue Dec 18 13:04:48 2018 +0200
+++ b/.dircolors Thu Dec 20 00:47:02 2018 +0200
@@ -9,7 +9,7 @@
NORMAL 00
FILE 00
-DIR 01;34
+DIR 04;34
LINK 04;36
MULTIHARDLINK 00
FIFO 40;33
@@ -21,7 +21,9 @@
SETUID 37;41
SETGID 30;43
CAPABILITY 30;41
-STICKY_OTHER_WRITABLE 30;42
+OTHER_WRITABLE 04;31 # dir that is other-writable (o+w) and not sticky
+STICKY_OTHER_WRITABLE 04;31 # dir that is sticky and other-writable (+t,o+w)
+STICKY 04;31 # dir with the sticky bit set (+t) and not other-writable
EXEC 04;31
.cmd 31