probando esquema de colores night-owl

This commit is contained in:
serxoz 2022-11-15 16:08:10 +01:00
parent ff16c14971
commit 3ad8a62e42
3 changed files with 13 additions and 6 deletions

View File

@ -2,7 +2,8 @@
-- vim.g.serxoz_colorscheme = "gruvbox"
-- vim.g.serxoz_colorscheme = "catppuccin"
-- 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({
transparent_background = false,
@ -13,7 +14,6 @@ function ColorMyPencils()
vim.g.tokyonight_transparent_sidebar = true
vim.g.tokyonight_transparent = true
vim.g.gruvbox_invert_selection = '0'
vim.opt.background = "dark"
vim.cmd("colorscheme " .. vim.g.serxoz_colorscheme)
@ -39,14 +39,15 @@ function ColorMyPencils()
})
-- hl("LineNr", {
-- -- fg = "#98971a" --gruvbox
-- fg = "#5eacd3"
-- fg = "#98971a" --gruvbox
-- -- fg = "#5eacd3"
-- })
--
-- hl("netrwDir", {
-- -- fg = "#98971a" --gruvbox
-- fg = "#5eacd3"
-- fg = "#98971a" --gruvbox
-- -- fg = "#5eacd3"
-- })
vim.opt.background = "dark"
end
ColorMyPencils()

View File

@ -37,6 +37,7 @@ return require("packer").startup(function(use)
use({"catppuccin/nvim", as = "catppuccin" })
use({"rose-pine/neovim", as = "rose-pine" })
use("shaunsingh/nord.nvim")
use("haishanh/night-owl.vim")
use("nvim-treesitter/nvim-treesitter", {
run = ":TSUpdate"

View File

@ -139,6 +139,11 @@ _G.packer_plugins = {
path = "/home/sergio/.local/share/nvim/site/pack/packer/start/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"] = {
loaded = true,
path = "/home/sergio/.local/share/nvim/site/pack/packer/start/nord.nvim",