neovim-confs/lua/settings/theme.lua

8 lines
227 B
Lua
Raw Permalink Normal View History

-- Use `git update-index --assume-unchanged <file>` to ignore changes in this file
--
2024-07-08 09:31:52 +02:00
-- Themery block
-- This block will be replaced by Themery.
2024-08-26 15:17:56 +02:00
vim.cmd("colorscheme tokyonight-storm")
vim.g.theme_id = 10
2024-07-08 09:31:52 +02:00
-- end themery block