diff options
| -rw-r--r-- | src/render.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.rs b/src/render.rs index 0ddbbf3..24922a4 100644 --- a/src/render.rs +++ b/src/render.rs @@ -4,7 +4,7 @@ use syntect::highlighting::ThemeSet; use syntect::html::highlighted_html_for_string; use syntect::parsing::SyntaxSet; -const THEME: &str = "base16-ocean.light"; +const THEME: &str = "InspiredGitHub"; const STYLE: &str = "html,body{margin:0;background:#fff}\ pre{margin:0;padding:1rem;font:14px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:auto}"; |