Add jj/kitty/nvim/opencode/paru/fish/yazi/jjui
This commit is contained in:
11
nvim/files/colors/matugen.lua
Normal file
11
nvim/files/colors/matugen.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
-- Material You colorscheme for Neovim
|
||||
-- Generated by matugen
|
||||
|
||||
-- Load the matugen module which has the theme setup
|
||||
local ok, matugen = pcall(require, "matugen")
|
||||
if not ok then
|
||||
vim.notify("Failed to load matugen module", vim.log.levels.ERROR)
|
||||
return
|
||||
end
|
||||
|
||||
-- The module will automatically set up the colorscheme
|
||||
Reference in New Issue
Block a user