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