Skip to content

Commit

Permalink
Tweak theme list
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Jan 26, 2023
1 parent c4d0bfb commit 1e852f9
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,17 @@ Commonmarker.to_html(code, plugins: { syntax_highlighter: nil })
Commonmarker.to_html(code, plugins: { syntax_highlighter: { theme: nil } })
```

Available themes ([source](https://docs.rs/syntect/5.0.0/syntect/highlighting/struct.ThemeSet.html#implementations)):

- base16-ocean.dark
- base16-eighties.dark
- base16-mocha.dark
- base16-ocean.light
- InspiredGitHub
- Solarized (dark)
- Solarized (light)
##### Available themes

Here's [a list of available themes](https://docs.rs/syntect/5.0.0/syntect/highlighting/struct.ThemeSet.html#implementations):

- `"base16-ocean.dark"`
- `"base16-eighties.dark"`
- `"base16-mocha.dark"`
- `"base16-ocean.light"`
- `"InspiredGitHub"`
- `"Solarized (dark)"`
- `"Solarized (light)"`

## Output formats

Expand Down

0 comments on commit 1e852f9

Please sign in to comment.