X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=runtime%2Fhelp%2Fcolors.md;h=7186cdfecd26d1c7b490d2b128e26de7ffd0176d;hb=d7ab44253fac55ab83eda2847749fcc29ad16f37;hp=40ac92ee6b8c6252de463bbe8153dd52d36373fd;hpb=2f45644d14e7c96b7dbd70bd21eeebca185a6035;p=micro.git diff --git a/runtime/help/colors.md b/runtime/help/colors.md index 40ac92ee..7186cdfe 100644 --- a/runtime/help/colors.md +++ b/runtime/help/colors.md @@ -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. @@ -93,6 +95,7 @@ variable `MICRO_TRUECOLOR` must be set to 1. look its best. Use cmc-16 if your terminal doesn't support true color. * `gruvbox-tc`: The true color version of the gruvbox colorscheme * `github-tc`: The true color version of the Github colorscheme +* `material-tc`: Colorscheme based off of Google's Material Design palette ## Creating a Colorscheme @@ -129,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"