summaryrefslogtreecommitdiff
path: root/colors/matugen.lua
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-08-17 22:18:48 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-08-17 22:18:48 +0530
commiteb2ff1efdf31180c3dbeabb928dcf028ff8b33f9 (patch)
tree859e773fa4eeadc3896c370e8ba1d1f38f3c386d /colors/matugen.lua
parent1473396b0b437075d17aeac631756765509f74cd (diff)
Matugen colorscheme
Diffstat (limited to 'colors/matugen.lua')
-rw-r--r--colors/matugen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/matugen.lua b/colors/matugen.lua
index 73493a1..85b5dc2 100644
--- a/colors/matugen.lua
+++ b/colors/matugen.lua
@@ -13,7 +13,7 @@ if config_home == nil or #config_home == 0 then
config_home = vim.fs.joinpath(vim.env.HOME, ".config")
end
-local colors_file_path = vim.fs.joinpath(config_home, "beestuff", "nvim-colors.json")
+local colors_file_path = vim.fs.joinpath(config_home, "neovim", "nvim-colors.json")
local colors_file = io.open(colors_file_path, "r")
if colors_file == nil then
vim.notify(