neovim-confs/lua/settings/theme.lua

8 lines
224 B
Lua

-- Use `git update-index --assume-unchanged <file>` to ignore changes in this file
--
-- Themery block
-- This block will be replaced by Themery.
vim.cmd("colorscheme kanagawa-wave")
vim.g.theme_id = 13
-- end themery block