nvim: change theme to oxocarbon

This commit is contained in:
Guilherme Rugai Freire 2024-02-21 14:53:01 -03:00
parent 8f2a193b07
commit a46eee1e31
No known key found for this signature in database
GPG Key ID: AC1D9B6E48E16AC1
3 changed files with 16 additions and 16 deletions

View File

@ -1,5 +1,5 @@
function SetColor(color) function SetColor(color)
color = color or "rose-pine" color = color or "oxocarbon"
vim.cmd.colorscheme(color) vim.cmd.colorscheme(color)
-- Transparent background -- Transparent background

View File

@ -16,12 +16,12 @@ return require('packer').startup(function(use)
requires = { { 'nvim-lua/plenary.nvim' } } requires = { { 'nvim-lua/plenary.nvim' } }
} }
-- Rose-pine colorscheme
use({ use({
'rose-pine/neovim', "nyoom-engineering/oxocarbon.nvim",
as = 'rose-pine', as = "oxocarbon",
config = function () config = function ()
vim.cmd('colorscheme rose-pine') vim.opt.background = "dark"
vim.cmd('colorscheme oxocarbon')
end end
}) })

View File

@ -155,6 +155,12 @@ _G.packer_plugins = {
path = "/home/grfreire/.local/share/nvim/site/pack/packer/opt/nvim-web-devicons", path = "/home/grfreire/.local/share/nvim/site/pack/packer/opt/nvim-web-devicons",
url = "https://github.com/kyazdani42/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"] = { ["packer.nvim"] = {
loaded = true, loaded = true,
path = "/home/grfreire/.local/share/nvim/site/pack/packer/start/packer.nvim", 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", path = "/home/grfreire/.local/share/nvim/site/pack/packer/start/plenary.nvim",
url = "https://github.com/nvim-lua/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"] = { ["telescope.nvim"] = {
loaded = true, loaded = true,
path = "/home/grfreire/.local/share/nvim/site/pack/packer/start/telescope.nvim", path = "/home/grfreire/.local/share/nvim/site/pack/packer/start/telescope.nvim",
@ -194,10 +194,10 @@ _G.packer_plugins = {
} }
time([[Defining packer_plugins]], false) time([[Defining packer_plugins]], false)
-- Config for: rose-pine -- Config for: oxocarbon
time([[Config for rose-pine]], true) time([[Config for oxocarbon]], 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") 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 rose-pine]], false) time([[Config for oxocarbon]], false)
_G._packer.inside_compile = false _G._packer.inside_compile = false
if _G._packer.needs_bufread == true then if _G._packer.needs_bufread == true then