diff options
| author | olivia <olivia@fastmail.com> | 2018-11-26 11:29:39 +0100 |
|---|---|---|
| committer | olivia <olivia@fastmail.com> | 2018-11-26 11:29:39 +0100 |
| commit | a4b4350b70a4af46abf9d3d27bef1459a9b58521 (patch) | |
| tree | 9b65b0bc4a9bd490a66d78cb6f3402a487a8540f /src | |
| parent | a15b276d96cb65b19397b525e219c5c95cf940a4 (diff) | |
switch theme to base16 eighties
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 71e2925..685618d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -141,7 +141,7 @@ fn main() { } if let None = matches.subcommand_name() { - let mut highlighter = HighlightFile::new("default_out.md", &ss, &ts.themes["Solarized (dark)"]).unwrap(); + let mut highlighter = HighlightFile::new("default_out.md", &ss, &ts.themes["base16-eighties.dark"]).unwrap(); for maybe_line in highlighter.reader.lines() { let line = maybe_line.unwrap(); let regions: Vec<(Style, &str)> = highlighter.highlight_lines.highlight(&line, &ss); |
