docs: Add italic to Advanced Config styles (#2943)

Italic is mentioned in https://starship.rs/config/#style-strings but not https://starship.rs/advanced-config/#style-strings
This commit is contained in:
Stephy
2021-08-02 14:57:15 -05:00
committed by GitHub
parent c7a690880d
commit a9c79c5061
+1
View File
@@ -90,6 +90,7 @@ starship_precmd_user_func="set_win_title"
Style strings are a list of words, separated by whitespace. The words are not case sensitive (i.e. `bold` and `BoLd` are considered the same string). Each word can be one of the following:
- `bold`
- `italic`
- `underline`
- `dimmed`
- `inverted`