summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStephy <6765732+blindingstars@users.noreply.github.com>2021-08-02 14:57:15 -0500
committerGitHub <noreply@github.com>2021-08-02 21:57:15 +0200
commita9c79c50617b20304703fdcbfabf7139180736c0 (patch)
tree9c43af005c219ac8ef2b71f005c0747ce9f05b6a /docs
parentc7a690880d4a2b95199121cb80bd4133b70b55b2 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/advanced-config/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/advanced-config/README.md b/docs/advanced-config/README.md
index 52c176eef..0efecc21f 100644
--- a/docs/advanced-config/README.md
+++ b/docs/advanced-config/README.md
@@ -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`