Introduce JOLLY_COLOR_HOSTNAME

It is now possible to configure colors of the hostname segment independently.
Although it may seem contrary to the the spirit of the Jolly theme to limit
distractions for the user, it may actually help users quickly distingush
hosts they are working with.

If not set in a configuration file JOLLY_COLOR_HOSTNAME is initialized
with the value of JOLLY_COLOR_LITE.
This commit is contained in:
Łukasz Stelmach 2025-01-03 17:02:28 +01:00
commit 52dad2cc8b
2 changed files with 16 additions and 8 deletions

View file

@ -471,7 +471,12 @@ The color for elements related to a warning.
The color for elements that are not very important.
**JOLLY_COLOR_PATH_SHORT** *array<int> = (252 239 0 0 0 15)*
**JOLLY_COLOR_HOSTNAME** *array<int> = ( ${JOLLY_COLOR_LITE[@]} )*
The color for the hostname segment. By default initialized from JOLLY_COLOR_LITE.
**JOLLY_COLOR_PATH_SHORT** *array<int> = (252 239 0 0 0 7)*
The color of the shorten path marker.