change color path

This commit is contained in:
kossLAN 2025-05-23 18:12:02 -04:00
parent bd8d6c407b
commit d9efa2351d
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8

View file

@ -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 if not colors_file then
local base16_colors = { local base16_colors = {
base00 = '#131313', base00 = '#131313',