]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/colors.md
Update tcell and support italics in colorschemes
[micro.git] / runtime / help / colors.md
index cb3917ee5b751975f58131672bace796c870e336..7186cdfecd26d1c7b490d2b128e26de7ffd0176d 100644 (file)
@@ -20,6 +20,8 @@ set colorscheme twilight
 Micro comes with a number of colorschemes by default. The colorschemes that you
 can display will depend on what kind of color support your terminal has.
 
+Omit color-link default "[fg color],[bg color]" will make the background color match the terminal's, and transparency if set.
+
 Modern terminals tend to have a palette of 16 user-configurable colors (these
 colors can often be configured in the terminal preferences), and additional
 color support comes in three flavors.
@@ -130,7 +132,7 @@ If you would like no foreground you can just use a comma with nothing in front:
 color-link comment ",blue"
 ```
 
-You can also put bold, or underline in front of the color:
+You can also put bold, italic, or underline in front of the color:
 
 ```
 color-link comment "bold red"