Skip to content

Commit

Permalink
feat(mdbook): add tui theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Jun 12, 2023
1 parent 0f8118b commit 893785e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/site/mdbook.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ impl AxomdbookTheme {
Theme::Dark => Some(Axo),
Theme::Hacker => None,
Theme::Cupcake => None,
Theme::Tui => None,
}
}

Expand Down

0 comments on commit 893785e

Please sign in to comment.