fix(plugins): typo that gives plugins the wrong theme (#975)
This commit is contained in:
parent
0863e74d10
commit
9e74d8d617
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ impl From<PaletteFromYaml> for Palette {
|
|||
fn from(yaml: PaletteFromYaml) -> Self {
|
||||
Palette {
|
||||
fg: yaml.fg.into(),
|
||||
bg: yaml.fg.into(),
|
||||
bg: yaml.bg.into(),
|
||||
black: yaml.black.into(),
|
||||
gray: yaml.gray.into(),
|
||||
red: yaml.red.into(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue