Updating theme colour to something that actually highlights active tab

This commit is contained in:
Ian Roddis
2025-02-14 14:43:15 -04:00
parent 2943a403c3
commit 34918136f4
+1 -1
View File
@@ -457,7 +457,7 @@ vim.api.nvim_create_autocmd('FileType', {
end, end,
}) })
require('monokai').setup { palette = require('monokai').pro } require('monokai').setup { palette = require('monokai').ristretto }
-- [[ Highlight on yank ]] -- [[ Highlight on yank ]]
-- See `:help vim.highlight.on_yank()` -- See `:help vim.highlight.on_yank()`