mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 20:19:37 +00:00
nvim: change theme to oxocarbon
This commit is contained in:
parent
8f2a193b07
commit
a46eee1e31
@ -1,5 +1,5 @@
|
||||
function SetColor(color)
|
||||
color = color or "rose-pine"
|
||||
color = color or "oxocarbon"
|
||||
vim.cmd.colorscheme(color)
|
||||
|
||||
-- Transparent background
|
||||
|
||||
@ -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
|
||||
})
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user