Added evangelion theme

This commit is contained in:
Andre Herniques 2023-05-15 14:50:17 +01:00
parent a24a8d386e
commit 786042d422
3 changed files with 15 additions and 1 deletions

View File

@ -8,13 +8,15 @@ vim.g.indentLine_showFirstIndentLevel = 1
vim.g.indentLine_setColors = 0 vim.g.indentLine_setColors = 0
vim.opt.cursorline = true vim.opt.cursorline = true
vim.opt.background = 'dark'
-- vim.g.cyberpunk_cursorline='black' -- vim.g.cyberpunk_cursorline='black'
-- vim.cmd('colorscheme ayu') -- vim.cmd('colorscheme ayu')
-- vim.cmd('colorscheme night_owl_light') -- vim.cmd('colorscheme night_owl_light')
-- vim.cmd('colorscheme eva01') -- vim.cmd('colorscheme eva01')
-- vim.cmd('colorscheme cyberpunk') -- vim.cmd('colorscheme cyberpunk')
vim.cmd('colorscheme catppuccin-latte') -- vim.cmd('colorscheme catppuccin-latte')
vim.cmd('colorscheme oxocarbon')
-- examples for your init.lua -- examples for your init.lua

View File

@ -11,6 +11,8 @@ return require('packer').startup(function()
use 'hachy/eva01.vim' use 'hachy/eva01.vim'
use 'thedenisnikulin/vim-cyberpunk' use 'thedenisnikulin/vim-cyberpunk'
use { "catppuccin/nvim", as = "catppuccin" } use { "catppuccin/nvim", as = "catppuccin" }
use {'nyoom-engineering/oxocarbon.nvim'}
use "nyngwang/nvimgelio"
-- other stuff -- other stuff

View File

@ -164,6 +164,16 @@ _G.packer_plugins = {
path = "/Users/AHS40/.local/share/nvim/site/pack/packer/start/nvim-web-devicons", path = "/Users/AHS40/.local/share/nvim/site/pack/packer/start/nvim-web-devicons",
url = "https://github.com/nvim-tree/nvim-web-devicons" url = "https://github.com/nvim-tree/nvim-web-devicons"
}, },
nvimgelio = {
loaded = true,
path = "/Users/AHS40/.local/share/nvim/site/pack/packer/start/nvimgelio",
url = "https://github.com/nyngwang/nvimgelio"
},
["oxocarbon.nvim"] = {
loaded = true,
path = "/Users/AHS40/.local/share/nvim/site/pack/packer/start/oxocarbon.nvim",
url = "https://github.com/nyoom-engineering/oxocarbon.nvim"
},
["packer.nvim"] = { ["packer.nvim"] = {
loaded = true, loaded = true,
path = "/Users/AHS40/.local/share/nvim/site/pack/packer/start/packer.nvim", path = "/Users/AHS40/.local/share/nvim/site/pack/packer/start/packer.nvim",