Add support for vim-sneak (#7)
Add highlights to support the [vim-sneak] plugin. [vim-sneak]: https://github.com/justinmk/vim-sneak
This commit is contained in:
@@ -35,6 +35,7 @@ A dark Neovim theme written in Lua ported from the Visual Studio Code [TokyoNigh
|
|||||||
+ [BufferLine](https://github.com/akinsho/nvim-bufferline.lua)
|
+ [BufferLine](https://github.com/akinsho/nvim-bufferline.lua)
|
||||||
+ [Lualine](https://github.com/hoob3rt/lualine.nvim)
|
+ [Lualine](https://github.com/hoob3rt/lualine.nvim)
|
||||||
+ [Neogit](https://github.com/TimUntersberger/neogit)
|
+ [Neogit](https://github.com/TimUntersberger/neogit)
|
||||||
|
+ [vim-sneak](https://github.com/justinmk/vim-sneak)
|
||||||
|
|
||||||
## ⚡️ Requirements
|
## ⚡️ Requirements
|
||||||
|
|
||||||
|
|||||||
@@ -307,6 +307,9 @@ function M.setup(config)
|
|||||||
BufferLineIndicatorSelected = { fg = c.git.change },
|
BufferLineIndicatorSelected = { fg = c.git.change },
|
||||||
BufferLineFill = { bg = c.black },
|
BufferLineFill = { bg = c.black },
|
||||||
|
|
||||||
|
-- Sneak
|
||||||
|
Sneak = { fg = c.bg_highlight, bg = c.magenta },
|
||||||
|
SneakScope = { bg = c.bg_visual }
|
||||||
}
|
}
|
||||||
|
|
||||||
-- LuaLine
|
-- LuaLine
|
||||||
|
|||||||
Reference in New Issue
Block a user