Fixed some colors on nvim
This commit is contained in:
@@ -57,6 +57,8 @@ M.polish_hl = {
|
||||
luaTSField = { fg = M.base_16.base0D },
|
||||
["@tag.delimiter"] = { fg = M.base_30.cyan },
|
||||
["@function"] = { fg = M.base_30.orange },
|
||||
["@string"] = { fg = M.base_16.base0F },
|
||||
["@identifier"] = { fg = M.base_16.base0E },
|
||||
["@variable.parameter"] = { fg = M.base_16.base0F },
|
||||
["@constructor"] = { fg = M.base_16.base0A },
|
||||
["@tag.attribute"] = { fg = M.base_30.orange },
|
||||
@@ -65,6 +67,6 @@ M.polish_hl = {
|
||||
|
||||
M = require("base46").override_theme(M, "stylix")
|
||||
|
||||
M.type = "{{polarity}}"
|
||||
M.type = "dark"
|
||||
|
||||
return M
|
||||
|
Reference in New Issue
Block a user