10 lines
240 B
Lua
10 lines
240 B
Lua
vim.opt.background = "dark"
|
|
vim.g.colors_name = "darcula_lush"
|
|
|
|
package.loaded["lush_theme.darcula_lush"] = nil
|
|
|
|
local theme = require("lush_theme.darcula_lush")
|
|
|
|
require("lush")(theme)
|
|
require("lush_theme.darcula_lush.cterm").apply(theme)
|