diff --git a/.config/nvim/after/plugin/colors.lua b/.config/nvim/after/plugin/colors.lua index a9c77c9..426c777 100644 --- a/.config/nvim/after/plugin/colors.lua +++ b/.config/nvim/after/plugin/colors.lua @@ -1,5 +1,5 @@ function SetColor(color) - color = color or "rose-pine" + color = color or "oxocarbon" vim.cmd.colorscheme(color) -- Transparent background diff --git a/.config/nvim/lua/grfreire/packer.lua b/.config/nvim/lua/grfreire/packer.lua index 57be708..0210296 100644 --- a/.config/nvim/lua/grfreire/packer.lua +++ b/.config/nvim/lua/grfreire/packer.lua @@ -16,12 +16,12 @@ return require('packer').startup(function(use) requires = { { 'nvim-lua/plenary.nvim' } } } - -- Rose-pine colorscheme use({ - 'rose-pine/neovim', - as = 'rose-pine', - config = function() - vim.cmd('colorscheme rose-pine') + "nyoom-engineering/oxocarbon.nvim", + as = "oxocarbon", + config = function () + vim.opt.background = "dark" + vim.cmd('colorscheme oxocarbon') end }) diff --git a/.config/nvim/plugin/packer_compiled.lua b/.config/nvim/plugin/packer_compiled.lua index a6300a4..9ee78f2 100644 --- a/.config/nvim/plugin/packer_compiled.lua +++ b/.config/nvim/plugin/packer_compiled.lua @@ -155,6 +155,12 @@ _G.packer_plugins = { path = "/home/grfreire/.local/share/nvim/site/pack/packer/opt/nvim-web-devicons", url = "https://github.com/kyazdani42/nvim-web-devicons" }, + oxocarbon = { + config = { "\27LJ\2\n]\0\0\3\0\6\0\t6\0\0\0009\0\1\0'\1\3\0=\1\2\0006\0\0\0009\0\4\0'\2\5\0B\0\2\1K\0\1\0\26colorscheme oxocarbon\bcmd\tdark\15background\bopt\bvim\0" }, + loaded = true, + path = "/home/grfreire/.local/share/nvim/site/pack/packer/start/oxocarbon", + url = "https://github.com/nyoom-engineering/oxocarbon.nvim" + }, ["packer.nvim"] = { loaded = true, path = "/home/grfreire/.local/share/nvim/site/pack/packer/start/packer.nvim", @@ -170,12 +176,6 @@ _G.packer_plugins = { path = "/home/grfreire/.local/share/nvim/site/pack/packer/start/plenary.nvim", url = "https://github.com/nvim-lua/plenary.nvim" }, - ["rose-pine"] = { - config = { "\27LJ\2\n9\0\0\3\0\3\0\0056\0\0\0009\0\1\0'\2\2\0B\0\2\1K\0\1\0\26colorscheme rose-pine\bcmd\bvim\0" }, - loaded = true, - path = "/home/grfreire/.local/share/nvim/site/pack/packer/start/rose-pine", - url = "https://github.com/rose-pine/neovim" - }, ["telescope.nvim"] = { loaded = true, path = "/home/grfreire/.local/share/nvim/site/pack/packer/start/telescope.nvim", @@ -194,10 +194,10 @@ _G.packer_plugins = { } time([[Defining packer_plugins]], false) --- Config for: rose-pine -time([[Config for rose-pine]], true) -try_loadstring("\27LJ\2\n9\0\0\3\0\3\0\0056\0\0\0009\0\1\0'\2\2\0B\0\2\1K\0\1\0\26colorscheme rose-pine\bcmd\bvim\0", "config", "rose-pine") -time([[Config for rose-pine]], false) +-- Config for: oxocarbon +time([[Config for oxocarbon]], true) +try_loadstring("\27LJ\2\n]\0\0\3\0\6\0\t6\0\0\0009\0\1\0'\1\3\0=\1\2\0006\0\0\0009\0\4\0'\2\5\0B\0\2\1K\0\1\0\26colorscheme oxocarbon\bcmd\tdark\15background\bopt\bvim\0", "config", "oxocarbon") +time([[Config for oxocarbon]], false) _G._packer.inside_compile = false if _G._packer.needs_bufread == true then