summaryrefslogtreecommitdiffstats
path: root/docs/config/README.md
diff options
context:
space:
mode:
authorRob Warner <rwarner@grailbox.com>2019-09-12 17:10:42 -0400
committerKevin Song <chipbuster@users.noreply.github.com>2019-09-12 16:10:42 -0500
commit373493be85f9bace92dd03e5595e43ad5dc59c9b (patch)
tree435e1959f611e246c780b47fa0e942cff4d76a16 /docs/config/README.md
parentb25046e89731ad51f09cf923c741d579098c9475 (diff)
feat: Add support for italic styles (#354) (#358)
Diffstat (limited to 'docs/config/README.md')
-rw-r--r--docs/config/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index ce97a1fac..c1944b957 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -48,9 +48,10 @@ Most modules in starship allow you to configure their display styles. This is do
- `"bg:blue fg:bright-green"` sets bright green text on a blue background
- `"bold fg:27"` sets bold text with [ANSI color](https://i.stack.imgur.com/KTSQa.png) 27
- `"underline bg:#bf5700"` sets underlined text on a burnt orange background
+- `"bold italic fg:purple"` sets bold italic purple text
- `""` explicitly disables all styling
-Note that what styling looks like will be controlled by your terminal emulator. For example, some terminal emulators will brighten the colors instead of bolding text, and some color themes use the same values for the normal and bright colors.
+Note that what styling looks like will be controlled by your terminal emulator. For example, some terminal emulators will brighten the colors instead of bolding text, and some color themes use the same values for the normal and bright colors. Also, to get italic text, your terminal must support italics.
## Prompt