mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
tests/colorschemes/cyberdream: remove invalid attribute 'style'
This commit is contained in:
parent
fef6001b5d
commit
5c149963c0
1 changed files with 3 additions and 8 deletions
|
@ -42,19 +42,14 @@
|
||||||
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 = {
|
||||||
bg = "#000000";
|
bg = "#000000";
|
||||||
green = "#00ff00";
|
green = "#00ff00";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue