From 9beaffcc8fb1d945b87d6c1058a36b2e982bed16 Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Thu, 14 Nov 2024 16:05:47 +0000 Subject: Switch to oxocarbon theme --- neovim/.config/nvim/lua/config/colourscheme.lua | 2 +- neovim/.config/nvim/lua/config/lazy.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'neovim') diff --git a/neovim/.config/nvim/lua/config/colourscheme.lua b/neovim/.config/nvim/lua/config/colourscheme.lua index 1e9f33e..6eb72e7 100644 --- a/neovim/.config/nvim/lua/config/colourscheme.lua +++ b/neovim/.config/nvim/lua/config/colourscheme.lua @@ -1,4 +1,4 @@ -local colorscheme = "catppuccin" +local colorscheme = "oxocarbon" vim.o.background = "light" local ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme) if not ok then diff --git a/neovim/.config/nvim/lua/config/lazy.lua b/neovim/.config/nvim/lua/config/lazy.lua index e5945f6..723911e 100644 --- a/neovim/.config/nvim/lua/config/lazy.lua +++ b/neovim/.config/nvim/lua/config/lazy.lua @@ -30,7 +30,7 @@ require("lazy").setup({ }, -- Configure any other settings here. See the documentation for more details. -- colorscheme that will be used when installing plugins. - install = { colorscheme = { "catppuccin" }, missing = true }, + install = { colorscheme = { "oxocarbon" }, missing = true }, -- automatically check for plugin updates checker = { enabled = true, notify = false }, }) -- cgit v1.2.3