Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/jcode-tui-mermaid/src/mermaid_content.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ pub fn terminal_theme() -> Theme {
// Uses transparent canvas so the rendered PNG integrates with the TUI,
// while keeping nodes/labels readable against dark panes.
background: "#00000000".to_string(),
font_family: "Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, sans-serif"
font_family: "Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, \"DejaVu Sans\", \"Liberation Sans\", sans-serif"
.to_string(),
font_size: 15.0,
primary_color: "#313244".to_string(),
Expand Down