mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2026-05-01 15:11:36 +02:00
Compare commits
2 Commits
181bc2d41e
...
23fabbb0a6
| Author | SHA1 | Date | |
|---|---|---|---|
| 23fabbb0a6 | |||
| 9c273af4a6 |
@@ -1,8 +1,8 @@
|
||||
# Vim TCCS
|
||||
# tccs.nvim
|
||||
|
||||

|
||||
|
||||
Tiyns custom color scheme (TCCS) for vim is an adaption of
|
||||
tiyns custom color scheme (tccs) for NeoVIM is an adaption of
|
||||
[Mofiquls vscode.nvim](https://github.com/Mofiqul/vscode.nvim) which is based upon colors from
|
||||
[tomasisers vim-code-dark](https://github.com/tomasiser/vim-code-dark).
|
||||
The colors were changed and differ from the original quite a bit.
|
||||
@@ -25,6 +25,7 @@ Other plugins may work as well, but don't are explicitly configured.
|
||||
- [Aerial.NVIM](https://github.com/stevearc/aerial.nvim/)
|
||||
- [Diffview](https://github.com/sindrets/diffview.nvim)
|
||||
- [GitSigns](https://github.com/lewis6991/gitsigns.nvim)
|
||||
- [file-renamer.nvim](https://github.com/tiyn/file-renamer.nvim)
|
||||
- [LSP-Signature](https://github.com/ray-x/lsp_signature.nvim)
|
||||
- [Lualine](https://github.com/nvim-lualine/lualine.nvim)
|
||||
- [Modes.nvim](https://github.com/mvllow/modes.nvim)
|
||||
|
||||
@@ -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