Add crystal item

Ilan Cosman 2022-09-05 16:43:07 -04:00
parent 7ef53adc74
commit f0431c7b4a

@ -133,6 +133,14 @@ set --universal tide_left_prompt_items context $tide_left_prompt_items
| color_ssh | color of the context item when in SSH | color |
| hostname_parts | The number of hostname parts, split on dots, to display. For example, if your hostname is `foo.bar.baz`, 5 would show you `user@foo.bar.baz`, 1 would show you `user@foo`, and 0 would show you `user` | int |
### crystal
| Variable | Description | Type |
| -------- | -------------------------------- | ------ |
| bg_color | background color of crystal item | color |
| color | color of crystal item | color |
| icon | icon for the crystal item | string |
### docker
| Variable | Description | Type |