mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 13:43:02 +00:00
New theme
This commit is contained in:
8
init.lua
8
init.lua
@@ -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 = '',
|
||||
},
|
||||
|
||||
4
lua/custom/plugins/catppuccin.lua
Normal file
4
lua/custom/plugins/catppuccin.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
return {
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
}
|
||||
Reference in New Issue
Block a user