add reset
to the color palette (#8083)
This commit is contained in:
parent
3ac2ac6dd6
commit
82cd445715
2 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,7 @@ over it and is merged into the default palette.
|
|||
|
||||
| Color Name |
|
||||
| --- |
|
||||
| `reset` |
|
||||
| `black` |
|
||||
| `red` |
|
||||
| `green` |
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue