Skip to content

Themes | List of Chalk Styles

dc edited this page Oct 17, 2015 · 1 revision

In creating a theme, you are assigning Chalk ANSI styles to code classes built by highlighter.js.

This is a list of all assignable Chalk styles.

Modifiers

   - reset
   - bold
   - dim
   - italic (not widely supported)
   - underline
   - inverse
   - hidden
   - strikethrough (not widely supported)

 Colors

   - black
   - red
   - green
   - yellow
   - blue (on Windows the bright version is used as normal blue is illegible)
   - magenta
   - cyan
   - white
   - gray

 Background colors

   - bgBlack
   - bgRed
   - bgGreen
   - bgYellow
   - bgBlue
   - bgMagenta
   - bgCyan
   - bgWhite
Clone this wiki locally