diff options
author | Pascal Kuthe | 2022-10-11 10:11:33 +0000 |
---|---|---|
committer | Pascal Kuthe | 2022-10-11 10:11:33 +0000 |
commit | 328c4d002f5eaef2b79c73a48ce5011e89425b54 (patch) | |
tree | 9b1278cd5e97e8c260d78318f99cedc7b9679892 /book/src | |
parent | 2f7088c1f37f11606944a9db52814a652f97fdcd (diff) |
adress review comments
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/themes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/themes.md b/book/src/themes.md index e84f8705..66ad380e 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -16,7 +16,7 @@ Each line in the theme file is specified as below: key = { fg = "#ffffff", bg = "#000000", underline-color = "#ff0000", underline-style = "curl", modifiers = ["bold", "italic"] } ``` -where `key` represents what you want to style, `fg` specifies the foreground color, `bg` the background color, `underline_style` the underline style, `underline_color` the underline color (only meaningful if an underline style is enabled), and `modifiers` is a list of style modifiers. `bg`, `underline` and `modifiers` can be omitted to defer to the defaults. +where `key` represents what you want to style, `fg` specifies the foreground color, `bg` the background color, `underline-style` the underline style, `underline-color` the underline color (only meaningful if an underline style is enabled), and `modifiers` is a list of style modifiers. `bg`, `underline` and `modifiers` can be omitted to defer to the defaults. To specify only the foreground color: |