diff options
Diffstat (limited to 'helix-view/src')
-rw-r--r-- | helix-view/src/theme.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/src/theme.rs b/helix-view/src/theme.rs index 7a9aae51..a288ae9a 100644 --- a/helix-view/src/theme.rs +++ b/helix-view/src/theme.rs @@ -359,7 +359,7 @@ impl Default for ThemePalette { fn default() -> Self { Self { palette: hashmap! { - "reset".to_string() => Color::Reset, + "default".to_string() => Color::Reset, "black".to_string() => Color::Black, "red".to_string() => Color::Red, "green".to_string() => Color::Green, |