onedark colorscheme
This commit is contained in:
parent
3ad8a62e42
commit
ea2ed01271
@ -3,12 +3,17 @@
|
||||
-- vim.g.serxoz_colorscheme = "catppuccin"
|
||||
-- vim.g.serxoz_colorscheme = "rose-pine"
|
||||
-- vim.g.serxoz_colorscheme = "nord"
|
||||
vim.g.serxoz_colorscheme = "night-owl"
|
||||
-- vim.g.serxoz_colorscheme = "night-owl"
|
||||
vim.g.serxoz_colorscheme = "onedark"
|
||||
|
||||
require("catppuccin").setup({
|
||||
transparent_background = false,
|
||||
});
|
||||
|
||||
require('onedark').setup {
|
||||
style = 'darker'
|
||||
}
|
||||
|
||||
function ColorMyPencils()
|
||||
vim.g.gruvbox_contrast_dark = 'hard'
|
||||
vim.g.tokyonight_transparent_sidebar = true
|
||||
@ -38,15 +43,13 @@ function ColorMyPencils()
|
||||
bg = "none"
|
||||
})
|
||||
|
||||
-- hl("LineNr", {
|
||||
-- fg = "#98971a" --gruvbox
|
||||
-- -- fg = "#5eacd3"
|
||||
-- })
|
||||
--
|
||||
-- hl("netrwDir", {
|
||||
-- fg = "#98971a" --gruvbox
|
||||
-- -- fg = "#5eacd3"
|
||||
-- })
|
||||
hl("LineNr", {
|
||||
fg = "#5eacd3"
|
||||
})
|
||||
|
||||
hl("netrwDir", {
|
||||
fg = "#5eacd3"
|
||||
})
|
||||
|
||||
vim.opt.background = "dark"
|
||||
end
|
||||
|
@ -38,6 +38,7 @@ return require("packer").startup(function(use)
|
||||
use({"rose-pine/neovim", as = "rose-pine" })
|
||||
use("shaunsingh/nord.nvim")
|
||||
use("haishanh/night-owl.vim")
|
||||
use("navarasu/onedark.nvim")
|
||||
|
||||
use("nvim-treesitter/nvim-treesitter", {
|
||||
run = ":TSUpdate"
|
||||
|
@ -139,9 +139,9 @@ _G.packer_plugins = {
|
||||
path = "/home/sergio/.local/share/nvim/site/pack/packer/start/neogit",
|
||||
url = "https://github.com/TimUntersberger/neogit"
|
||||
},
|
||||
["night-owl"] = {
|
||||
["night-owl.vim"] = {
|
||||
loaded = true,
|
||||
path = "/home/sergio/.local/share/nvim/site/pack/packer/start/night-owl",
|
||||
path = "/home/sergio/.local/share/nvim/site/pack/packer/start/night-owl.vim",
|
||||
url = "https://github.com/haishanh/night-owl.vim"
|
||||
},
|
||||
["nord.nvim"] = {
|
||||
@ -180,6 +180,11 @@ _G.packer_plugins = {
|
||||
path = "/home/sergio/.local/share/nvim/site/pack/packer/opt/nvim-web-devicons",
|
||||
url = "https://github.com/kyazdani42/nvim-web-devicons"
|
||||
},
|
||||
["onedark.nvim"] = {
|
||||
loaded = true,
|
||||
path = "/home/sergio/.local/share/nvim/site/pack/packer/start/onedark.nvim",
|
||||
url = "https://github.com/navarasu/onedark.nvim"
|
||||
},
|
||||
["packer.nvim"] = {
|
||||
loaded = true,
|
||||
path = "/home/sergio/.local/share/nvim/site/pack/packer/start/packer.nvim",
|
||||
|
Loading…
Reference in New Issue
Block a user