-
|
Hello, I'm trying to figure out how to update styling for carapace output similar to the following (git command completions shown):
I would like all the command names I tried I do have a styles.json already as part of my dotfiles but have not been able to get as far as figuring out what I need to override to achieve this goal so would really appreciate some direction. I found the code to handle Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Subcommands implicitly use the highlight styles based on their group (e.g |
Beta Was this translation helpful? Give feedback.

Subcommands implicitly use the highlight styles based on their group (e.g
carapace.Highlight1).The default uses the standard colors, so it depends on your terminal color theme how they look.
There's no config to disable subcommand styling at the moment.