Skip to content

Commit

Permalink
Theme::default impl comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Feb 16, 2023
1 parent 1678741 commit 64eaf09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helix-view/src/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ impl Theme {
}
}

// HELP: don't know why, this in a impl Default block makes Helix hang on startup.
pub fn default() -> Theme {
if Self::get_true_color_support() {
DEFAULT_THEME.clone()
Expand Down

0 comments on commit 64eaf09

Please sign in to comment.