Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to set theme without colors key in alacritty.yaml #35

Open
cherepanov opened this issue Jul 8, 2022 · 0 comments · May be fixed by #36
Open

unable to set theme without colors key in alacritty.yaml #35

cherepanov opened this issue Jul 8, 2022 · 0 comments · May be fixed by #36

Comments

@cherepanov
Copy link

Traceback (most recent call last):
  File "/home/ac/.local/bin/alacritty-colorscheme", line 8, in <module>
    sys.exit(main())
  File "/home/ac/.local/lib/python3.10/site-packages/alacritty_colorscheme/cli.py", line 158, in main
    handle_args(args)
  File "/home/ac/.local/lib/python3.10/site-packages/alacritty_colorscheme/cli.py", line 147, in handle_args
    replace_colorscheme(colors_path, args.config_file,
  File "/home/ac/.local/lib/python3.10/site-packages/alacritty_colorscheme/colorscheme.py", line 72, in replace_colorscheme
    config_yaml['colors'].update(colors_yaml['colors'])
TypeError: 'NoneType' object is not subscriptable
@tnagorra tnagorra linked a pull request Jul 12, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant