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

code refactoring for config and theme loading #23

Merged
merged 2 commits into from
Sep 4, 2023
Merged

code refactoring for config and theme loading #23

merged 2 commits into from
Sep 4, 2023

Commits on Sep 4, 2023

  1. Code refactoring

    1. config file and theme file use color place holder names.
    2. when violet.tmux is called, the place holders will be replaced with
       the actual color code value from default_palette.txt or
       dynamic_palette.txt (if -d option is given).
    3. if -d option is given for violet.tmux, then dynamic_palette.txt
       file's content will be replaced with new generated palette color
       codes.
    wenijinew committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3aaeffe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96a06cf View commit details
    Browse the repository at this point in the history