github.com/rabbouni145/gg@v0.47.1/docs/content/en/commands/hugo_gen_chromastyles.md (about) 1 --- 2 date: 2018-08-17 3 title: "hugo gen chromastyles" 4 slug: hugo_gen_chromastyles 5 url: /commands/hugo_gen_chromastyles/ 6 --- 7 ## hugo gen chromastyles 8 9 Generate CSS stylesheet for the Chroma code highlighter 10 11 ### Synopsis 12 13 Generate CSS stylesheet for the Chroma code highlighter for a given style. This stylesheet is needed if pygmentsUseClasses is enabled in config. 14 15 See https://help.farbox.com/pygments.html for preview of available styles 16 17 ``` 18 hugo gen chromastyles [flags] 19 ``` 20 21 ### Options 22 23 ``` 24 -h, --help help for chromastyles 25 --highlightStyle string style used for highlighting lines (see https://github.com/alecthomas/chroma) (default "bg:#ffffcc") 26 --linesStyle string style used for line numbers (see https://github.com/alecthomas/chroma) 27 --style string highlighter style (see https://help.farbox.com/pygments.html) (default "friendly") 28 ``` 29 30 ### Options inherited from parent commands 31 32 ``` 33 --config string config file (default is path/config.yaml|json|toml) 34 --debug debug output 35 --log enable Logging 36 --logFile string log File path (if set, logging enabled automatically) 37 --quiet build in quiet mode 38 -v, --verbose verbose output 39 --verboseLog verbose logging 40 ``` 41 42 ### SEE ALSO 43 44 * [hugo gen](/commands/hugo_gen/) - A collection of several useful generators. 45 46 ###### Auto generated by spf13/cobra on 17-Aug-2018