fix(plugins): typo that gives plugins the wrong theme (#975)

This commit is contained in:
LordMZTE 2021-12-28 08:58:25 +01:00 committed by GitHub
parent 0863e74d10
commit 9e74d8d617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ impl From<PaletteFromYaml> for Palette {
fn from(yaml: PaletteFromYaml) -> Self { fn from(yaml: PaletteFromYaml) -> Self {
Palette { Palette {
fg: yaml.fg.into(), fg: yaml.fg.into(),
bg: yaml.fg.into(), bg: yaml.bg.into(),
black: yaml.black.into(), black: yaml.black.into(),
gray: yaml.gray.into(), gray: yaml.gray.into(),
red: yaml.red.into(), red: yaml.red.into(),