mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2026-03-26 13:54:47 +01:00
added support for file-renamer.nvim
This commit is contained in:
@@ -323,6 +323,11 @@ theme.set_highlights = function(opts)
|
||||
hl(0, "ResolveTheirsSection", { bg = c.modified_bg })
|
||||
hl(0, "ResolveAncestorSection", { bg = c.removed_bg })
|
||||
|
||||
-- file-renamer.nvim
|
||||
hl(0, "RenameComment", { fg = c.comment, italic = opts.italic_comments })
|
||||
hl(0, "RenameDirectory", { fg = c.constant })
|
||||
hl(0, "RenameFile", { fg = c.func })
|
||||
|
||||
end
|
||||
|
||||
return theme
|
||||
|
||||
Reference in New Issue
Block a user