Skip to content

Commit

Permalink
Merge pull request #68 from hakamadare/solarized-themes
Browse files Browse the repository at this point in the history
feat: Solarized themes
  • Loading branch information
dandavison committed Dec 10, 2019
2 parents d6fd233 + dfc359b commit 7951807
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -244,3 +244,4 @@ OPTIONS:
https://github.com/trishume/syntect<br>
https://github.com/sharkdp/bat<br>
https://github.com/so-fancy/diff-so-fancy
https://github.com/paulcpederson/solarized-sublime
Binary file modified assets/themes.bin
Binary file not shown.
3 changes: 2 additions & 1 deletion src/style.rs
@@ -1,10 +1,11 @@
use syntect::highlighting::{Color, FontStyle, Style, StyleModifier};

pub const LIGHT_THEMES: [&str; 4] = [
pub const LIGHT_THEMES: [&str; 5] = [
"GitHub",
"Monokai Extended Light",
"OneHalfLight",
"ansi-light",
"Solarized (light)",
];

pub const DEFAULT_LIGHT_THEME: &str = "GitHub";
Expand Down

0 comments on commit 7951807

Please sign in to comment.