mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-25 02:06:19 +03:00
parent
798a57e535
commit
adee5e78a9
@ -20,6 +20,7 @@ pub struct PaletteFromYaml {
|
||||
pub fg: PaletteColorFromYaml,
|
||||
pub bg: PaletteColorFromYaml,
|
||||
pub black: PaletteColorFromYaml,
|
||||
pub gray: PaletteColorFromYaml,
|
||||
pub red: PaletteColorFromYaml,
|
||||
pub green: PaletteColorFromYaml,
|
||||
pub yellow: PaletteColorFromYaml,
|
||||
@ -79,6 +80,7 @@ impl From<PaletteFromYaml> for Palette {
|
||||
fg: yaml.fg.into(),
|
||||
bg: yaml.fg.into(),
|
||||
black: yaml.black.into(),
|
||||
gray: yaml.gray.into(),
|
||||
red: yaml.red.into(),
|
||||
green: yaml.green.into(),
|
||||
yellow: yaml.yellow.into(),
|
||||
|
Loading…
Reference in New Issue
Block a user