mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-04 17:59:50 -05:00
change color path
This commit is contained in:
parent
bd8d6c407b
commit
d9efa2351d
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue