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

yaml based theme support #452

Merged
merged 19 commits into from
Sep 26, 2021
Merged

yaml based theme support #452

merged 19 commits into from
Sep 26, 2021

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    718d611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ef0db1 View commit details
    Browse the repository at this point in the history
  3. color: ✨ add parse theme file

    Signed-off-by: zwPapEr <[email protected]>
    zwpaper committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    83b3d75 View commit details
    Browse the repository at this point in the history
  4. theme/test: 🔍 🔨 update tests to fit theme update

    Signed-off-by: zwPapEr <[email protected]>
    zwpaper committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    00a6b3d View commit details
    Browse the repository at this point in the history
  5. theme/test: 🔍 ✨ add tests for theme

    Signed-off-by: zwPapEr <[email protected]>
    zwpaper committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    af15854 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3a45e5 View commit details
    Browse the repository at this point in the history
  7. theme: 🎨 📝 update readme, change log, error log

    Signed-off-by: zwPapEr <[email protected]>
    zwpaper committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    9ed80be View commit details
    Browse the repository at this point in the history
  8. ✨ done use crossterm to impl theme, functionally works

    Signed-off-by: zwPapEr <[email protected]>
    zwpaper committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    49f58d1 View commit details
    Browse the repository at this point in the history
  9. 🔍 🔨 update tests to fit crossterm color

    Signed-off-by: zwPapEr <[email protected]>
    zwpaper committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    24d38d5 View commit details
    Browse the repository at this point in the history
  10. 📝 🔨 update readme to corssterm color

    Signed-off-by: zwPapEr <[email protected]>
    zwpaper committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    30d6bf2 View commit details
    Browse the repository at this point in the history
  11. 🔥 get rid of ansi term in all code

    Signed-off-by: zwPapEr <[email protected]>
    zwpaper committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    519c878 View commit details
    Browse the repository at this point in the history
  12. build: ⬆️ update dependency to deserialize color

    Signed-off-by: zwPapEr <[email protected]>
    zwpaper committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    47a7714 View commit details
    Browse the repository at this point in the history
  13. theme: 🔨 use themes dir for themes configurations

    Signed-off-by: zwPapEr <[email protected]>
    zwpaper committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    d260cb1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    03f406d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    69a4f28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1cde2b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Configuration menu
    Copy the full SHA
    e992756 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. theme: 🔨 use dark color for default theme

    Signed-off-by: zwPapEr <[email protected]>
    zwpaper committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    9377613 View commit details
    Browse the repository at this point in the history
  2. theme: 🔨 try yml if yaml theme file not found

    Signed-off-by: zwPapEr <[email protected]>
    zwpaper committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    bb6e7f9 View commit details
    Browse the repository at this point in the history