change colorscheme to matrix
This commit is contained in:
parent
69fc2ab15d
commit
52d781c6b2
8
init.lua
8
init.lua
|
@ -804,14 +804,18 @@ require('lazy').setup({
|
||||||
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
|
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
|
||||||
-- 'folke/tokyonight.nvim',
|
-- 'folke/tokyonight.nvim',
|
||||||
-- 'mathofprimes/nightvision-nvim',
|
-- 'mathofprimes/nightvision-nvim',
|
||||||
'rebelot/kanagawa.nvim',
|
-- 'audibleblink/hackthebox.vim',
|
||||||
|
'iruzo/matrix-nvim',
|
||||||
|
-- 'rebelot/kanagawa.nvim',
|
||||||
priority = 1000, -- Make sure to load this before all the other start plugins.
|
priority = 1000, -- Make sure to load this before all the other start plugins.
|
||||||
init = function()
|
init = function()
|
||||||
-- Load the colorscheme here.
|
-- Load the colorscheme here.
|
||||||
-- Like many other themes, this one has different styles, and you could load
|
-- Like many other themes, this one has different styles, and you could load
|
||||||
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
|
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
|
||||||
-- vim.cmd.colorscheme 'tokyonight-storm'
|
-- vim.cmd.colorscheme 'tokyonight-storm'
|
||||||
vim.cmd.colorscheme 'kanagawa-dragon'
|
-- vim.cmd.colorscheme 'kanagawa-dragon'
|
||||||
|
-- vim.cmd.colorscheme 'hackthebox'
|
||||||
|
vim.cmd.colorscheme 'matrix'
|
||||||
-- vim.cmd.colorscheme 'nightvision'
|
-- vim.cmd.colorscheme 'nightvision'
|
||||||
|
|
||||||
-- You can configure highlights by doing something like:
|
-- You can configure highlights by doing something like:
|
||||||
|
|
Loading…
Reference in New Issue