mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
nvim: change theme to oxocarbon
This commit is contained in:
parent
8f2a193b07
commit
a46eee1e31
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user