How can I customize the colors for custom command parameters? #577
-
I need the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Could you explain what you want to achieve in a bit more detail? I tried to search the internet for whether command-line arguments or options of The page shows an example with
If you would like to change the color of the options, you can change it using If you want to change the color of specific options or arguments (instead of changing the color of the same type of arguments all together), you need to write a chroma for |
Beta Was this translation helpful? Give feedback.
This must be the installation issue of the
modpoll
command. The red highlighting means is thatmodpoll
is not found inPATH
in your environment. If you installmodpoll
and setPATH
accordingly, the red highlighting should disappear.If you want to change the color of the normal arguments in general, you can put the following setting in your
~/.blerc
(please create it if you haven't created it):If you want to change the color of the specific word "1300" in an arbitrary command line, you may define and register a custom pattern highlightin…