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

feat: ✨ clone and recolorize icons #2305

Merged
merged 26 commits into from May 5, 2024

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    7df7eb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc6abd7 View commit details
    Browse the repository at this point in the history
  3. chore: 🧹 update vscode-test dependency

    vscode-test was renamed to @vscode/test-electron and
    the former package was unable to run tests on windows.
    this commit removes vscode-test and updates it to the
    last version of @vscode/test-electron
    lucas-labs committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d931fc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1fafe6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4634a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e1ba79 View commit details
    Browse the repository at this point in the history
  7. feat: ✨ improve recolorization

    improves recolorization logic, keeping originally darker
    colors dark and lighter colors light even after recolor
    lucas-labs committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8522d4d View commit details
    Browse the repository at this point in the history
  8. feat: ✨ edge cases: support ignoring recolorizing paths

    adds support for a custom svg attribute `mit-no-recolor`
    that, when set to true, will keep the original color of
    the svg node on which is applied
    lucas-labs committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8d399c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8445f2f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77d76a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    15ba192 View commit details
    Browse the repository at this point in the history
  2. feat: ✨ allow creating clones at build time

    support for creating clones by configuring them
    in the fileIcons.ts and folderIcons.ts files
    so that the icons are created at build time
    allowing contributors to create clones that are
    shipped with the extension
    lucas-labs committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    400d0cf View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

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

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    8eebc00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efa6ea1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8329a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    796d096 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc53094 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on May 4, 2024

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

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    caf78ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5565bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49f6e7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1b7796 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    636503c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5edca0 View commit details
    Browse the repository at this point in the history