neovim-confs/lua/settings/theme.lua

6 lines
140 B
Lua
Raw Normal View History

2024-07-04 19:03:42 +02:00
-- Themery block
-- This block will be replaced by Themery.
vim.cmd("colorscheme tokyonight-storm")
vim.g.theme_id = 4
-- end themery block