From d9efa2351da27633887fec6003a288769fe1c84e Mon Sep 17 00:00:00 2001 From: kossLAN Date: Fri, 23 May 2025 18:12:02 -0400 Subject: [PATCH] change color path --- nvim/plugin/base16.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/plugin/base16.lua b/nvim/plugin/base16.lua index 78caf83..f70d8a6 100644 --- a/nvim/plugin/base16.lua +++ b/nvim/plugin/base16.lua @@ -1,4 +1,4 @@ -local colors_file = io.open(os.getenv('HOME') .. '/.cache/mutagen/colors.json', 'r') +local colors_file = io.open(os.getenv('HOME') .. '/.local/share/nvim-colors.json', 'r') if not colors_file then local base16_colors = { base00 = '#131313',