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

Enable themes #852

Merged
merged 52 commits into from
Nov 9, 2023
Merged

Enable themes #852

merged 52 commits into from
Nov 9, 2023

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    b4a49a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    095c6a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad5f324 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26a418a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c587b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7c5912 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8dbaebd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cbdf4ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e823f2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0f91695 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    94ea7af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3208ea3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    20a150c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    07d7501 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1e91233 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    27987e4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    180b179 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8d561f7 View commit details
    Browse the repository at this point in the history
  19. fix: error TS2345: arg of type 'Color<ColorParam>|undefined' not assi…

    …gnable to 'Color<ColorParam>'
    AllanOricil committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    22d3e6d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    39bf5b2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7be8136 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    653c1c2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6673ec5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    80421ee View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    fd3d17e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6c7744 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a35ca7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92ff5ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7691535 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c252a13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f8591b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    02fc7aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b36522 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    66c7cde View commit details
    Browse the repository at this point in the history
  11. revert: remove theme from PJSON because a theme will be loaded from c…

    …onfig_dir/<CLI>/theme.json
    AllanOricil committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1a6b462 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7124de1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dce013d View commit details
    Browse the repository at this point in the history
  14. refactor: replace all scopedEnvVarTrue by scopedEnvVarBoolean, which …

    …considers unset env variables
    AllanOricil committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    2834517 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    c8d671d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24ca8f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84db405 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4927e47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7488bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37588ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    714d989 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa1f414 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c9da22 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    49a1446 View commit details
    Browse the repository at this point in the history
  11. fix: err TS1259: Module /@types/color/index can only be default-impor…

    …ted using 'esModuleInterop'
    AllanOricil committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    bc369b3 View commit details
    Browse the repository at this point in the history
  12. revert: remove enableTheme from pjson because we don't want to cli de…

    …vs to force users to use theme
    AllanOricil committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f9dbcbb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    caaa353 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    00a6ccd View commit details
    Browse the repository at this point in the history