feat(onedark): disable comment url highlight

This commit is contained in:
2025-12-16 10:50:50 +01:00
parent 0b602256de
commit b83e947f0a
+1
View File
@@ -7,6 +7,7 @@ return {
local c = require("onedark.colors")
local highlights = {
["@string.special.url"] = { fg = "NONE", fmt = "NONE" },
Cursor = { fg = c.bg, bg = c.fg, fmt = "NONE" },
NormalFloat = { bg = c.bg0 },
FloatBorder = { bg = c.bg0 },