neovim-confs/lua/settings/theme.lua

6 lines
141 B
Lua

-- Themery block
-- This block will be replaced by Themery.
vim.cmd("colorscheme tokyonight-storm")
vim.g.theme_id = 10
-- end themery block