set theme to carbonfox
This commit is contained in:
parent
ff81bb2317
commit
d96b004a24
32
init.lua
32
init.lua
|
@ -837,37 +837,11 @@ require('lazy').setup({
|
||||||
|
|
||||||
-- Colorscheme
|
-- Colorscheme
|
||||||
{
|
{
|
||||||
'catppuccin/nvim',
|
'EdenEast/nightfox.nvim',
|
||||||
config = function()
|
config = function()
|
||||||
require('catppuccin').setup {
|
require('nightfox').setup {
|
||||||
integrations = {
|
vim.cmd.colorscheme 'carbonfox',
|
||||||
cmp = true,
|
|
||||||
gitsigns = true,
|
|
||||||
harpoon = true,
|
|
||||||
illuminate = true,
|
|
||||||
indent_blankline = {
|
|
||||||
enabled = false,
|
|
||||||
scope_color = 'sapphire',
|
|
||||||
colored_indent_levels = false,
|
|
||||||
},
|
|
||||||
mason = true,
|
|
||||||
native_lsp = { enabled = true },
|
|
||||||
notify = true,
|
|
||||||
nvimtree = true,
|
|
||||||
neotree = true,
|
|
||||||
symbols_outline = true,
|
|
||||||
telescope = true,
|
|
||||||
treesitter = true,
|
|
||||||
treesitter_context = true,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.cmd.colorscheme 'catppuccin-macchiato'
|
|
||||||
|
|
||||||
-- Hide all semantic highlights until upstream issues are resolved (https://github.com/catppuccin/nvim/issues/480)
|
|
||||||
for _, group in ipairs(vim.fn.getcompletion('@lsp', 'highlight')) do
|
|
||||||
vim.api.nvim_set_hl(0, group, {})
|
|
||||||
end
|
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue