mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2025-04-16 14:57:46 +02:00
Compare commits
7 Commits
7664ee3fff
...
fa75ae924a
Author | SHA1 | Date | |
---|---|---|---|
fa75ae924a | |||
6b6e8dc745 | |||
5033d19610 | |||
0c583f1620 | |||
7f6fa7e9b1 | |||
f72a971746 | |||
6bee46278c |
@ -22,17 +22,20 @@ It is recommended to take a look into it to get similar highlighting, etc.
|
||||
Following Plugins are especially supported by this color scheme.
|
||||
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)
|
||||
- [LSP-Signature](https://github.com/ray-x/lsp_signature.nvim)
|
||||
- [Lualine](https://github.com/nvim-lualine/lualine.nvim)
|
||||
- [NavBuddy](https://github.com/SmiteshP/nvim-navbuddy)
|
||||
- [NVIM CMP](https://github.com/hrsh7th/nvim-cmp)
|
||||
- [NVIM Cursorword](https://github.com/xiyaowong/nvim-cursorword)
|
||||
- [NVIM Scrollbar](https://github.com/petertriho/nvim-scrollbar)
|
||||
- [NVIM Telescope](https://github.com/nvim-telescope/telescope.nvim)
|
||||
- [NVIM Tree](https://github.com/nvim-tree/nvim-tree.lua)
|
||||
- [NVIM Treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
|
||||
- [NVIM Ufo](https://github.com/kevinhwang91/nvim-ufo)
|
||||
- [VIM Illuminate](https://github.com/RRethy/vim-illuminate)
|
||||
- [Wilder](https://github.com/gelguy/wilder.nvim)
|
||||
|
||||
## Setup
|
||||
|
@ -12,7 +12,7 @@ colors.get_colors = function()
|
||||
accent = "#C586C0",
|
||||
accent_alt = "#608B4E",
|
||||
ui = "#4D5566",
|
||||
color_column = "#772222",
|
||||
color_column = "#1C1C1C",
|
||||
popup = "#272727",
|
||||
border = "#242A35",
|
||||
border_alt = "#393F4D",
|
||||
|
@ -282,6 +282,10 @@ theme.set_highlights = function(opts)
|
||||
hl(0, 'NvimTreeGitMerge', { fg = c.modified_fg })
|
||||
hl(0, 'NvimTreeGitDirty', { fg = c.modified_fg })
|
||||
hl(0, 'NvimTreeGitNew', { fg = c.added_fg })
|
||||
|
||||
-- nvim-cursorword
|
||||
hl(0, 'CursorWord', { underline = true })
|
||||
|
||||
end
|
||||
|
||||
return theme
|
||||
|
Loading…
x
Reference in New Issue
Block a user