dotfiles/.config/nvim/lua/theme.lua

8 lines
130 B
Lua

vim.cmd("packadd onedark")
local theme = require"onedark"
theme.setup {
style = "dark",
transparent = true
}
theme.load()