Skip to content

Commit

Permalink
deps: Update two-face 0.3.0 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev committed May 21, 2024
1 parent 9fc575a commit 6d7abea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ toml = "0.8.12"
# In application tracing (aka logging on steroids)
tracing = "0.1.40"
# Extra syntax and theme definitions for `syntect`
two-face = "0.3.0"
two-face = "0.4.0"
# More text hashing...
twox-hash = "1.6.3"
# HTTP client for requesting images from urls
Expand Down
2 changes: 1 addition & 1 deletion src/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ impl From<ThemeDefaults> for EmbeddedThemeName {
ThemeDefaults::OneHalfLight => Self::OneHalfLight,
ThemeDefaults::SolarizedDark => Self::SolarizedDark,
ThemeDefaults::SolarizedLight => Self::SolarizedLight,
ThemeDefaults::SublimeSnazzy => Self::SubmlimeSnazzy,
ThemeDefaults::SublimeSnazzy => Self::SublimeSnazzy,
ThemeDefaults::TwoDark => Self::TwoDark,
ThemeDefaults::VisualStudioDarkPlus => Self::VisualStudioDarkPlus,
ThemeDefaults::Zenburn => Self::Zenburn,
Expand Down

0 comments on commit 6d7abea

Please sign in to comment.