mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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,17 +42,12 @@
|
|||
bg = "NONE";
|
||||
italic = true;
|
||||
};
|
||||
SpellBad = {
|
||||
fg = "red";
|
||||
style = "undercurl,underdashed,italic";
|
||||
};
|
||||
SpellBad.fg = "red";
|
||||
ErrorMsg = {
|
||||
fg = "#000000";
|
||||
bg = "#000000";
|
||||
style = {
|
||||
undercurl = true;
|
||||
italic = true;
|
||||
};
|
||||
undercurl = true;
|
||||
italic = true;
|
||||
};
|
||||
};
|
||||
colors = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue