Skip to content

Commit 52d781c

Browse files
author
Schistos
committed
change colorscheme to matrix
1 parent 69fc2ab commit 52d781c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

init.lua

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)