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

Theme update & plugin! (Preset & custom persistent) themes) #1087

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 21, 2023

  1. create user_theme persistent json

    used to store custom themes/default theme
    JustinMLu authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    66b7d61 View commit details
    Browse the repository at this point in the history
  2. create theme-editing plugin

    supports preset themes, manually changing themes, and resetting back to the default theme
    JustinMLu authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    36ce642 View commit details
    Browse the repository at this point in the history
  3. modify Jarvis text to use specified custom color scheme

    mainly consists of replacing colorama ANSI constants with theme values stored in data/user_theme.json
    JustinMLu authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    011c068 View commit details
    Browse the repository at this point in the history
  4. Update Jarvis.py to implement user theme

    colorama literals are no longer in the file
    JustinMLu authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    c255d61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    383b7e7 View commit details
    Browse the repository at this point in the history