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