Update theme.rs
This commit is contained in:
parent
cff5344a13
commit
a9a9d498e8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pub static DEFAULT_THEME: Lazy<Theme> = Lazy::new(|| {
|
||||||
toml::from_slice(include_bytes!("../../theme.toml")).expect("Failed to parse default theme")
|
toml::from_slice(include_bytes!("../../theme.toml")).expect("Failed to parse default theme")
|
||||||
});
|
});
|
||||||
pub static BASE16_DEFAULT_THEME: Lazy<Theme> = Lazy::new(|| {
|
pub static BASE16_DEFAULT_THEME: Lazy<Theme> = Lazy::new(|| {
|
||||||
toml::from_slice(include_bytes!("../../base16_theme.toml"))
|
toml::from_slice(include_bytes!("../../base16_tty.toml"))
|
||||||
.expect("Failed to parse base 16 default theme")
|
.expect("Failed to parse base 16 default theme")
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue