Hi, so the idea would be to add the following 2 rules to the [filetype] part of the theme:
[filetype]
rules = [
# ...
{ name = "*", is = "exec", fg = "#<color to define>" },
{ mime = "inode/*", is = "link", fg = "#<color to define>" },
]
to make them pop out when navigating through files
Would this be possible?
Hi, so the idea would be to add the following 2 rules to the
[filetype]part of the theme:to make them pop out when navigating through files
Would this be possible?