Highlight: disable lsp, fix rust and whitespace
This commit is contained in:
parent
324505f245
commit
f173413eff
2 changed files with 37 additions and 18 deletions
|
@ -100,26 +100,27 @@ require("catppuccin").setup({
|
|||
|
||||
DiagnosticUnnecessary = { link = "" },
|
||||
|
||||
["@conceal.checked"] = { fg = colors.teal },
|
||||
["@none"] = { link = "Normal" },
|
||||
["@field"] = { fg = colors.blue },
|
||||
["@comment.todo"] = { fg = colors.lavender },
|
||||
["@property"] = { fg = colors.blue },
|
||||
["@variable.member"] = { fg = colors.blue },
|
||||
["@variable.parameter"] = { fg = colors.sky },
|
||||
["@parameter"] = { fg = colors.sky },
|
||||
["@comment.note"] = { link = "@comment.hint" },
|
||||
["@lsp.type.annotation"] = { fg = colors.yellow },
|
||||
["@lsp.type.modifier.java"] = { link = "@type.qualifier" },
|
||||
["@lsp.mod.builtin"] = { fg = colors.maroon },
|
||||
["@lsp.mod.readonly.python"] = { link = "Constant" },
|
||||
["@lsp.mod.documentation"] = { bold = true, fg = colors.mauve },
|
||||
["@lsp.type.keyword"] = { fg = colors.mauve },
|
||||
--["@conceal.checked"] = { fg = colors.teal },
|
||||
--["@none"] = { link = "Normal" },
|
||||
--["@field"] = { fg = colors.blue },
|
||||
--["@comment.todo"] = { fg = colors.lavender },
|
||||
--["@property"] = { fg = colors.blue },
|
||||
--["@variable.member"] = { fg = colors.blue },
|
||||
--["@variable.parameter"] = { fg = colors.sky },
|
||||
--["@parameter"] = { fg = colors.sky },
|
||||
--["@comment.note"] = { link = "@comment.hint" },
|
||||
|
||||
--["@lsp.type.annotation"] = { fg = colors.darkyellow },
|
||||
--["@lsp.type.modifier.java"] = { link = "@type.qualifier" },
|
||||
--["@lsp.mod.builtin"] = { fg = colors.maroon },
|
||||
--["@lsp.mod.readonly.python"] = { link = "Constant" },
|
||||
--["@lsp.mod.documentation"] = { bold = true, fg = colors.mauve },
|
||||
--["@lsp.type.keyword"] = { fg = colors.mauve },
|
||||
}
|
||||
end,
|
||||
latte = function(colors)
|
||||
return {
|
||||
["@lsp.type.keyword"] = { fg = colors.lavender },
|
||||
-- ["@lsp.type.keyword"] = { fg = colors.darkyellow },
|
||||
|
||||
Comment = { fg = colors.blue },
|
||||
Conditional = { fg = colors.darkyellow },
|
||||
|
@ -128,7 +129,7 @@ require("catppuccin").setup({
|
|||
Function = { fg = colors.cyan },
|
||||
Identifier = { fg = colors.green },
|
||||
Include = { fg = colors.pink },
|
||||
Keyword = { fg = colors.cyan },
|
||||
Keyword = { fg = colors.darkyellow },
|
||||
Operator = { fg = colors.darkyellow },
|
||||
Parameter = { fg = colors.sky },
|
||||
Special = { fg = colors.flamingo },
|
||||
|
@ -136,6 +137,10 @@ require("catppuccin").setup({
|
|||
String = { fg = colors.red },
|
||||
Structure = { fg = colors.green },
|
||||
WhitespaceError = { fg = colors.base, bg = colors.red },
|
||||
Type = { fg = colors.cyan },
|
||||
StorageClass = { fg = colors.green },
|
||||
--Macro = { fg = colors.magenta },
|
||||
--Define = { fg = colors.magenta },
|
||||
}
|
||||
end,
|
||||
},
|
||||
|
@ -168,6 +173,7 @@ require("catppuccin").setup({
|
|||
mantle = "#eeeeee",
|
||||
crust = "#dddddd",
|
||||
cyan = "#0EB1A2",
|
||||
magenta = "#FF00FF",
|
||||
},
|
||||
},
|
||||
background = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue