consolidated colors
This commit is contained in:
@@ -3,4 +3,7 @@ vim.g.colors_name = "darcula_lush"
|
||||
|
||||
package.loaded["lush_theme.darcula_lush"] = nil
|
||||
|
||||
require("lush")(require("lush_theme.darcula_lush"))
|
||||
local theme = require("lush_theme.darcula_lush")
|
||||
|
||||
require("lush")(theme)
|
||||
require("lush_theme.darcula_lush.cterm").apply(theme)
|
||||
|
||||
Reference in New Issue
Block a user