Skip to content

Commit afdb9f1

Browse files
committed
change EcaUsage to EcaLabel at highlights
1 parent 92862d8 commit afdb9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/eca/highlights.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function M.setup()
1414
vim.api.nvim_set_hl(0, "EcaInfo", { fg = "#7dcfff", bg = "#2b3a3d" })
1515
vim.api.nvim_set_hl(0, "EcaToolCall", { link = "Title" })
1616
vim.api.nvim_set_hl(0, "EcaHyperlink", { link = "Underlined", underline = true })
17-
vim.api.nvim_set_hl(0, "EcaUsage", { link = "Comment" })
17+
vim.api.nvim_set_hl(0, "EcaLabel", { link = "Comment" })
1818
end
1919

2020
return M

0 commit comments

Comments
 (0)