use lua/themes instead of custom/themes (#291)

v2.5
Zohir Benghalem 2 years ago committed by GitHub
parent 15ed57cdeb
commit e3427f6a6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,7 +4,7 @@ local config = require "nvconfig"
M.get_theme_tb = function(type)
local default_path = "base46.themes." .. config.ui.theme
local user_path = "custom.themes." .. config.ui.theme
local user_path = "themes." .. config.ui.theme
local present1, default_theme = pcall(require, default_path)
local present2, user_theme = pcall(require, user_path)

Loading…
Cancel
Save