probando esquema de colores night-owl
This commit is contained in:
parent
ff16c14971
commit
3ad8a62e42
@ -2,7 +2,8 @@
|
|||||||
-- vim.g.serxoz_colorscheme = "gruvbox"
|
-- vim.g.serxoz_colorscheme = "gruvbox"
|
||||||
-- vim.g.serxoz_colorscheme = "catppuccin"
|
-- vim.g.serxoz_colorscheme = "catppuccin"
|
||||||
-- vim.g.serxoz_colorscheme = "rose-pine"
|
-- vim.g.serxoz_colorscheme = "rose-pine"
|
||||||
vim.g.serxoz_colorscheme = "nord"
|
-- vim.g.serxoz_colorscheme = "nord"
|
||||||
|
vim.g.serxoz_colorscheme = "night-owl"
|
||||||
|
|
||||||
require("catppuccin").setup({
|
require("catppuccin").setup({
|
||||||
transparent_background = false,
|
transparent_background = false,
|
||||||
@ -13,7 +14,6 @@ function ColorMyPencils()
|
|||||||
vim.g.tokyonight_transparent_sidebar = true
|
vim.g.tokyonight_transparent_sidebar = true
|
||||||
vim.g.tokyonight_transparent = true
|
vim.g.tokyonight_transparent = true
|
||||||
vim.g.gruvbox_invert_selection = '0'
|
vim.g.gruvbox_invert_selection = '0'
|
||||||
vim.opt.background = "dark"
|
|
||||||
|
|
||||||
vim.cmd("colorscheme " .. vim.g.serxoz_colorscheme)
|
vim.cmd("colorscheme " .. vim.g.serxoz_colorscheme)
|
||||||
|
|
||||||
@ -39,14 +39,15 @@ function ColorMyPencils()
|
|||||||
})
|
})
|
||||||
|
|
||||||
-- hl("LineNr", {
|
-- hl("LineNr", {
|
||||||
-- -- fg = "#98971a" --gruvbox
|
-- fg = "#98971a" --gruvbox
|
||||||
-- fg = "#5eacd3"
|
-- -- fg = "#5eacd3"
|
||||||
-- })
|
-- })
|
||||||
--
|
--
|
||||||
-- hl("netrwDir", {
|
-- hl("netrwDir", {
|
||||||
-- -- fg = "#98971a" --gruvbox
|
-- fg = "#98971a" --gruvbox
|
||||||
-- fg = "#5eacd3"
|
-- -- fg = "#5eacd3"
|
||||||
-- })
|
-- })
|
||||||
|
|
||||||
|
vim.opt.background = "dark"
|
||||||
end
|
end
|
||||||
ColorMyPencils()
|
ColorMyPencils()
|
||||||
|
@ -37,6 +37,7 @@ return require("packer").startup(function(use)
|
|||||||
use({"catppuccin/nvim", as = "catppuccin" })
|
use({"catppuccin/nvim", as = "catppuccin" })
|
||||||
use({"rose-pine/neovim", as = "rose-pine" })
|
use({"rose-pine/neovim", as = "rose-pine" })
|
||||||
use("shaunsingh/nord.nvim")
|
use("shaunsingh/nord.nvim")
|
||||||
|
use("haishanh/night-owl.vim")
|
||||||
|
|
||||||
use("nvim-treesitter/nvim-treesitter", {
|
use("nvim-treesitter/nvim-treesitter", {
|
||||||
run = ":TSUpdate"
|
run = ":TSUpdate"
|
||||||
|
@ -139,6 +139,11 @@ _G.packer_plugins = {
|
|||||||
path = "/home/sergio/.local/share/nvim/site/pack/packer/start/neogit",
|
path = "/home/sergio/.local/share/nvim/site/pack/packer/start/neogit",
|
||||||
url = "https://github.com/TimUntersberger/neogit"
|
url = "https://github.com/TimUntersberger/neogit"
|
||||||
},
|
},
|
||||||
|
["night-owl"] = {
|
||||||
|
loaded = true,
|
||||||
|
path = "/home/sergio/.local/share/nvim/site/pack/packer/start/night-owl",
|
||||||
|
url = "https://github.com/haishanh/night-owl.vim"
|
||||||
|
},
|
||||||
["nord.nvim"] = {
|
["nord.nvim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/sergio/.local/share/nvim/site/pack/packer/start/nord.nvim",
|
path = "/home/sergio/.local/share/nvim/site/pack/packer/start/nord.nvim",
|
||||||
|
Loading…
Reference in New Issue
Block a user