tests/colorschemes/cyberdream: remove invalid attribute 'style'

This commit is contained in:
Gaetan Lepage 2024-07-31 13:06:53 +02:00
parent fef6001b5d
commit 5c149963c0

View file

@ -42,17 +42,12 @@
bg = "NONE"; bg = "NONE";
italic = true; italic = true;
}; };
SpellBad = { SpellBad.fg = "red";
fg = "red";
style = "undercurl,underdashed,italic";
};
ErrorMsg = { ErrorMsg = {
fg = "#000000"; fg = "#000000";
bg = "#000000"; bg = "#000000";
style = { undercurl = true;
undercurl = true; italic = true;
italic = true;
};
}; };
}; };
colors = { colors = {