diff --git a/README.md b/README.md index 785b3c5..f0ea686 100644 --- a/README.md +++ b/README.md @@ -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) + [Lualine](https://github.com/hoob3rt/lualine.nvim) + [Neogit](https://github.com/TimUntersberger/neogit) ++ [vim-sneak](https://github.com/justinmk/vim-sneak) ## ⚡️ Requirements diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 31ae49b..8a81f8e 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -307,6 +307,9 @@ function M.setup(config) BufferLineIndicatorSelected = { fg = c.git.change }, BufferLineFill = { bg = c.black }, + -- Sneak + Sneak = { fg = c.bg_highlight, bg = c.magenta }, + SneakScope = { bg = c.bg_visual } } -- LuaLine