New theme

This commit is contained in:
2023-03-25 02:49:44 +01:00
parent 6b0adb86bb
commit 281b958d67
2 changed files with 8 additions and 4 deletions

View File

@@ -74,11 +74,11 @@ require('lazy').setup({
},
},
{ -- Theme inspired by Atom
'navarasu/onedark.nvim',
{
'catppuccin/nvim',
priority = 1000,
config = function()
vim.cmd.colorscheme 'onedark'
vim.cmd.colorscheme 'catppuccin-macchiato'
end,
},
@@ -88,7 +88,7 @@ require('lazy').setup({
opts = {
options = {
icons_enabled = false,
theme = 'onedark',
theme = 'catppuccin-macchiato',
component_separators = '|',
section_separators = '',
},

View File

@@ -0,0 +1,4 @@
return {
"catppuccin/nvim",
name = "catppuccin",
}