Customizing complete menu #433
-
Is it possible to customize the menu for the tab completions? For instance. This is how completion looks in fish: And this is the current default in ble.sh I would like to use a ligher color for the description, to focus on the commands itself. |
Beta Was this translation helpful? Give feedback.
Answered by
akinomyoga
Apr 17, 2024
Replies: 1 comment 8 replies
-
I'm not sure if I got it correctly, but would you like to specify the graphic style of the description of the selected item? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In commit b3e7237, I added the following new faces:
ble-face menu_desc_default
ble-face menu_desc_type
ble-face menu_desc_quote
You can now change the default color of the menu description by
ble-face menu_desc_default
. For example, you can use the following setting:ble-face menu_desc_default='fg=olive'
@romaia Could you update ble.sh by running
ble-update
and check the behavior?