Skip to content

Commit 6ff8ec8

Browse files
committed
change colorscheme
1 parent db3b3b2 commit 6ff8ec8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

lua/custom/plugins/colorschemes.lua

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ return {
4747
-- vim.g.sonokai_style = 'shusia'
4848
vim.cmd.colorscheme 'sonokai'
4949
end,
50-
enabled = true,
50+
enabled = false,
5151
},
5252

5353
{
@@ -193,4 +193,15 @@ return {
193193
end,
194194
enabled = false,
195195
},
196+
197+
{
198+
"lunacookies/vim-colors-xcode",
199+
lazy = false,
200+
priority = 1000,
201+
config = function()
202+
vim.defer_fn(function()
203+
vim.cmd.colorscheme 'xcodedarkhc'
204+
end, 0)
205+
end,
206+
}
196207
}

0 commit comments

Comments
 (0)