fixed syntax erros in rosepine theme

This commit is contained in:
twoneis 2023-11-02 10:34:59 +01:00
parent 0faf60323e
commit 5d582c6620

View file

@ -80,11 +80,11 @@
"hint" = iris;
"debug" = rose;
"diagnostic" = { underline = { color = subtle; style = curl; }; };
"diagnostic.hint" = { underline = { color = iris; style = curl; }; };
"diagnostic.info" = { underline = { color = foam; style = curl; }; };
"diagnostic.warning" = { underline = { color = gold; style = curl; }; };
"diagnostic.error" = { underline = { color = love; style = curl; }; };
"diagnostic" = { underline = { color = subtle; style = "curl"; }; };
"diagnostic.hint" = { underline = { color = iris; style = "curl"; }; };
"diagnostic.info" = { underline = { color = foam; style = "curl"; }; };
"diagnostic.warning" = { underline = { color = gold; style = "curl"; }; };
"diagnostic.error" = { underline = { color = love; style = "curl"; }; };
"special" = rose;
"attribute" = "iris";
@ -144,7 +144,7 @@
"operator" = subtle;
"function" = rose # maybe pine;
"function" = rose; # maybe pine;
"function.builtin" = love;
# "function.method" = "";
# "function.macro" = "";
@ -170,7 +170,7 @@
"markup.bold" = { modifiers = ["bold"]; };
"markup.italic" = { modifiers = ["italic"]; };
"markup.link" = iris;
"markup.link.url" = { fg = iris, underline = { color = iris, style = "line" }; } ;
"markup.link.url" = { fg = iris; underline = { color = iris; style = "line"; }; } ;
"markup.link.label" = subtle;
"markup.link.text" = text;
"markup.quote" = subtle;
@ -189,6 +189,5 @@
"diff.delta" = highlight_high;
# "diff.delta.moved" = "";
}
};
}