8 lines
130 B
Lua
8 lines
130 B
Lua
vim.cmd("packadd onedark")
|
|
local theme = require"onedark"
|
|
theme.setup {
|
|
style = "dark",
|
|
transparent = true
|
|
}
|
|
theme.load()
|