Skip to content

Commit

Permalink
add reset to the color palette (helix-editor#8083)
Browse files Browse the repository at this point in the history
  • Loading branch information
wildwestrom authored and mtoohey31 committed Jun 2, 2024
1 parent 928cad3 commit 1593ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions book/src/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ over it and is merged into the default palette.

| Color Name |
| --- |
| `reset` |
| `black` |
| `red` |
| `green` |
Expand Down
1 change: 1 addition & 0 deletions helix-view/src/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1593ada

Please sign in to comment.