mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-26 02:32:21 +03:00
parent
798a57e535
commit
adee5e78a9
@ -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…
Reference in New Issue
Block a user