fixed syntax erros in rosepine theme
This commit is contained in:
parent
0faf60323e
commit
5d582c6620
1 changed files with 8 additions and 9 deletions
|
@ -80,11 +80,11 @@
|
||||||
"hint" = iris;
|
"hint" = iris;
|
||||||
"debug" = rose;
|
"debug" = rose;
|
||||||
|
|
||||||
"diagnostic" = { underline = { color = subtle; style = curl; }; };
|
"diagnostic" = { underline = { color = subtle; style = "curl"; }; };
|
||||||
"diagnostic.hint" = { underline = { color = iris; style = curl; }; };
|
"diagnostic.hint" = { underline = { color = iris; style = "curl"; }; };
|
||||||
"diagnostic.info" = { underline = { color = foam; style = curl; }; };
|
"diagnostic.info" = { underline = { color = foam; style = "curl"; }; };
|
||||||
"diagnostic.warning" = { underline = { color = gold; style = curl; }; };
|
"diagnostic.warning" = { underline = { color = gold; style = "curl"; }; };
|
||||||
"diagnostic.error" = { underline = { color = love; style = curl; }; };
|
"diagnostic.error" = { underline = { color = love; style = "curl"; }; };
|
||||||
"special" = rose;
|
"special" = rose;
|
||||||
|
|
||||||
"attribute" = "iris";
|
"attribute" = "iris";
|
||||||
|
@ -144,7 +144,7 @@
|
||||||
|
|
||||||
"operator" = subtle;
|
"operator" = subtle;
|
||||||
|
|
||||||
"function" = rose # maybe pine;
|
"function" = rose; # maybe pine;
|
||||||
"function.builtin" = love;
|
"function.builtin" = love;
|
||||||
# "function.method" = "";
|
# "function.method" = "";
|
||||||
# "function.macro" = "";
|
# "function.macro" = "";
|
||||||
|
@ -170,7 +170,7 @@
|
||||||
"markup.bold" = { modifiers = ["bold"]; };
|
"markup.bold" = { modifiers = ["bold"]; };
|
||||||
"markup.italic" = { modifiers = ["italic"]; };
|
"markup.italic" = { modifiers = ["italic"]; };
|
||||||
"markup.link" = iris;
|
"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.label" = subtle;
|
||||||
"markup.link.text" = text;
|
"markup.link.text" = text;
|
||||||
"markup.quote" = subtle;
|
"markup.quote" = subtle;
|
||||||
|
@ -189,6 +189,5 @@
|
||||||
"diff.delta" = highlight_high;
|
"diff.delta" = highlight_high;
|
||||||
# "diff.delta.moved" = "";
|
# "diff.delta.moved" = "";
|
||||||
|
|
||||||
}
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue