parent
798a57e535
commit
adee5e78a9
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ pub struct PaletteFromYaml {
|
||||||
pub fg: PaletteColorFromYaml,
|
pub fg: PaletteColorFromYaml,
|
||||||
pub bg: PaletteColorFromYaml,
|
pub bg: PaletteColorFromYaml,
|
||||||
pub black: PaletteColorFromYaml,
|
pub black: PaletteColorFromYaml,
|
||||||
|
pub gray: PaletteColorFromYaml,
|
||||||
pub red: PaletteColorFromYaml,
|
pub red: PaletteColorFromYaml,
|
||||||
pub green: PaletteColorFromYaml,
|
pub green: PaletteColorFromYaml,
|
||||||
pub yellow: PaletteColorFromYaml,
|
pub yellow: PaletteColorFromYaml,
|
||||||
|
|
@ -79,6 +80,7 @@ impl From<PaletteFromYaml> for Palette {
|
||||||
fg: yaml.fg.into(),
|
fg: yaml.fg.into(),
|
||||||
bg: yaml.fg.into(),
|
bg: yaml.fg.into(),
|
||||||
black: yaml.black.into(),
|
black: yaml.black.into(),
|
||||||
|
gray: yaml.gray.into(),
|
||||||
red: yaml.red.into(),
|
red: yaml.red.into(),
|
||||||
green: yaml.green.into(),
|
green: yaml.green.into(),
|
||||||
yellow: yaml.yellow.into(),
|
yellow: yaml.yellow.into(),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue