mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
Changes for respect new 'HARDLINK' highlight type.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
264f90b675
commit
2712ec2ca8
@ -4,7 +4,6 @@
|
||||
[directory]
|
||||
type=DIR
|
||||
|
||||
|
||||
[device]
|
||||
type=DEVICE
|
||||
|
||||
@ -17,6 +16,9 @@
|
||||
[symlink]
|
||||
type=SYMLINK
|
||||
|
||||
[hardlink]
|
||||
type=HARDLINK
|
||||
|
||||
[core]
|
||||
regexp=^core\\.*\\d*$
|
||||
|
||||
|
@ -58,6 +58,7 @@
|
||||
directory=white;
|
||||
executable=brightmagenta;
|
||||
symlink=lightgray;
|
||||
hardlink=
|
||||
stalelink=brightred;
|
||||
device=brightmagenta;
|
||||
special=brightblue;
|
||||
|
@ -58,6 +58,7 @@
|
||||
directory=white;
|
||||
executable=brightmagenta;
|
||||
symlink=lightgray;
|
||||
hardlink=
|
||||
stalelink=brightred;
|
||||
device=brightmagenta;
|
||||
special=brightblue;
|
||||
|
@ -59,6 +59,7 @@
|
||||
directory=white;
|
||||
executable=brightgreen;
|
||||
symlink=lightgray;
|
||||
hardlink=
|
||||
stalelink=brightred;
|
||||
device=brightmagenta;
|
||||
special=black;
|
||||
|
@ -58,6 +58,7 @@
|
||||
directory=white;
|
||||
executable=brightgreen;
|
||||
symlink=lightgray;
|
||||
hardlink=
|
||||
stalelink=brightred;
|
||||
device=brightmagenta;
|
||||
special=black;
|
||||
|
@ -60,6 +60,7 @@
|
||||
directory=white;
|
||||
executable=brightgreen;
|
||||
symlink=lightgray;
|
||||
hardlink=
|
||||
stalelink=brightred;
|
||||
device=brightmagenta;
|
||||
special=black;
|
||||
|
@ -55,6 +55,7 @@
|
||||
directory=brightcyan;
|
||||
executable=brightgreen;
|
||||
symlink=red;
|
||||
hardlink=
|
||||
stalelink=yellow;blue
|
||||
device=green;
|
||||
special=brightblue;
|
||||
|
@ -49,6 +49,7 @@
|
||||
directory=blue;
|
||||
executable=brightgreen;
|
||||
symlink=gray;
|
||||
hardlink=
|
||||
stalelink=brightred;
|
||||
device=brightmagenta;
|
||||
special=gray;
|
||||
|
@ -102,6 +102,7 @@
|
||||
directory=
|
||||
executable=rgb030
|
||||
symlink=rgb202
|
||||
hardlink=
|
||||
# 404 Not Found :)
|
||||
stalelink=rgb404
|
||||
device=rgb231
|
||||
|
@ -100,6 +100,7 @@
|
||||
directory=;;bold
|
||||
executable=color114
|
||||
symlink=color180
|
||||
hardlink=
|
||||
stalelink=rgb404
|
||||
device=rgb231
|
||||
special=rgb331
|
||||
|
@ -31,6 +31,7 @@ context default
|
||||
keyword SPECIAL brightred
|
||||
keyword STALE_LINK brightred
|
||||
keyword SYMLINK brightred
|
||||
keyword HARDLINK brightred
|
||||
|
||||
context linestart # \n brown
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user