Files
dotfiles/config/nvim/lua/user/theme.lua

5 lines
86 B
Lua

local cmd = vim.cmd
vim.g.tokyonight_style = "night"
cmd([[colorscheme tokyonight]])