File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -804,14 +804,18 @@ require('lazy').setup({
804804 -- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
805805 -- 'folke/tokyonight.nvim',
806806 -- 'mathofprimes/nightvision-nvim',
807- ' rebelot/kanagawa.nvim' ,
807+ -- 'audibleblink/hackthebox.vim',
808+ ' iruzo/matrix-nvim' ,
809+ -- 'rebelot/kanagawa.nvim',
808810 priority = 1000 , -- Make sure to load this before all the other start plugins.
809811 init = function ()
810812 -- Load the colorscheme here.
811813 -- Like many other themes, this one has different styles, and you could load
812814 -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
813815 -- vim.cmd.colorscheme 'tokyonight-storm'
814- vim .cmd .colorscheme ' kanagawa-dragon'
816+ -- vim.cmd.colorscheme 'kanagawa-dragon'
817+ -- vim.cmd.colorscheme 'hackthebox'
818+ vim .cmd .colorscheme ' matrix'
815819 -- vim.cmd.colorscheme 'nightvision'
816820
817821 -- You can configure highlights by doing something like:
You can’t perform that action at this time.
0 commit comments