mirror of
				https://github.com/tiyn/tccs.nvim.git
				synced 2025-10-31 11:11:22 +01:00 
			
		
		
		
	added cursorword colors
This commit is contained in:
		| @@ -28,6 +28,7 @@ Other plugins may work as well, but don't are explicitly configured. | |||||||
| - [Lualine](https://github.com/nvim-lualine/lualine.nvim) | - [Lualine](https://github.com/nvim-lualine/lualine.nvim) | ||||||
| - [NavBuddy](https://github.com/SmiteshP/nvim-navbuddy) | - [NavBuddy](https://github.com/SmiteshP/nvim-navbuddy) | ||||||
| - [NVIM CMP](https://github.com/hrsh7th/nvim-cmp) | - [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 Scrollbar](https://github.com/petertriho/nvim-scrollbar) | ||||||
| - [NVIM Telescope](https://github.com/nvim-telescope/telescope.nvim) | - [NVIM Telescope](https://github.com/nvim-telescope/telescope.nvim) | ||||||
| - [NVIM Tree](https://github.com/nvim-tree/nvim-tree.lua) | - [NVIM Tree](https://github.com/nvim-tree/nvim-tree.lua) | ||||||
|   | |||||||
| @@ -282,6 +282,10 @@ theme.set_highlights = function(opts) | |||||||
|   hl(0, 'NvimTreeGitMerge', { fg = c.modified_fg }) |   hl(0, 'NvimTreeGitMerge', { fg = c.modified_fg }) | ||||||
|   hl(0, 'NvimTreeGitDirty', { fg = c.modified_fg }) |   hl(0, 'NvimTreeGitDirty', { fg = c.modified_fg }) | ||||||
|   hl(0, 'NvimTreeGitNew', { fg = c.added_fg }) |   hl(0, 'NvimTreeGitNew', { fg = c.added_fg }) | ||||||
|  |  | ||||||
|  |   -- nvim-cursorword | ||||||
|  |   hl(0, 'CursorWord', { fg = c.tag, underline = true }) | ||||||
|  |  | ||||||
| end | end | ||||||
|  |  | ||||||
| return theme | return theme | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user