Browse Source

Closes #985 - use codicons where possible

main
Eric Amodio 4 years ago
parent
commit
620afa2805
90 changed files with 104 additions and 614 deletions
  1. +0
    -3
      images/dark/icon-add.svg
  2. +0
    -3
      images/dark/icon-clear.svg
  3. +0
    -3
      images/dark/icon-close.svg
  4. +0
    -4
      images/dark/icon-commit.svg
  5. +0
    -3
      images/dark/icon-compare-refs.svg
  6. +0
    -3
      images/dark/icon-delete.svg
  7. +0
    -4
      images/dark/icon-download.svg
  8. +0
    -3
      images/dark/icon-ellipsis.svg
  9. +0
    -3
      images/dark/icon-gear.svg
  10. +0
    -3
      images/dark/icon-heart.svg
  11. +0
    -3
      images/dark/icon-help.svg
  12. +0
    -4
      images/dark/icon-history.svg
  13. +0
    -4
      images/dark/icon-link-color.svg
  14. +0
    -3
      images/dark/icon-link.svg
  15. +0
    -3
      images/dark/icon-location-filled.svg
  16. +0
    -3
      images/dark/icon-location.svg
  17. +0
    -3
      images/dark/icon-lock.svg
  18. +0
    -3
      images/dark/icon-locked.svg
  19. +0
    -7
      images/dark/icon-merge.svg
  20. +0
    -3
      images/dark/icon-minus.svg
  21. +0
    -3
      images/dark/icon-open-file.svg
  22. +0
    -3
      images/dark/icon-open-folder.svg
  23. +0
    -4
      images/dark/icon-open-working-file.svg
  24. +0
    -3
      images/dark/icon-pencil.svg
  25. +0
    -3
      images/dark/icon-people.svg
  26. +0
    -3
      images/dark/icon-plug.svg
  27. +0
    -3
      images/dark/icon-pull.svg
  28. +0
    -3
      images/dark/icon-push.svg
  29. +0
    -4
      images/dark/icon-rebase.svg
  30. +0
    -4
      images/dark/icon-refresh.svg
  31. +0
    -3
      images/dark/icon-search.svg
  32. +0
    -3
      images/dark/icon-star-filled.svg
  33. +0
    -3
      images/dark/icon-star.svg
  34. +0
    -4
      images/dark/icon-sync.svg
  35. +0
    -4
      images/dark/icon-upload.svg
  36. +0
    -3
      images/dark/icon-view-list.svg
  37. +0
    -4
      images/dark/icon-view-tree.svg
  38. +0
    -4
      images/dark/icon-vsts.svg
  39. +0
    -3
      images/light/icon-add.svg
  40. +0
    -3
      images/light/icon-clear.svg
  41. +0
    -3
      images/light/icon-close.svg
  42. +0
    -4
      images/light/icon-commit.svg
  43. +0
    -3
      images/light/icon-compare-refs.svg
  44. +0
    -3
      images/light/icon-delete.svg
  45. +0
    -4
      images/light/icon-download.svg
  46. +0
    -3
      images/light/icon-ellipsis.svg
  47. +0
    -3
      images/light/icon-gear.svg
  48. +0
    -3
      images/light/icon-heart.svg
  49. +0
    -3
      images/light/icon-help.svg
  50. +0
    -4
      images/light/icon-history.svg
  51. +0
    -4
      images/light/icon-link-color.svg
  52. +0
    -3
      images/light/icon-link.svg
  53. +0
    -3
      images/light/icon-location-filled.svg
  54. +0
    -3
      images/light/icon-location.svg
  55. +0
    -3
      images/light/icon-lock.svg
  56. +0
    -3
      images/light/icon-locked.svg
  57. +0
    -7
      images/light/icon-merge.svg
  58. +0
    -3
      images/light/icon-minus.svg
  59. +0
    -3
      images/light/icon-open-file.svg
  60. +0
    -3
      images/light/icon-open-folder.svg
  61. +0
    -4
      images/light/icon-open-working-file.svg
  62. +0
    -3
      images/light/icon-pencil.svg
  63. +0
    -3
      images/light/icon-people.svg
  64. +0
    -3
      images/light/icon-plug.svg
  65. +0
    -3
      images/light/icon-pull.svg
  66. +0
    -3
      images/light/icon-push.svg
  67. +0
    -4
      images/light/icon-rebase.svg
  68. +0
    -4
      images/light/icon-refresh.svg
  69. +0
    -3
      images/light/icon-search.svg
  70. +0
    -3
      images/light/icon-star-filled.svg
  71. +0
    -3
      images/light/icon-star.svg
  72. +0
    -4
      images/light/icon-sync.svg
  73. +0
    -4
      images/light/icon-upload.svg
  74. +0
    -3
      images/light/icon-view-list.svg
  75. +0
    -4
      images/light/icon-view-tree.svg
  76. +0
    -4
      images/light/icon-vsts.svg
  77. +69
    -271
      package.json
  78. +2
    -5
      src/commands/git/branch.ts
  79. +2
    -5
      src/commands/git/pull.ts
  80. +2
    -5
      src/commands/git/search.ts
  81. +2
    -5
      src/commands/git/stash.ts
  82. +2
    -5
      src/commands/git/tag.ts
  83. +2
    -5
      src/git/remotes/github.ts
  84. +2
    -8
      src/views/nodes/branchTrackingStatusNode.ts
  85. +4
    -11
      src/views/nodes/commitNode.ts
  86. +9
    -9
      src/views/nodes/compareBranchNode.ts
  87. +2
    -7
      src/views/nodes/contributorsNode.ts
  88. +2
    -6
      src/views/nodes/fileHistoryNode.ts
  89. +2
    -6
      src/views/nodes/lineHistoryNode.ts
  90. +2
    -8
      src/views/nodes/tagsNode.ts

+ 0
- 3
images/dark/icon-add.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" d="M14 7v1H8v6H7V8H1V7h6V1h1v6h6z"/>
</svg>

+ 0
- 3
images/dark/icon-clear.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" d="M10 12.6l.7.7 1.6-1.6 1.6 1.6.8-.7L13 11l1.7-1.6-.8-.8-1.6 1.7-1.6-1.7-.7.8 1.6 1.6-1.6 1.6zM1 4h14V3H1v1zM1 7h14V6H1v1zM9 9.5V9H1v1h8v-.5zM9 13v-1H1v1h8z"/>
</svg>

+ 0
- 3
images/dark/icon-close.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M8 8.707l3.646 3.647.708-.707L8.707 8l3.647-3.646-.707-.708L8 7.293 4.354 3.646l-.708.708L7.293 8l-3.647 3.646.708.708L8 8.707z" clip-rule="evenodd"/>
</svg>

+ 0
- 4
images/dark/icon-commit.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<circle r="3.5" stroke="#C5C5C5" stroke-linejoin="bevel" transform="matrix(-1 0 0 1 8.5 8)"/>
<path stroke="#C5C5C5" stroke-linejoin="bevel" d="M8.5 11v5M8.5 0v5"/>
</svg>

+ 0
- 3
images/dark/icon-compare-refs.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M9.885 1.694L8.572 3h2.774a1.67 1.67 0 0 1 1.671 1.672h-.5.5v5.782a2.014 2.014 0 1 1-1-.005V4.672A.67.67 0 0 0 11.346 4H8.539l1.3 1.343-.72.696-2.118-2.19.006-.702L9.18.986l.706.708zm1.61 10.708a1.013 1.013 0 1 1 2.026 0 1.013 1.013 0 0 1-2.026 0zM2.499 3.513a1.013 1.013 0 1 1 2.026 0 1.013 1.013 0 0 1-2.026 0zM3.512 1.5A2.013 2.013 0 0 0 3 5.46v5.847a1.671 1.671 0 0 0 1.671 1.671h2.777l-1.313 1.305.706.71 2.172-2.16.006-.703L6.9 9.94l-.718.695 1.299 1.343H4.67A.671.671 0 0 1 4 11.307v-5.84A2.014 2.014 0 0 0 3.512 1.5z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/dark/icon-delete.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M6 2h3v1H6V2zm5 1h-1V2a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v1H2v1h1v9l1 1h7l1-1V4h1V3h-2zM4 4v9h7V4H4zm2 1H5v7h1V5zm1 0h1v7H7V5zm3 0H9v7h1V5z" clip-rule="evenodd"/>
</svg>

+ 0
- 4
images/dark/icon-download.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M8 0c3.59 0 4 2.56 4 3 2.08 0 3 .56 3 3 0 2.34-1.92 3-4 3h-1V8h1.054c.57.004 2.946.018 2.946-2 0-1.98-1.19-2-2-2h-1V3l-.008-.03C10.902 2.635 10.464 1 8 1 6.36 1 5 2.61 5 4v1H4C2.35 5 2 6.33 2 6.5 2 6.78 2.38 8 4 8h1v1H4c-2 0-3-.97-3-2.5C1 5.02 2.02 4 4 4c0-2.08 1.58-4 4-4z" clip-rule="evenodd"/>
<path fill="#C5C5C5" d="M7.965 16h-1.06L3 12.095l1.061-1.06 2.637 2.61V7.468h1.5v6.177l2.723-2.723 1.061 1.061L7.965 16z"/>
</svg>

+ 0
- 3
images/dark/icon-ellipsis.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" d="M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM14 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>
</svg>

+ 0
- 3
images/dark/icon-gear.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" d="M9.1 4.4L8.6 2H7.4l-.5 2.4-.7.3-2-1.3-.9.8 1.3 2-.2.7-2.4.5v1.2l2.4.5.3.8-1.3 2 .8.8 2-1.3.8.3.4 2.3h1.2l.5-2.4.8-.3 2 1.3.8-.8-1.3-2 .3-.8 2.3-.4V7.4l-2.4-.5-.3-.8 1.3-2-.8-.8-2 1.3-.7-.2zM9.4 1l.5 2.4L12 2.1l2 2-1.4 2.1 2.4.4v2.8l-2.4.5L14 12l-2 2-2.1-1.4-.5 2.4H6.6l-.5-2.4L4 13.9l-2-2 1.4-2.1L1 9.4V6.6l2.4-.5L2.1 4l2-2 2.1 1.4.4-2.4h2.8zm.6 7c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zM8 9c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z"/>
</svg>

+ 0
- 3
images/dark/icon-heart.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" d="M14.88 4.78a3.489 3.489 0 0 0-.37-.9 3.24 3.24 0 0 0-.6-.79 3.78 3.78 0 0 0-1.21-.81 3.74 3.74 0 0 0-2.84 0 4 4 0 0 0-1.16.75l-.05.06-.65.65-.65-.65-.05-.06a4 4 0 0 0-1.16-.75 3.74 3.74 0 0 0-2.84 0 3.78 3.78 0 0 0-1.21.81 3.55 3.55 0 0 0-.97 1.69 3.75 3.75 0 0 0-.12 1c0 .317.04.633.12.94a4 4 0 0 0 .36.89 3.8 3.8 0 0 0 .61.79L8 14.31l5.91-5.91c.237-.233.44-.5.6-.79A3.578 3.578 0 0 0 15 5.78a3.747 3.747 0 0 0-.12-1zm-1 1.63a2.69 2.69 0 0 1-.26.64 2.838 2.838 0 0 1-.43.57l-5.21 5.2-5.21-5.2a2.9 2.9 0 0 1-.44-.57 3 3 0 0 1-.27-.65 3.25 3.25 0 0 1-.08-.69A3.36 3.36 0 0 1 2.06 5a2.8 2.8 0 0 1 .27-.65c.12-.21.268-.4.44-.57a2.91 2.91 0 0 1 .89-.6 2.8 2.8 0 0 1 2.08 0c.33.137.628.338.88.59l1.36 1.37 1.36-1.37a2.72 2.72 0 0 1 .88-.59 2.8 2.8 0 0 1 2.08 0c.331.143.633.347.89.6.174.165.32.357.43.57a2.738 2.738 0 0 1 .35 1.34c.014.242-.007.484-.06.72h-.03z"/>
</svg>

+ 0
- 3
images/dark/icon-help.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M3.89 2.1a6.5 6.5 0 117.182 10.835A6.5 6.5 0 013.89 2.1zm.55 10A5.5 5.5 0 109.6 2.42a5.38 5.38 0 00-3.17-.31 5.47 5.47 0 00-4.32 4.32 5.5 5.5 0 002.33 5.64v.03zM8.41 4a2.26 2.26 0 00-.85-.17 2.09 2.09 0 00-.85.17 2.33 2.33 0 00-.7.47 2.14 2.14 0 00-.46.69 1.93 1.93 0 00-.17.84h.87a1.3 1.3 0 01.8-1.21 1.3 1.3 0 01.51-.11c.179.002.356.04.52.11.315.135.565.385.7.7.064.163.098.335.1.51a1.18 1.18 0 01-.13.52 2.34 2.34 0 01-.33.43L8 7.32c-.15.14-.29.29-.42.45a2.14 2.14 0 00-.32.55 1.57 1.57 0 00-.13.68v.44H8V9a1.06 1.06 0 01.13-.52c.092-.156.203-.3.33-.43.133-.14.273-.274.42-.4.15-.14.29-.29.42-.45a2.14 2.14 0 00.32-.55A1.72 1.72 0 009.75 6a2.26 2.26 0 00-.17-.85A2.3 2.3 0 008.41 4zM8 11.22v-.88h-.87v.88H8z" clip-rule="evenodd"/>
</svg>

+ 0
- 4
images/dark/icon-history.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M2.516 5.563A6.001 6.001 0 0 1 14 8 6 6 0 0 1 2.285 9.832l.953-.302A5.002 5.002 0 0 0 13 8a5 5 0 0 0-9.088-2.88l-1.396.443z" clip-rule="evenodd"/>
<path fill="#C5C5C5" fill-rule="evenodd" d="M3 5V2H2v3.5l.5.5H6V5H3zM8 8h3V7H7.5l-.5.5V11h1V8z" clip-rule="evenodd"/>
</svg>

+ 0
- 4
images/dark/icon-link-color.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path stroke="#89D185" stroke-linejoin="bevel" d="M8 2.5h5.5m0 0V8m0-5.5L7.75 8.25"/>
<path stroke="#C5C5C5" stroke-linejoin="bevel" d="M6 2.5H2.5v11h11V10"/>
</svg>

+ 0
- 3
images/dark/icon-link.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M2.5 2l-.5.5v11l.5.5h11l.5-.5V10h-1v3H3V3h3V2H2.5zM8 3h4.293L7.396 7.896l.708.708L13 3.707V8h1V2.5l-.5-.5H8v1z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/dark/icon-location-filled.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" d="M13 5.813C13 9.768 8 15 8 15S3 9.768 3 5.812C3 3.188 5.242 1 8 1s5 2.188 5 4.813zm-5-1.75c-.925 0-1.667.778-1.667 1.75 0 .97.742 1.75 1.667 1.75s1.667-.78 1.667-1.75c0-.972-.742-1.75-1.667-1.75z"/>
</svg>

+ 0
- 3
images/dark/icon-location.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" d="M8 1C5.242 1 3 3.188 3 5.813 3 9.768 8 15 8 15s5-5.232 5-9.188C13 3.188 10.758 1 8 1zm0 12.731c-1.55-1.776-4.167-5.346-4.167-7.918 0-2.17 1.875-3.938 4.167-3.938 1.117 0 2.175.42 2.967 1.19.766.752 1.2 1.724 1.2 2.748 0 2.572-2.617 6.142-4.167 7.918zm1.667-7.918c0 .97-.742 1.75-1.667 1.75s-1.667-.78-1.667-1.75c0-.972.742-1.75 1.667-1.75s1.667.778 1.667 1.75z"/>
</svg>

+ 0
- 3
images/dark/icon-lock.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M5 7V5a3 3 0 0 1 5.83-1h1.044A4.002 4.002 0 0 0 4 5v2H3L2 8v6l1 1h10l1-1V8l-1-1H5zm6 1h2v6H3V8h8z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/dark/icon-locked.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M11 5v2H5V5a3 3 0 0 1 6 0zM4 7V5a4 4 0 1 1 8 0v2h1l1 1v6l-1 1H3l-1-1V8l1-1h1zm-1 7V8h10v6H3z" clip-rule="evenodd"/>
</svg>

+ 0
- 7
images/dark/icon-merge.svg View File

@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<circle cx="4.5" cy="12.5" r="2" stroke="#C5C5C5"/>
<path stroke="#C5C5C5" d="M4.5 5v6"/>
<circle cx="12.5" cy="9.5" r="2" stroke="#C5C5C5"/>
<path stroke="#C5C5C5" d="M5 5s1 3.75 5.447 4"/>
<circle cx="4.5" cy="3.5" r="2" stroke="#C5C5C5"/>
</svg>

+ 0
- 3
images/dark/icon-minus.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" d="M14 8H1V7h13v1z"/>
</svg>

+ 0
- 3
images/dark/icon-open-file.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M8.06 3.854L5.915 6l-.707-.707L6.5 4h-3a1.5 1.5 0 0 0 0 3H4v1h-.5a2.5 2.5 0 1 1 0-5h3L6 2.5l-.793-.793L5.914 1l2.147 2.146v.708zM5 6.5l.914.914L6 7.328V14h8V7h-4V3h-.94v-.268L8.329 2H11.2l.3.1 3.4 3.5.1.4v8.5l-.5.5h-9l-.5-.5v-8zM11 3v3h2.903L11 3z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/dark/icon-open-folder.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M13 6V3.5l-.5-.5H6.707l-.853-.854L5.5 2h-5l-.5.5v11l.5.5-.475-.658.071-.214-.071.214L.5 14h12.016l.484-.371 2.634-7L15.151 6H13zm-1 0V4H6.5l-.354-.146L5.293 3H1v7.417l1.025-3.075L2.5 7h4.793l.853-.854L8.5 6H12zM1.193 13h10.94L14.5 7H8.707l-.853.854L7.5 8H2.86l-1.667 5z" clip-rule="evenodd"/>
</svg>

+ 0
- 4
images/dark/icon-open-working-file.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M5.914 6l2.147-2.146v-.708L5.914 1l-.707.707L6.5 3h-3a2.5 2.5 0 0 0 0 5H4V7h-.5a1.5 1.5 0 1 1 0-3h3L5.207 5.293 5.914 6z" clip-rule="evenodd"/>
<path fill="#C5C5C5" fill-rule="evenodd" d="M5.914 7.414L5 6.5v8l.5.5h9l.5-.5V6l-.1-.4-3.4-3.5-.3-.1H8.328l.733.732V3H10v4h4v7H6V7.328l-.086.086zM13.904 6L11 3v3h2.903zM6.5 3L6 2.5l.5.5z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/dark/icon-pencil.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M1 13.593L2.407 15l4.125-2.357.218-.166L15 4.227v-1.46L13.232 1h-1.458l-8.25 8.25-.167.218L1 13.593zm4.372-1.514l-2.965 1.514 1.514-2.965 1.45 1.45zm.866-.549l8.033-8.033-1.768-1.768L4.47 9.762l1.768 1.768z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/dark/icon-people.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M12 5.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM14 7h-2l-1-1h3l1 1v2l-1 1v3l-1 1h-2v-1h2v-3l1-1V7zM4 5.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM2 7h2l1-1H2L1 7v2l1 1v3l1 1h2v-1H3v-3L2 9V7zM9 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm1 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm-4 7V7h4v3l-1 1v3H7v-3l-1-1zm4 1v3l-1 1H7l-1-1v-3l-1-1V7l1-1h4l1 1v3l-1 1z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/dark/icon-plug.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M7 1H6v3H4.5l-.5.5V8a4 4 0 003.5 3.969V15h1v-3.031A4 4 0 0012 8V4.5l-.5-.5H10V1H9v3H7V1zm3.121 9.121A3 3 0 015 8V5h6v3a3 3 0 01-.879 2.121z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/dark/icon-pull.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M3.146 9.768l5 5h.708l5-5-.708-.707L9 13.207V1H8v12.207L3.854 9.061l-.708.707z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/dark/icon-push.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M13.854 6.293l-5-5h-.708l-5 5L3.854 7 8 2.854V15.06h1V2.854L13.146 7l.707-.707z" clip-rule="evenodd"/>
</svg>

+ 0
- 4
images/dark/icon-rebase.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M3 4.682V2H2v3.5l.5.5H6V5H4a5.002 5.002 0 0 1 8.863 1.832l.805-.805A6.003 6.003 0 0 0 3 4.682zm10.026 6.597l-1.747 1.747a6.032 6.032 0 0 0 1.747-1.747zm-6.371 2.57l.523-.916a5.007 5.007 0 0 1-3.94-3.403l-.953.302c.64 2 2.301 3.543 4.37 4.017zM8 8h3V7H7.5l-.5.5V11h1V8z" clip-rule="evenodd"/>
<path fill="#C5C5C5" fill-rule="evenodd" d="M8 14.296l.704.704 2.062-1.179.109-.083L15 9.613v-.729L14.116 8h-.73l-4.124 4.125-.083.109L8 14.297zm2.186-.757l-1.482.758.757-1.483.725.725zm.433-.274l4.016-4.016-.884-.884-4.016 4.016.884.884z" clip-rule="evenodd"/>
</svg>

+ 0
- 4
images/dark/icon-refresh.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M5.56253 2.51577C3.46348 3.4501 2 5.55414 2 7.99999C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 7.99999C14 5.32519 12.2497 3.05919 9.83199 2.28482L9.52968 3.23832C11.5429 3.88454 13 5.7721 13 7.99999C13 10.7614 10.7614 13 8 13C5.23858 13 3 10.7614 3 7.99999C3 6.31104 3.83742 4.81767 5.11969 3.91245L5.56253 2.51577Z" clip-rule="evenodd"/>
<path fill="#C5C5C5" fill-rule="evenodd" d="M5 3H2V2H5.5L6 2.5V6H5V3Z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/dark/icon-search.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M13.417 6.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zm1 0a5.5 5.5 0 0 1-8.89 4.332L1.75 14.5 1 13.839l3.8-3.693A5.5 5.5 0 1 1 14.417 6.5z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/dark/icon-star-filled.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M9.595 6.252L8 1 6.405 6.252H1l4.373 3.4L3.75 15 8 11.695 12.25 15l-1.623-5.348L15 6.252H9.595z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/dark/icon-star.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M8 1l1.585 5.236H15l-4.381 3.416L12.238 15 8 11.695 3.762 15l1.619-5.348L1 6.236h5.415L8 1zm-.906 6.355H4.162l2.372 1.85-.906 2.993L8 10.348l2.372 1.85-.906-2.993 2.372-1.85H8.906L8 4.362l-.906 2.993z" clip-rule="evenodd"/>
</svg>

+ 0
- 4
images/dark/icon-sync.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M2 8c0-2.51 1.541-4.66 3.73-5.555l-.424 1.342a5.001 5.001 0 0 0 1.95 9.158l-.304.964A6.002 6.002 0 0 1 2 8zm8.2 5.584A6.002 6.002 0 0 0 8.99 2.08l-.305.966a5.001 5.001 0 0 1 1.933 9.214l-.418 1.323z" clip-rule="evenodd"/>
<path fill="#C5C5C5" fill-rule="evenodd" d="M5 3H2V2h3.5l.5.5V6H5V3zM11 13h3v1h-3.5l-.5-.5V10h1v3z" clip-rule="evenodd"/>
</svg>

+ 0
- 4
images/dark/icon-upload.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" fill-rule="evenodd" d="M8 0c3.59 0 4 2.56 4 3 2.08 0 3 .56 3 3 0 1.977-1.371 2.755-3.051 2.949L11 8h.054c.57.004 2.946.018 2.946-2 0-1.98-1.19-2-2-2h-1V3l-.008-.03C10.902 2.635 10.464 1 8 1 6.36 1 5 2.61 5 4v1H4C2.35 5 2 6.33 2 6.5 2 6.78 2.38 8 4 8l-.92.92C1.693 8.66 1 7.774 1 6.5 1 5.02 2.02 4 4 4c0-2.08 1.58-4 4-4z" clip-rule="evenodd"/>
<path fill="#C5C5C5" d="M7.965 7.468h-1.06L3 11.373l1.061 1.06 2.637-2.61V16h1.5V9.823l2.723 2.723 1.061-1.061-4.017-4.017z"/>
</svg>

+ 0
- 3
images/dark/icon-view-list.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path stroke="#C5C5C5" d="M2 3.5h12M2 6.5h12M2 9.5h12M2 12.5h12"/>
</svg>

+ 0
- 4
images/dark/icon-view-tree.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" d="M14 3v1H2V3h12zM13 6v1H6V6h7zM13 9v1H5V9h8zM13 12v1H5v-1h8z"/>
<path fill="#C5C5C5" d="M5 4h1v9H5z"/>
</svg>

+ 0
- 4
images/dark/icon-vsts.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" d="M11.853 4.313l.023.018v7.743l-9.419-1.432 3.947 4.719v-1.898l5.406 1.898 3.53-3V3.67l-3.487.644z"/>
<path fill="#C5C5C5" d="M2.456 6.05l9.397-1.737L7.353 1v1.544l-4.897 1.94L1 6.383v4.037l1.457.223-.001-.002V6.05z"/>
</svg>

+ 0
- 3
images/light/icon-add.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" d="M14 7v1H8v6H7V8H1V7h6V1h1v6h6z"/>
</svg>

+ 0
- 3
images/light/icon-clear.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" d="M10 12.6l.7.7 1.6-1.6 1.6 1.6.8-.7L13 11l1.7-1.6-.8-.8-1.6 1.7-1.6-1.7-.7.8 1.6 1.6-1.6 1.6zM1 4h14V3H1v1zM1 7h14V6H1v1zM9 9.5V9H1v1h8v-.5zM9 13v-1H1v1h8z"/>
</svg>

+ 0
- 3
images/light/icon-close.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M8 8.707l3.646 3.647.708-.707L8.707 8l3.647-3.646-.707-.708L8 7.293 4.354 3.646l-.708.708L7.293 8l-3.647 3.646.708.708L8 8.707z" clip-rule="evenodd"/>
</svg>

+ 0
- 4
images/light/icon-commit.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<circle r="3.5" stroke="#424242" stroke-linejoin="bevel" transform="matrix(-1 0 0 1 8.5 8)"/>
<path stroke="#424242" stroke-linejoin="bevel" d="M8.5 11v5M8.5 0v5"/>
</svg>

+ 0
- 3
images/light/icon-compare-refs.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M9.885 1.694L8.572 3h2.774a1.67 1.67 0 0 1 1.671 1.672h-.5.5v5.782a2.014 2.014 0 1 1-1-.005V4.672A.67.67 0 0 0 11.346 4H8.539l1.3 1.343-.72.696-2.118-2.19.006-.702L9.18.986l.706.708zm1.61 10.708a1.013 1.013 0 1 1 2.026 0 1.013 1.013 0 0 1-2.026 0zM2.499 3.513a1.013 1.013 0 1 1 2.026 0 1.013 1.013 0 0 1-2.026 0zM3.512 1.5A2.013 2.013 0 0 0 3 5.46v5.847a1.671 1.671 0 0 0 1.671 1.671h2.777l-1.313 1.305.706.71 2.172-2.16.006-.703L6.9 9.94l-.718.695 1.299 1.343H4.67A.671.671 0 0 1 4 11.307v-5.84A2.014 2.014 0 0 0 3.512 1.5z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/light/icon-delete.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M6 2h3v1H6V2zm5 1h-1V2a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v1H2v1h1v9l1 1h7l1-1V4h1V3h-2zM4 4v9h7V4H4zm2 1H5v7h1V5zm1 0h1v7H7V5zm3 0H9v7h1V5z" clip-rule="evenodd"/>
</svg>

+ 0
- 4
images/light/icon-download.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M8 0c3.59 0 4 2.56 4 3 2.08 0 3 .56 3 3 0 2.34-1.92 3-4 3h-1V8h1.054c.57.004 2.946.018 2.946-2 0-1.98-1.19-2-2-2h-1V3l-.008-.03C10.902 2.635 10.464 1 8 1 6.36 1 5 2.61 5 4v1H4C2.35 5 2 6.33 2 6.5 2 6.78 2.38 8 4 8h1v1H4c-2 0-3-.97-3-2.5C1 5.02 2.02 4 4 4c0-2.08 1.58-4 4-4z" clip-rule="evenodd"/>
<path fill="#424242" d="M7.965 16h-1.06L3 12.095l1.061-1.06 2.637 2.61V7.468h1.5v6.177l2.723-2.723 1.061 1.061L7.965 16z"/>
</svg>

+ 0
- 3
images/light/icon-ellipsis.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" d="M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM14 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>
</svg>

+ 0
- 3
images/light/icon-gear.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" d="M9.1 4.4L8.6 2H7.4l-.5 2.4-.7.3-2-1.3-.9.8 1.3 2-.2.7-2.4.5v1.2l2.4.5.3.8-1.3 2 .8.8 2-1.3.8.3.4 2.3h1.2l.5-2.4.8-.3 2 1.3.8-.8-1.3-2 .3-.8 2.3-.4V7.4l-2.4-.5-.3-.8 1.3-2-.8-.8-2 1.3-.7-.2zM9.4 1l.5 2.4L12 2.1l2 2-1.4 2.1 2.4.4v2.8l-2.4.5L14 12l-2 2-2.1-1.4-.5 2.4H6.6l-.5-2.4L4 13.9l-2-2 1.4-2.1L1 9.4V6.6l2.4-.5L2.1 4l2-2 2.1 1.4.4-2.4h2.8zm.6 7c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zM8 9c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z"/>
</svg>

+ 0
- 3
images/light/icon-heart.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" d="M14.88 4.78a3.489 3.489 0 0 0-.37-.9 3.24 3.24 0 0 0-.6-.79 3.78 3.78 0 0 0-1.21-.81 3.74 3.74 0 0 0-2.84 0 4 4 0 0 0-1.16.75l-.05.06-.65.65-.65-.65-.05-.06a4 4 0 0 0-1.16-.75 3.74 3.74 0 0 0-2.84 0 3.78 3.78 0 0 0-1.21.81 3.55 3.55 0 0 0-.97 1.69 3.75 3.75 0 0 0-.12 1c0 .317.04.633.12.94a4 4 0 0 0 .36.89 3.8 3.8 0 0 0 .61.79L8 14.31l5.91-5.91c.237-.233.44-.5.6-.79A3.578 3.578 0 0 0 15 5.78a3.747 3.747 0 0 0-.12-1zm-1 1.63a2.69 2.69 0 0 1-.26.64 2.838 2.838 0 0 1-.43.57l-5.21 5.2-5.21-5.2a2.9 2.9 0 0 1-.44-.57 3 3 0 0 1-.27-.65 3.25 3.25 0 0 1-.08-.69A3.36 3.36 0 0 1 2.06 5a2.8 2.8 0 0 1 .27-.65c.12-.21.268-.4.44-.57a2.91 2.91 0 0 1 .89-.6 2.8 2.8 0 0 1 2.08 0c.33.137.628.338.88.59l1.36 1.37 1.36-1.37a2.72 2.72 0 0 1 .88-.59 2.8 2.8 0 0 1 2.08 0c.331.143.633.347.89.6.174.165.32.357.43.57a2.738 2.738 0 0 1 .35 1.34c.014.242-.007.484-.06.72h-.03z"/>
</svg>

+ 0
- 3
images/light/icon-help.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M3.89 2.1a6.5 6.5 0 117.182 10.835A6.5 6.5 0 013.89 2.1zm.55 10A5.5 5.5 0 109.6 2.42a5.38 5.38 0 00-3.17-.31 5.47 5.47 0 00-4.32 4.32 5.5 5.5 0 002.33 5.64v.03zM8.41 4a2.26 2.26 0 00-.85-.17 2.09 2.09 0 00-.85.17 2.33 2.33 0 00-.7.47 2.14 2.14 0 00-.46.69 1.93 1.93 0 00-.17.84h.87a1.3 1.3 0 01.8-1.21 1.3 1.3 0 01.51-.11c.179.002.356.04.52.11.315.135.565.385.7.7.064.163.098.335.1.51a1.18 1.18 0 01-.13.52 2.34 2.34 0 01-.33.43L8 7.32c-.15.14-.29.29-.42.45a2.14 2.14 0 00-.32.55 1.57 1.57 0 00-.13.68v.44H8V9a1.06 1.06 0 01.13-.52c.092-.156.203-.3.33-.43.133-.14.273-.274.42-.4.15-.14.29-.29.42-.45a2.14 2.14 0 00.32-.55A1.72 1.72 0 009.75 6a2.26 2.26 0 00-.17-.85A2.3 2.3 0 008.41 4zM8 11.22v-.88h-.87v.88H8z" clip-rule="evenodd"/>
</svg>

+ 0
- 4
images/light/icon-history.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M2.516 5.563A6.001 6.001 0 0 1 14 8 6 6 0 0 1 2.285 9.832l.953-.302A5.002 5.002 0 0 0 13 8a5 5 0 0 0-9.088-2.88l-1.396.443z" clip-rule="evenodd"/>
<path fill="#424242" fill-rule="evenodd" d="M3 5V2H2v3.5l.5.5H6V5H3zM8 8h3V7H7.5l-.5.5V11h1V8z" clip-rule="evenodd"/>
</svg>

+ 0
- 4
images/light/icon-link-color.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path stroke="#388A34" stroke-linejoin="bevel" d="M8 2.5h5.5m0 0V8m0-5.5L7.75 8.25"/>
<path stroke="#424242" stroke-linejoin="bevel" d="M6 2.5H2.5v11h11V10"/>
</svg>

+ 0
- 3
images/light/icon-link.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M2.5 2l-.5.5v11l.5.5h11l.5-.5V10h-1v3H3V3h3V2H2.5zM8 3h4.293L7.396 7.896l.708.708L13 3.707V8h1V2.5l-.5-.5H8v1z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/light/icon-location-filled.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" d="M13 5.813C13 9.768 8 15 8 15S3 9.768 3 5.812C3 3.188 5.242 1 8 1s5 2.188 5 4.813zm-5-1.75c-.925 0-1.667.778-1.667 1.75 0 .97.742 1.75 1.667 1.75s1.667-.78 1.667-1.75c0-.972-.742-1.75-1.667-1.75z"/>
</svg>

+ 0
- 3
images/light/icon-location.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" d="M8 1C5.242 1 3 3.188 3 5.813 3 9.768 8 15 8 15s5-5.232 5-9.188C13 3.188 10.758 1 8 1zm0 12.731c-1.55-1.776-4.167-5.346-4.167-7.918 0-2.17 1.875-3.938 4.167-3.938 1.117 0 2.175.42 2.967 1.19.766.752 1.2 1.724 1.2 2.748 0 2.572-2.617 6.142-4.167 7.918zm1.667-7.918c0 .97-.742 1.75-1.667 1.75s-1.667-.78-1.667-1.75c0-.972.742-1.75 1.667-1.75s1.667.778 1.667 1.75z"/>
</svg>

+ 0
- 3
images/light/icon-lock.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M5 7V5a3 3 0 0 1 5.83-1h1.044A4.002 4.002 0 0 0 4 5v2H3L2 8v6l1 1h10l1-1V8l-1-1H5zm6 1h2v6H3V8h8z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/light/icon-locked.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M11 5v2H5V5a3 3 0 0 1 6 0zM4 7V5a4 4 0 1 1 8 0v2h1l1 1v6l-1 1H3l-1-1V8l1-1h1zm-1 7V8h10v6H3z" clip-rule="evenodd"/>
</svg>

+ 0
- 7
images/light/icon-merge.svg View File

@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<circle cx="4.5" cy="12.5" r="2" stroke="#C5C5C5"/>
<path stroke="#424242" d="M4.5 5v6"/>
<circle cx="12.5" cy="9.5" r="2" stroke="#424242"/>
<path stroke="#C5C5C5" d="M5 5s1 3.75 5.447 4"/>
<circle cx="4.5" cy="3.5" r="2" stroke="#C5C5C5"/>
</svg>

+ 0
- 3
images/light/icon-minus.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" d="M14 8H1V7h13v1z"/>
</svg>

+ 0
- 3
images/light/icon-open-file.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M8.06 3.854L5.915 6l-.707-.707L6.5 4h-3a1.5 1.5 0 0 0 0 3H4v1h-.5a2.5 2.5 0 1 1 0-5h3L6 2.5l-.793-.793L5.914 1l2.147 2.146v.708zM5 6.5l.914.914L6 7.328V14h8V7h-4V3h-.94v-.268L8.329 2H11.2l.3.1 3.4 3.5.1.4v8.5l-.5.5h-9l-.5-.5v-8zM11 3v3h2.903L11 3z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/light/icon-open-folder.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M13 6V3.5l-.5-.5H6.707l-.853-.854L5.5 2h-5l-.5.5v11l.5.5-.475-.658.071-.214-.071.214L.5 14h12.016l.484-.371 2.634-7L15.151 6H13zm-1 0V4H6.5l-.354-.146L5.293 3H1v7.417l1.025-3.075L2.5 7h4.793l.853-.854L8.5 6H12zM1.193 13h10.94L14.5 7H8.707l-.853.854L7.5 8H2.86l-1.667 5z" clip-rule="evenodd"/>
</svg>

+ 0
- 4
images/light/icon-open-working-file.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M5.914 6l2.147-2.146v-.708L5.914 1l-.707.707L6.5 3h-3a2.5 2.5 0 0 0 0 5H4V7h-.5a1.5 1.5 0 1 1 0-3h3L5.207 5.293 5.914 6z" clip-rule="evenodd"/>
<path fill="#424242" fill-rule="evenodd" d="M5.914 7.414L5 6.5v8l.5.5h9l.5-.5V6l-.1-.4-3.4-3.5-.3-.1H8.328l.733.732V3H10v4h4v7H6V7.328l-.086.086zM13.904 6L11 3v3h2.903zM6.5 3L6 2.5l.5.5z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/light/icon-pencil.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M1 13.593L2.407 15l4.125-2.357.218-.166L15 4.227v-1.46L13.232 1h-1.458l-8.25 8.25-.167.218L1 13.593zm4.372-1.514l-2.965 1.514 1.514-2.965 1.45 1.45zm.866-.549l8.033-8.033-1.768-1.768L4.47 9.762l1.768 1.768z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/light/icon-people.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M12 5.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM14 7h-2l-1-1h3l1 1v2l-1 1v3l-1 1h-2v-1h2v-3l1-1V7zM4 5.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM2 7h2l1-1H2L1 7v2l1 1v3l1 1h2v-1H3v-3L2 9V7zM9 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm1 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm-4 7V7h4v3l-1 1v3H7v-3l-1-1zm4 1v3l-1 1H7l-1-1v-3l-1-1V7l1-1h4l1 1v3l-1 1z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/light/icon-plug.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M7 1H6v3H4.5l-.5.5V8a4 4 0 003.5 3.969V15h1v-3.031A4 4 0 0012 8V4.5l-.5-.5H10V1H9v3H7V1zm3.121 9.121A3 3 0 015 8V5h6v3a3 3 0 01-.879 2.121z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/light/icon-pull.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M3.146 9.768l5 5h.708l5-5-.708-.707L9 13.207V1H8v12.207L3.854 9.061l-.708.707z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/light/icon-push.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M13.854 6.293l-5-5h-.708l-5 5L3.854 7 8 2.854V15.06h1V2.854L13.146 7l.707-.707z" clip-rule="evenodd"/>
</svg>

+ 0
- 4
images/light/icon-rebase.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M3 4.682V2H2v3.5l.5.5H6V5H4a5.002 5.002 0 0 1 8.863 1.832l.805-.805A6.003 6.003 0 0 0 3 4.682zm10.026 6.597l-1.747 1.747a6.032 6.032 0 0 0 1.747-1.747zm-6.371 2.57l.523-.916a5.007 5.007 0 0 1-3.94-3.403l-.953.302c.64 2 2.301 3.543 4.37 4.017zM8 8h3V7H7.5l-.5.5V11h1V8z" clip-rule="evenodd"/>
<path fill="#424242" fill-rule="evenodd" d="M8 14.296l.704.704 2.062-1.179.109-.083L15 9.613v-.729L14.116 8h-.73l-4.124 4.125-.083.109L8 14.297zm2.186-.757l-1.482.758.757-1.483.725.725zm.433-.274l4.016-4.016-.884-.884-4.016 4.016.884.884z" clip-rule="evenodd"/>
</svg>

+ 0
- 4
images/light/icon-refresh.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M5.56253 2.51577C3.46348 3.4501 2 5.55414 2 7.99999C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 7.99999C14 5.32519 12.2497 3.05919 9.83199 2.28482L9.52968 3.23832C11.5429 3.88454 13 5.7721 13 7.99999C13 10.7614 10.7614 13 8 13C5.23858 13 3 10.7614 3 7.99999C3 6.31104 3.83742 4.81767 5.11969 3.91245L5.56253 2.51577Z" clip-rule="evenodd"/>
<path fill="#424242" fill-rule="evenodd" d="M5 3H2V2H5.5L6 2.5V6H5V3Z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/light/icon-search.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M13.417 6.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zm1 0a5.5 5.5 0 0 1-8.89 4.332L1.75 14.5 1 13.839l3.8-3.693A5.5 5.5 0 1 1 14.417 6.5z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/light/icon-star-filled.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M9.595 6.252L8 1 6.405 6.252H1l4.373 3.4L3.75 15 8 11.695 12.25 15l-1.623-5.348L15 6.252H9.595z" clip-rule="evenodd"/>
</svg>

+ 0
- 3
images/light/icon-star.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M8 1l1.585 5.236H15l-4.381 3.416L12.238 15 8 11.695 3.762 15l1.619-5.348L1 6.236h5.415L8 1zm-.906 6.355H4.162l2.372 1.85-.906 2.993L8 10.348l2.372 1.85-.906-2.993 2.372-1.85H8.906L8 4.362l-.906 2.993z" clip-rule="evenodd"/>
</svg>

+ 0
- 4
images/light/icon-sync.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M2 8c0-2.51 1.541-4.66 3.73-5.555l-.424 1.342a5.001 5.001 0 0 0 1.95 9.158l-.304.964A6.002 6.002 0 0 1 2 8zm8.2 5.584A6.002 6.002 0 0 0 8.99 2.08l-.305.966a5.001 5.001 0 0 1 1.933 9.214l-.418 1.323z" clip-rule="evenodd"/>
<path fill="#424242" fill-rule="evenodd" d="M5 3H2V2h3.5l.5.5V6H5V3zM11 13h3v1h-3.5l-.5-.5V10h1v3z" clip-rule="evenodd"/>
</svg>

+ 0
- 4
images/light/icon-upload.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" fill-rule="evenodd" d="M8 0c3.59 0 4 2.56 4 3 2.08 0 3 .56 3 3 0 1.977-1.371 2.755-3.051 2.949L11 8h.054c.57.004 2.946.018 2.946-2 0-1.98-1.19-2-2-2h-1V3l-.008-.03C10.902 2.635 10.464 1 8 1 6.36 1 5 2.61 5 4v1H4C2.35 5 2 6.33 2 6.5 2 6.78 2.38 8 4 8l-.92.92C1.693 8.66 1 7.774 1 6.5 1 5.02 2.02 4 4 4c0-2.08 1.58-4 4-4z" clip-rule="evenodd"/>
<path fill="#424242" d="M7.965 7.468h-1.06L3 11.373l1.061 1.06 2.637-2.61V16h1.5V9.823l2.723 2.723 1.061-1.061-4.017-4.017z"/>
</svg>

+ 0
- 3
images/light/icon-view-list.svg View File

@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path stroke="#424242" d="M2 3.5h12M2 6.5h12M2 9.5h12M2 12.5h12"/>
</svg>

+ 0
- 4
images/light/icon-view-tree.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" d="M14 3v1H2V3h12zM13 6v1H6V6h7zM13 9v1H5V9h8zM13 12v1H5v-1h8z"/>
<path fill="#424242" d="M5 4h1v9H5z"/>
</svg>

+ 0
- 4
images/light/icon-vsts.svg View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" d="M11.853 4.313l.023.018v7.743l-9.419-1.432 3.947 4.719v-1.898l5.406 1.898 3.53-3V3.67l-3.487.644z"/>
<path fill="#424242" d="M2.456 6.05l9.397-1.737L7.353 1v1.544l-4.897 1.94L1 6.383v4.037l1.457.223-.001-.002V6.05z"/>
</svg>

+ 69
- 271
package.json View File

@ -2071,64 +2071,43 @@
"command": "gitlens.supportGitLens",
"title": "Sponsor GitLens ❤",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-heart.svg",
"light": "images/light/icon-heart.svg"
}
"icon": "$(heart)"
},
{
"command": "gitlens.showSettingsPage",
"title": "Open Settings",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-gear.svg",
"light": "images/light/icon-gear.svg"
}
"icon": "$(gear)"
},
{
"command": "gitlens.showSettingsPage#repositories-view",
"title": "Open Settings",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-gear.svg",
"light": "images/light/icon-gear.svg"
}
"icon": "$(gear)"
},
{
"command": "gitlens.showSettingsPage#file-history-view",
"title": "Open Settings",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-gear.svg",
"light": "images/light/icon-gear.svg"
}
"icon": "$(gear)"
},
{
"command": "gitlens.showSettingsPage#line-history-view",
"title": "Open Settings",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-gear.svg",
"light": "images/light/icon-gear.svg"
}
"icon": "$(gear)"
},
{
"command": "gitlens.showSettingsPage#search-commits-view",
"title": "Open Settings",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-gear.svg",
"light": "images/light/icon-gear.svg"
}
"icon": "$(gear)"
},
{
"command": "gitlens.showSettingsPage#compare-view",
"title": "Open Settings",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-gear.svg",
"light": "images/light/icon-gear.svg"
}
"icon": "$(gear)"
},
{
"command": "gitlens.showWelcomePage",
@ -2339,10 +2318,7 @@
"command": "gitlens.showCommitSearch",
"title": "Search Commits",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-search.svg",
"light": "images/light/icon-search.svg"
}
"icon": "$(search)"
},
{
"command": "gitlens.showLastQuickPick",
@ -2418,10 +2394,7 @@
"command": "gitlens.connectRemoteProvider",
"title": "Connect to Remote",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-plug.svg",
"light": "images/light/icon-plug.svg"
}
"icon": "$(plug)"
},
{
"command": "gitlens.disconnectRemoteProvider",
@ -2482,37 +2455,25 @@
"command": "gitlens.openBranchesInRemote",
"title": "Open Branches on Remote",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-link.svg",
"light": "images/light/icon-link.svg"
}
"icon": "$(link-external)"
},
{
"command": "gitlens.openBranchInRemote",
"title": "Open Branch on Remote",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-link.svg",
"light": "images/light/icon-link.svg"
}
"icon": "$(link-external)"
},
{
"command": "gitlens.openCommitInRemote",
"title": "Open Commit on Remote",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-link.svg",
"light": "images/light/icon-link.svg"
}
"icon": "$(link-external)"
},
{
"command": "gitlens.openFileInRemote",
"title": "Open File on Remote",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-link.svg",
"light": "images/light/icon-link.svg"
}
"icon": "$(link-external)"
},
{
"command": "gitlens.openFileRevision",
@ -2528,10 +2489,7 @@
"command": "gitlens.openRepoInRemote",
"title": "Open Repository on Remote",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-link.svg",
"light": "images/light/icon-link.svg"
}
"icon": "$(link-external)"
},
{
"command": "gitlens.openRevisionFile",
@ -2557,10 +2515,7 @@
"command": "gitlens.openWorkingFile",
"title": "Open File",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-open-working-file.svg",
"light": "images/light/icon-open-working-file.svg"
}
"icon": "$(go-to-file)"
},
{
"command": "gitlens.stashApply",
@ -2575,10 +2530,7 @@
"command": "gitlens.stashDelete",
"title": "Delete Stash...",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-delete.svg",
"light": "images/light/icon-delete.svg"
}
"icon": "$(trash)"
},
{
"command": "gitlens.stashSave",
@ -2617,65 +2569,44 @@
"command": "gitlens.inviteToLiveShare",
"title": "Invite to Live Share",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-link-color.svg",
"light": "images/light/icon-link-color.svg"
}
"icon": "$(live-share)"
},
{
"command": "gitlens.exploreRepoAtRevision",
"title": "Explore Repository from Revision",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-open-folder.svg",
"light": "images/light/icon-open-folder.svg"
},
"icon": "$(folder-opened)",
"enablement": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != git"
},
{
"command": "gitlens.views.exploreRepoAtRevision",
"title": "Explore Repository from Revision",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-open-folder.svg",
"light": "images/light/icon-open-folder.svg"
}
"icon": "$(folder-opened)"
},
{
"command": "gitlens.fetchRepositories",
"title": "Fetch Repositories",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-sync.svg",
"light": "images/light/icon-sync.svg"
}
"icon": "$(sync)"
},
{
"command": "gitlens.pullRepositories",
"title": "Pull Repositories",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-pull.svg",
"light": "images/light/icon-pull.svg"
}
"icon": "$(arrow-down)"
},
{
"command": "gitlens.pushRepositories",
"title": "Push Repositories",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-push.svg",
"light": "images/light/icon-push.svg"
}
"icon": "$(arrow-up)"
},
{
"command": "gitlens.views.addRemote",
"title": "Add Remote",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-add.svg",
"light": "images/light/icon-add.svg"
}
"icon": "$(add)"
},
{
"command": "gitlens.views.highlightChanges",
@ -2762,28 +2693,19 @@
"command": "gitlens.views.fetch",
"title": "Fetch",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-sync.svg",
"light": "images/light/icon-sync.svg"
}
"icon": "$(sync)"
},
{
"command": "gitlens.views.pull",
"title": "Pull",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-pull.svg",
"light": "images/light/icon-pull.svg"
}
"icon": "$(arrow-down)"
},
{
"command": "gitlens.views.push",
"title": "Push",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-push.svg",
"light": "images/light/icon-push.svg"
}
"icon": "$(arrow-up)"
},
{
"command": "gitlens.views.pushWithForce",
@ -2813,55 +2735,37 @@
"command": "gitlens.views.stageDirectory",
"title": "Stage All Changes",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-add.svg",
"light": "images/light/icon-add.svg"
}
"icon": "$(add)"
},
{
"command": "gitlens.views.stageFile",
"title": "Stage Changes",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-add.svg",
"light": "images/light/icon-add.svg"
}
"icon": "$(add)"
},
{
"command": "gitlens.views.unstageDirectory",
"title": "Unstage All Changes",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-minus.svg",
"light": "images/light/icon-minus.svg"
}
"icon": "$(add)"
},
{
"command": "gitlens.views.unstageFile",
"title": "Unstage Changes",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-minus.svg",
"light": "images/light/icon-minus.svg"
}
"icon": "$(remove)"
},
{
"command": "gitlens.views.star",
"title": "Add to Favorites",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-star.svg",
"light": "images/light/icon-star.svg"
}
"icon": "$(star-empty)"
},
{
"command": "gitlens.views.unstar",
"title": "Remove from Favorites",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-star-filled.svg",
"light": "images/light/icon-star-filled.svg"
}
"icon": "$(star-full)"
},
{
"command": "gitlens.views.openDirectoryDiff",
@ -2891,28 +2795,22 @@
"command": "gitlens.views.openFile",
"title": "Open File",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-open-file.svg",
"light": "images/light/icon-open-file.svg"
}
"icon": "$(go-to-file)"
},
{
"command": "gitlens.views.openFileRevision",
"title": "Open Revision",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-open-file.svg",
"light": "images/light/icon-open-file.svg"
"dark": "images/dark/icon-open-revision.svg",
"light": "images/light/icon-open-revision.svg"
}
},
{
"command": "gitlens.views.openFileRevisionInRemote",
"title": "Open Revision on Remote",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-link.svg",
"light": "images/light/icon-link.svg"
}
"icon": "$(link-external)"
},
{
"command": "gitlens.views.openChangedFiles",
@ -2953,10 +2851,7 @@
"command": "gitlens.views.compareWithHead",
"title": "Compare with HEAD",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-compare-refs.svg",
"light": "images/light/icon-compare-refs.svg"
}
"icon": "$(compare-changes)"
},
{
"command": "gitlens.views.compareWithRemote",
@ -3115,10 +3010,7 @@
"command": "gitlens.views.repositories.refresh",
"title": "Refresh",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-refresh.svg",
"light": "images/light/icon-refresh.svg"
}
"icon": "$(refresh)"
},
{
"command": "gitlens.views.repositories.setBranchComparisonToWorking",
@ -3133,37 +3025,25 @@
"command": "gitlens.views.repositories.setBranchComparisonToBranch",
"title": "Switch to Branch Comparison",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-compare-refs.svg",
"light": "images/light/icon-compare-refs.svg"
}
"icon": "$(compare-changes)"
},
{
"command": "gitlens.views.repositories.setBranchesLayoutToList",
"title": "Toggle Branch Layout (Tree)",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-view-tree.svg",
"light": "images/light/icon-view-tree.svg"
}
"icon": "$(list-tree)"
},
{
"command": "gitlens.views.repositories.setBranchesLayoutToTree",
"title": "Toggle Branch Layout (List)",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-view-list.svg",
"light": "images/light/icon-view-list.svg"
}
"icon": "$(list-flat)"
},
{
"command": "gitlens.views.repositories.setFilesLayoutToAuto",
"title": "Toggle File Layout (Tree)",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-view-tree.svg",
"light": "images/light/icon-view-tree.svg"
}
"icon": "$(list-tree)"
},
{
"command": "gitlens.views.repositories.setFilesLayoutToList",
@ -3178,10 +3058,7 @@
"command": "gitlens.views.repositories.setFilesLayoutToTree",
"title": "Toggle File Layout (List)",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-view-list.svg",
"light": "images/light/icon-view-list.svg"
}
"icon": "$(list-flat)"
},
{
"command": "gitlens.views.repositories.setAutoRefreshToOn",
@ -3197,37 +3074,25 @@
"command": "gitlens.views.fileHistory.refresh",
"title": "Refresh",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-refresh.svg",
"light": "images/light/icon-refresh.svg"
}
"icon": "$(refresh)"
},
{
"command": "gitlens.views.fileHistory.changeBase",
"title": "Change Base...",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-history.svg",
"light": "images/light/icon-history.svg"
}
"icon": "$(history)"
},
{
"command": "gitlens.views.fileHistory.setEditorFollowingOn",
"title": "Resume File Tracking",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-location.svg",
"light": "images/light/icon-location.svg"
}
"icon": "$(eye-closed)"
},
{
"command": "gitlens.views.fileHistory.setEditorFollowingOff",
"title": "Pause File Tracking",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-location-filled.svg",
"light": "images/light/icon-location-filled.svg"
}
"icon": "$(eye)"
},
{
"command": "gitlens.views.fileHistory.setRenameFollowingOn",
@ -3243,37 +3108,25 @@
"command": "gitlens.views.lineHistory.refresh",
"title": "Refresh",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-refresh.svg",
"light": "images/light/icon-refresh.svg"
}
"icon": "$(refresh)"
},
{
"command": "gitlens.views.lineHistory.changeBase",
"title": "Change Base...",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-history.svg",
"light": "images/light/icon-history.svg"
}
"icon": "$(history)"
},
{
"command": "gitlens.views.lineHistory.setEditorFollowingOn",
"title": "Resume Line Tracking",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-location.svg",
"light": "images/light/icon-location.svg"
}
"icon": "$(eye-closed)"
},
{
"command": "gitlens.views.lineHistory.setEditorFollowingOff",
"title": "Pause Line Tracking",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-location-filled.svg",
"light": "images/light/icon-location-filled.svg"
}
"icon": "$(eye)"
},
{
"command": "gitlens.views.lineHistory.setRenameFollowingOn",
@ -3289,37 +3142,25 @@
"command": "gitlens.views.compare.selectForCompare",
"title": "Compare References...",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-compare-refs.svg",
"light": "images/light/icon-compare-refs.svg"
}
"icon": "$(compare-changes)"
},
{
"command": "gitlens.views.compare.clear",
"title": "Clear Results",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-clear.svg",
"light": "images/light/icon-clear.svg"
}
"icon": "$(clear-all)"
},
{
"command": "gitlens.views.compare.refresh",
"title": "Refresh",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-refresh.svg",
"light": "images/light/icon-refresh.svg"
}
"icon": "$(refresh)"
},
{
"command": "gitlens.views.compare.setFilesLayoutToAuto",
"title": "Automatic Layout",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-view-tree.svg",
"light": "images/light/icon-view-tree.svg"
}
"icon": "$(list-tree)"
},
{
"command": "gitlens.views.compare.setFilesLayoutToList",
@ -3334,28 +3175,19 @@
"command": "gitlens.views.compare.setFilesLayoutToTree",
"title": "Tree Layout",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-view-list.svg",
"light": "images/light/icon-view-list.svg"
}
"icon": "$(list-flat)"
},
{
"command": "gitlens.views.compare.setKeepResultsToOn",
"title": "Keep Results",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-lock.svg",
"light": "images/light/icon-lock.svg"
}
"icon": "$(unlock)"
},
{
"command": "gitlens.views.compare.setKeepResultsToOff",
"title": "Keep Results",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-locked.svg",
"light": "images/light/icon-locked.svg"
}
"icon": "$(lock)"
},
{
"command": "gitlens.views.compare.pinComparison",
@ -3370,10 +3202,7 @@
"command": "gitlens.views.compare.unpinComparison",
"title": "Unpin Comparison",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-unpin.svg",
"light": "images/light/icon-unpin.svg"
}
"icon": "$(pin)"
},
{
"command": "gitlens.views.compare.swapComparison",
@ -3388,37 +3217,25 @@
"command": "gitlens.views.search.searchCommits",
"title": "Search Commits",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-search.svg",
"light": "images/light/icon-search.svg"
}
"icon": "$(search)"
},
{
"command": "gitlens.views.search.clear",
"title": "Clear Results",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-clear.svg",
"light": "images/light/icon-clear.svg"
}
"icon": "$(clear-all)"
},
{
"command": "gitlens.views.search.refresh",
"title": "Refresh",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-refresh.svg",
"light": "images/light/icon-refresh.svg"
}
"icon": "$(refresh)"
},
{
"command": "gitlens.views.search.setFilesLayoutToAuto",
"title": "Automatic Layout",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-view-tree.svg",
"light": "images/light/icon-view-tree.svg"
}
"icon": "$(list-tree)"
},
{
"command": "gitlens.views.search.setFilesLayoutToList",
@ -3433,37 +3250,25 @@
"command": "gitlens.views.search.setFilesLayoutToTree",
"title": "Tree Layout",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-view-list.svg",
"light": "images/light/icon-view-list.svg"
}
"icon": "$(list-flat)"
},
{
"command": "gitlens.views.search.setKeepResultsToOn",
"title": "Keep Results",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-lock.svg",
"light": "images/light/icon-lock.svg"
}
"icon": "$(unlock)"
},
{
"command": "gitlens.views.search.setKeepResultsToOff",
"title": "Keep Results",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-locked.svg",
"light": "images/light/icon-locked.svg"
}
"icon": "$(lock)"
},
{
"command": "gitlens.views.dismissNode",
"title": "Dismiss",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-close.svg",
"light": "images/light/icon-close.svg"
}
"icon": "$(close)"
},
{
"command": "gitlens.views.expandNode",
@ -3474,19 +3279,12 @@
"command": "gitlens.views.refreshNode",
"title": "Refresh",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-refresh.svg",
"light": "images/light/icon-refresh.svg"
}
"icon": "$(refresh)"
},
{
"command": "gitlens.views.showMoreChildren",
"title": "Load More",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-unfold.svg",
"light": "images/light/icon-unfold.svg"
}
"category": "GitLens"
},
{
"command": "gitlens.views.showAllChildren",

+ 2
- 5
src/commands/git/branch.ts View File

@ -1,6 +1,6 @@
'use strict';
/* eslint-disable no-loop-func */
import { QuickInputButton, QuickInputButtons, Uri } from 'vscode';
import { QuickInputButton, QuickInputButtons, ThemeIcon } from 'vscode';
import { Container } from '../../container';
import { GitBranch, GitReference, Repository } from '../../git/gitService';
import {
@ -75,10 +75,7 @@ export interface BranchGitCommandArgs {
export class BranchGitCommand extends QuickCommandBase<State> {
private readonly Buttons = class {
static readonly RevealInView: QuickInputButton = {
iconPath: {
dark: Uri.file(Container.context.asAbsolutePath('images/dark/icon-eye.svg')),
light: Uri.file(Container.context.asAbsolutePath('images/light/icon-eye.svg')),
},
iconPath: new ThemeIcon('eye'),
tooltip: 'Reveal Branch in Repositories View',
};
};

+ 2
- 5
src/commands/git/pull.ts View File

@ -1,5 +1,5 @@
'use strict';
import { QuickInputButton, Uri } from 'vscode';
import { QuickInputButton, ThemeIcon } from 'vscode';
import { Container } from '../../container';
import { Repository } from '../../git/gitService';
import { QuickCommandBase, QuickPickStep, StepAsyncGenerator, StepSelection, StepState } from '../quickCommand';
@ -25,10 +25,7 @@ export interface PullGitCommandArgs {
export class PullGitCommand extends QuickCommandBase<State> {
private readonly Buttons = class {
static readonly Fetch: QuickInputButton = {
iconPath: {
dark: Uri.file(Container.context.asAbsolutePath('images/dark/icon-sync.svg')),
light: Uri.file(Container.context.asAbsolutePath('images/light/icon-sync.svg')),
},
iconPath: new ThemeIcon('sync'),
tooltip: 'Fetch',
};
};

+ 2
- 5
src/commands/git/search.ts View File

@ -1,6 +1,6 @@
'use strict';
/* eslint-disable no-loop-func */
import { QuickInputButton, Uri } from 'vscode';
import { QuickInputButton, ThemeIcon, Uri } from 'vscode';
import { Container } from '../../container';
import {
GitLog,
@ -77,10 +77,7 @@ export class SearchGitCommand extends QuickCommandBase {
};
static readonly RevealInView: QuickInputButton = {
iconPath: {
dark: Uri.file(Container.context.asAbsolutePath('images/dark/icon-eye.svg')),
light: Uri.file(Container.context.asAbsolutePath('images/light/icon-eye.svg')),
},
iconPath: new ThemeIcon('eye'),
tooltip: 'Reveal Commit in Repositories View',
};

+ 2
- 5
src/commands/git/stash.ts View File

@ -1,6 +1,6 @@
'use strict';
/* eslint-disable no-loop-func */
import { QuickInputButton, QuickInputButtons, QuickPickItem, Uri, window } from 'vscode';
import { QuickInputButton, QuickInputButtons, QuickPickItem, ThemeIcon, Uri, window } from 'vscode';
import { Container } from '../../container';
import { GitStashCommit, GitUri, Repository } from '../../git/gitService';
import {
@ -83,10 +83,7 @@ export interface StashGitCommandArgs {
export class StashGitCommand extends QuickCommandBase<State> {
private readonly Buttons = class {
static readonly RevealInView: QuickInputButton = {
iconPath: {
dark: Uri.file(Container.context.asAbsolutePath('images/dark/icon-eye.svg')),
light: Uri.file(Container.context.asAbsolutePath('images/light/icon-eye.svg')),
},
iconPath: new ThemeIcon('eye'),
tooltip: 'Reveal Stash in Repositories View',
};
};

+ 2
- 5
src/commands/git/tag.ts View File

@ -1,6 +1,6 @@
'use strict';
/* eslint-disable no-loop-func */
import { QuickInputButton, QuickInputButtons, Uri } from 'vscode';
import { QuickInputButton, QuickInputButtons, ThemeIcon } from 'vscode';
import { Container } from '../../container';
import { GitReference, GitTag, Repository } from '../../git/gitService';
import {
@ -64,10 +64,7 @@ export interface TagGitCommandArgs {
export class TagGitCommand extends QuickCommandBase<State> {
private readonly Buttons = class {
static readonly RevealInView: QuickInputButton = {
iconPath: {
dark: Uri.file(Container.context.asAbsolutePath('images/dark/icon-eye.svg')),
light: Uri.file(Container.context.asAbsolutePath('images/light/icon-eye.svg')),
},
iconPath: new ThemeIcon('eye'),
tooltip: 'Reveal Tag in Repositories View',
};
};

+ 2
- 5
src/git/remotes/github.ts View File

@ -1,5 +1,5 @@
'use strict';
import { Disposable, env, QuickInputButton, Range, Uri, window } from 'vscode';
import { Disposable, env, QuickInputButton, Range, ThemeIcon, Uri, window } from 'vscode';
import { DynamicAutolinkReference } from '../../annotations/autolinks';
import { AutolinkReference } from '../../config';
import { Container } from '../../container';
@ -12,10 +12,7 @@ const issueEnricher3rdParyRegex = /\b(\w+\\?-?\w+(?!\\?-)\/\w+\\?-?\w+(?!\\?-))\
export class GitHubRemote extends RemoteProviderWithApi<{ token: string }> {
private readonly Buttons = class {
static readonly Help: QuickInputButton = {
iconPath: {
dark: Uri.file(Container.context.asAbsolutePath('images/dark/icon-help.svg')),
light: Uri.file(Container.context.asAbsolutePath('images/light/icon-help.svg')),
},
iconPath: new ThemeIcon('question'),
tooltip: 'Help',
};
};

+ 2
- 8
src/views/nodes/branchTrackingStatusNode.ts View File

@ -1,5 +1,5 @@
'use strict';
import { TreeItem, TreeItemCollapsibleState } from 'vscode';
import { ThemeIcon, TreeItem, TreeItemCollapsibleState } from 'vscode';
import { Container } from '../../container';
import { GitBranch, GitLog, GitRevision, GitTrackingState, GitUri } from '../../git/gitService';
import { debug, gate, Iterables, Strings } from '../../system';
@ -111,14 +111,8 @@ export class BranchTrackingStatusNode extends ViewNode implements
? ResourceType.BranchStatusAheadOfUpstream
: ResourceType.BranchStatusBehindUpstream;
}
item.iconPath = new ThemeIcon(ahead ? 'cloud-upload' : 'cloud-download');
item.tooltip = `${label}${ahead ? ' of ' : ''}${this.status.upstream}`;
const iconSuffix = ahead ? 'upload' : 'download';
item.iconPath = {
dark: Container.context.asAbsolutePath(`images/dark/icon-${iconSuffix}.svg`),
light: Container.context.asAbsolutePath(`images/light/icon-${iconSuffix}.svg`),
};
return item;
}

+ 4
- 11
src/views/nodes/commitNode.ts View File

@ -1,6 +1,6 @@
'use strict';
import * as paths from 'path';
import { Command, TreeItem, TreeItemCollapsibleState } from 'vscode';
import { Command, ThemeIcon, TreeItem, TreeItemCollapsibleState } from 'vscode';
import { Commands, DiffWithPreviousCommandArgs } from '../../commands';
import { ViewFilesLayout } from '../../configuration';
import { GlyphChars } from '../../constants';
@ -75,16 +75,9 @@ export class CommitNode extends ViewRefNode {
truncateMessageAtNewLine: true,
dateFormat: Container.config.defaultDateFormat,
});
if (this.view.config.avatars) {
item.iconPath = this.commit.getGravatarUri(Container.config.defaultGravatarsStyle);
} else {
item.iconPath = {
dark: Container.context.asAbsolutePath('images/dark/icon-commit.svg'),
light: Container.context.asAbsolutePath('images/light/icon-commit.svg'),
};
}
item.iconPath = this.view.config.avatars
? this.commit.getGravatarUri(Container.config.defaultGravatarsStyle)
: new ThemeIcon('git-commit');
item.tooltip = CommitFormatter.fromTemplate(
this.commit.isUncommitted
? `\${author} ${GlyphChars.Dash} \${id}\n\${ago} (\${date})`

+ 9
- 9
src/views/nodes/compareBranchNode.ts View File

@ -1,5 +1,5 @@
'use strict';
import { TreeItem, TreeItemCollapsibleState } from 'vscode';
import { ThemeIcon, TreeItem, TreeItemCollapsibleState } from 'vscode';
import { BranchComparison, BranchComparisons, GlyphChars, WorkspaceState } from '../../constants';
import { ResourceType, ViewNode } from './viewNode';
import { RepositoriesView } from '../repositoriesView';
@ -109,14 +109,14 @@ export class CompareBranchNode extends ViewNode {
this.comparisonNotation === '..' ? 'twodot' : 'threedot'
}+${this.comparisonType}`;
item.description = description;
item.iconPath = {
dark: Container.context.asAbsolutePath(
`images/dark/icon-compare-${this.compareWithWorkingTree ? 'ref-working' : 'refs'}.svg`,
),
light: Container.context.asAbsolutePath(
`images/light/icon-compare-${this.compareWithWorkingTree ? 'ref-working' : 'refs'}.svg`,
),
};
if (this.compareWithWorkingTree) {
item.iconPath = {
dark: Container.context.asAbsolutePath('images/dark/icon-compare-ref-working.svg'),
light: Container.context.asAbsolutePath('images/light/icon-compare-ref-working.svg'),
};
} else {
item.iconPath = new ThemeIcon('git-compare');
}
item.id = this.id;
item.tooltip = `Click to compare ${this.branch.name}${this.compareWithWorkingTree ? ' (working)' : ''} with${
GlyphChars.Ellipsis

+ 2
- 7
src/views/nodes/contributorsNode.ts View File

@ -1,5 +1,5 @@
'use strict';
import { TreeItem, TreeItemCollapsibleState } from 'vscode';
import { ThemeIcon, TreeItem, TreeItemCollapsibleState } from 'vscode';
import { GitContributor, GitUri, Repository } from '../../git/gitService';
import { RepositoriesView } from '../repositoriesView';
import { MessageNode } from './common';
@ -38,12 +38,7 @@ export class ContributorsNode extends ViewNode {
const item = new TreeItem('Contributors', TreeItemCollapsibleState.Collapsed);
item.id = this.id;
item.contextValue = ResourceType.Contributors;
item.iconPath = {
dark: Container.context.asAbsolutePath('images/dark/icon-people.svg'),
light: Container.context.asAbsolutePath('images/light/icon-people.svg'),
};
item.iconPath = new ThemeIcon('organization');
return item;
}

+ 2
- 6
src/views/nodes/fileHistoryNode.ts View File

@ -1,5 +1,5 @@
'use strict';
import { Disposable, TreeItem, TreeItemCollapsibleState } from 'vscode';
import { Disposable, ThemeIcon, TreeItem, TreeItemCollapsibleState } from 'vscode';
import { Container } from '../../container';
import {
GitCommitType,
@ -162,15 +162,11 @@ export class FileHistoryNode extends SubscribeableViewNode implements PageableVi
);
item.contextValue = ResourceType.FileHistory;
item.description = this.uri.directory;
item.iconPath = new ThemeIcon('history');
item.tooltip = `History of ${this.uri.fileName}\n${this.uri.directory}/${
this.uri.sha === undefined ? '' : `\n\n${this.uri.sha}`
}`;
item.iconPath = {
dark: Container.context.asAbsolutePath('images/dark/icon-history.svg'),
light: Container.context.asAbsolutePath('images/light/icon-history.svg'),
};
void this.ensureSubscription();
return item;

+ 2
- 6
src/views/nodes/lineHistoryNode.ts View File

@ -1,5 +1,5 @@
'use strict';
import { Disposable, Selection, TreeItem, TreeItemCollapsibleState } from 'vscode';
import { Disposable, Selection, ThemeIcon, TreeItem, TreeItemCollapsibleState } from 'vscode';
import { Container } from '../../container';
import { GitCommitType, GitFile, GitLogCommit } from '../../git/git';
import {
@ -218,15 +218,11 @@ export class LineHistoryNode extends SubscribeableViewNode implements PageableVi
);
item.contextValue = ResourceType.LineHistory;
item.description = this.uri.directory;
item.iconPath = new ThemeIcon('history');
item.tooltip = `History of ${this.uri.fileName}${lines}\n${this.uri.directory}/${
this.uri.sha === undefined ? '' : `\n\n${this.uri.sha}`
}`;
item.iconPath = {
dark: Container.context.asAbsolutePath('images/dark/icon-history.svg'),
light: Container.context.asAbsolutePath('images/light/icon-history.svg'),
};
void this.ensureSubscription();
return item;

+ 2
- 8
src/views/nodes/tagsNode.ts View File

@ -1,7 +1,6 @@
'use strict';
import { TreeItem, TreeItemCollapsibleState } from 'vscode';
import { ThemeIcon, TreeItem, TreeItemCollapsibleState } from 'vscode';
import { ViewBranchesLayout } from '../../configuration';
import { Container } from '../../container';
import { GitUri, Repository } from '../../git/gitService';
import { Arrays } from '../../system';
import { RepositoriesView } from '../repositoriesView';
@ -57,12 +56,7 @@ export class TagsNode extends ViewNode {
const item = new TreeItem('Tags', TreeItemCollapsibleState.Collapsed);
item.id = this.id;
item.contextValue = ResourceType.Tags;
item.iconPath = {
dark: Container.context.asAbsolutePath('images/dark/icon-tag.svg'),
light: Container.context.asAbsolutePath('images/light/icon-tag.svg'),
};
item.iconPath = new ThemeIcon('tag');
return item;
}
}

Loading…
Cancel
Save