...

Text file src/github.com/muesli/termenv/testdata/templatehelper.tpl

Documentation: github.com/muesli/termenv/testdata

     1Plain
     2{{ Color "#ff0000" "Red" }}
     3{{ Color "#ff0000" "#00ff00"  "Red on Blue" }}
     4{{ Foreground "#00ffff" "Cyan" }}
     5{{ Background "#ff00ff" "Magenta Bg" }}
     6{{ Foreground "#00ffff" (Background "#ff00ff" "Cyan on Magenta Bg") }}
     7{{ Bold "Bold" }}
     8{{ Faint "Faint" }}
     9{{ Italic "Italic" }}
    10{{ Underline "Underline" }}
    11{{ Overline "Overline" }}
    12{{ Blink "Blink" }}
    13{{ Reverse "Reverse" }}
    14{{ CrossOut "CrossOut" }}

View as plain text