This commit is contained in:
asep komarudin 2023-02-20 23:04:23 +07:00
parent bd3d45aad5
commit 35e077f1c4
4 changed files with 28 additions and 29 deletions

View file

@ -1,21 +1,21 @@
return {
-- color scheme
{
"folke/tokyonight.nvim",
-- commit = "66bfc2e8f754869c7b651f3f47a2ee56ae557764",
lazy = false, -- make sure we load this during startup if it is your main colorscheme
priority = 1000, -- make sure to load this before all the other start plugins
config = function()
local is_transparant = false
if is_transparant then
require("user.tokyonight_transparant")
else
require("user.tokyonight")
end
-- require("core")
require("user.colorscheme")
end,
},
-- {
-- "folke/tokyonight.nvim",
-- -- commit = "66bfc2e8f754869c7b651f3f47a2ee56ae557764",
-- lazy = false, -- make sure we load this during startup if it is your main colorscheme
-- priority = 1000, -- make sure to load this before all the other start plugins
-- config = function()
-- local is_transparant = false
-- if is_transparant then
-- require("user.tokyonight_transparant")
-- else
-- require("user.tokyonight")
-- end
-- -- require("core")
-- require("user.colorscheme")
-- end,
-- },
-- {
-- "navarasu/onedark.nvim",
-- init = function()