Several files with the same extension (like .pdf or .jpg) don't get a correct highlight color whereas others do.
A few lines of my .config/vifm/colors/Default-256.vifm:
highlight {*.doc,*.docx} cterm=none ctermfg=122 ctermbg=default
highlight {*.pdf} cterm=none ctermfg=160 ctermbg=default
.jpg highlight is set by default under " images
.pdf highlight is removed from " documents ... section
This should highlight all files with .pdf or .docx in their respective colors.
But this isn't always the case:

(even after renaming or even copying to another directory)
What could this be? I've already checked for file size or length of file, but it doesn't make a difference.
I use arch btw and kitty.
Help much appreciated.