diff --git a/lua/ow/plugins/onedark.lua b/lua/ow/plugins/onedark.lua index 6c55982..67b6acf 100644 --- a/lua/ow/plugins/onedark.lua +++ b/lua/ow/plugins/onedark.lua @@ -19,6 +19,9 @@ return { TelescopePreviewBorder = { fg = c.grey }, TreesitterContextBottom = { fmt = "underline", sp = c.bg3 }, TreesitterContextLineNumberBottom = { fmt = "underline", sp = c.bg3 }, + fmt = "underline", + sp = c.bg3, + }, DiffAdd = { bg = "#1e3a2a" }, DiffChange = { bg = "#15304a" }, DiffDelete = { bg = "#3d2224" },