Add fold capa / remove ondarker plugin / add correct jdtls support
This commit is contained in:
@@ -65,7 +65,9 @@ M.base46 = {
|
||||
|
||||
["@module"] = { fg = "yellow" },
|
||||
["@constant"] = { fg = "orange" },
|
||||
|
||||
["Include"] = { fg = "purple" },
|
||||
["@keyword.exception"] = { fg = "purple" },
|
||||
|
||||
["@string.escape"] = { fg = "red" },
|
||||
["Special"] = { fg = "red" },
|
||||
@@ -73,10 +75,15 @@ M.base46 = {
|
||||
["@punctuation.bracket"] = { fg = "light_grey" },
|
||||
["@punctuation.delimiter"] = { fg = "light_grey" },
|
||||
["@tag.delimiter"] = { fg = "light_grey" },
|
||||
["Delimiter"] = { fg = "light_grey" },
|
||||
|
||||
["Function"] = { bold = true },
|
||||
["@function"] = { bold = true },
|
||||
["@function.builtin"] = { bold = true },
|
||||
["@function.call"] = { bold = true },
|
||||
["@function.method"] = { bold = true },
|
||||
["@function.method.call"] = { bold = true },
|
||||
["@constructor"] = { bold = true },
|
||||
|
||||
["@keyword"] = { italic = true },
|
||||
["@keyword.function"] = { bold = true },
|
||||
|
||||
Reference in New Issue
Block a user