Kaynağa Gözat

Increases some icons thickness to match codicons

main
Eric Amodio 4 yıl önce
ebeveyn
işleme
aaaa89c890
11 değiştirilmiş dosya ile 38 ekleme ve 34 silme
  1. +4
    -0
      CHANGELOG.md
  2. +2
    -2
      images/dark/icon-commit-horizontal.svg
  3. +4
    -4
      images/dark/icon-next-commit.svg
  4. +2
    -2
      images/dark/icon-open-revision.svg
  5. +5
    -5
      images/dark/icon-prev-commit-menu.svg
  6. +4
    -4
      images/dark/icon-prev-commit.svg
  7. +2
    -2
      images/light/icon-commit-horizontal.svg
  8. +4
    -4
      images/light/icon-next-commit.svg
  9. +2
    -2
      images/light/icon-open-revision.svg
  10. +5
    -5
      images/light/icon-prev-commit-menu.svg
  11. +4
    -4
      images/light/icon-prev-commit.svg

+ 4
- 0
CHANGELOG.md Dosyayı Görüntüle

@ -16,6 +16,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Adds a _Copy Remote File Url From..._ command (`gitlens.copyRemoteFileUrlFrom`) to copy the url of a file or revision on a specific branch or tag the remote provider — closes [#1071](https://github.com/eamodio/vscode-gitlens/issues/1071)
- Adds a welcome, i.e. richer empty state, to the _Search & Compare_ view
### Changed
- Increases the thickness (boldness) of a handful of icons to better match VS Code codicons
### Fixed
- Fixes [#1208](https://github.com/eamodio/vscode-gitlens/issues/1208) - Connect to Github notification is noisy

+ 2
- 2
images/dark/icon-commit-horizontal.svg Dosyayı Görüntüle

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<circle r="4" stroke="#C5C5C5" stroke-linejoin="bevel" transform="matrix(-1 0 0 1 8 7.5)"/>
<path stroke="#C5C5C5" stroke-linejoin="bevel" d="M12 7.5h4M0 7.5h4"/>
<path stroke="#C5C5C5" stroke-width="1.5" stroke-linejoin="bevel" d="M8 11.5a4 4 0 110-8 4 4 0 010 8z" />
<path stroke="#C5C5C5" stroke-width="1.25" stroke-linejoin="bevel" d="M0 7.5h4m8 0h4-4z" />
</svg>

+ 4
- 4
images/dark/icon-next-commit.svg Dosyayı Görüntüle

@ -1,5 +1,5 @@
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6.5" cy="7.5" r="4" stroke="#C5C5C5" stroke-linejoin="bevel"/>
<path d="M2.5 7.5H0" stroke="#C5C5C5" stroke-linejoin="bevel"/>
<path d="M13.5 10.35l2.5-2.5v-.7l-2.5-2.5-.71.7L14.43 7H10v1h4.43l-1.65 1.65.72.7z" fill="#C5C5C5"/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<circle stroke="#C5C5C5" stroke-width="1.5" stroke-linejoin="bevel" cx="6.5" cy="7.5" r="4"/>
<path stroke="#C5C5C5" stroke-width="1.25" stroke-linejoin="bevel" d="M2.5 7.5H0"/>
<path fill="#C5C5C5" d="M13.5 10.35l2.5-2.5v-.7l-2.5-2.5-.71.7 1.515 1.529H10V8.12h4.305L12.78 9.65l.72.7z"/>
</svg>

+ 2
- 2
images/dark/icon-open-revision.svg Dosyayı Görüntüle

@ -1,4 +1,4 @@
<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 2.5l.5-.5h5.7l.3.1 3.4 3.5.1.4v2.44l-.854-.854-.146.146V7H6V3H2v11h6.732l1 1H1.5l-.5-.5v-12zM11 11v1h-1v-1h1zm-1-.44l.854-.853L10.146 9 10 9.146v1.415zm0 3.294l.146.146.708-.707-.854-.854v1.415zM7 3l2.903 3H7V3z" clip-rule="evenodd"/>
<path fill="#C5C5C5" fill-rule="evenodd" d="M10.146 14L8 11.854v-.707L10.146 9l.708.707L9.56 11h3a2.5 2.5 0 0 1 0 5h-.5v-1h.5a1.5 1.5 0 1 0 0-3h-3l1.293 1.293-.708.707z" clip-rule="evenodd"/>
<path fill="#C5C5C5" fill-rule="evenodd" d="M0 2l1-1h6.2l.3.1 3.4 3.5.1.4v2.166L9.917 6.083 9.5 6.5V6H6V2.5H1.5v11H8L9.5 15H1l-1-1V2zm10.334 13h.166l.5-.5v-.166l-.666.666zM7 2.5L9.5 5H7V2.5z"/>
<path fill="#C5C5C5" fill-rule="evenodd" d="M10.058 8.165l.088-.088.089.088.707.707.088.089-.088.088-1.08 1.08h2.699a2.625 2.625 0 110 5.25h-.625v-1.25h.625a1.375 1.375 0 000-2.75H9.862l1.08 1.08.088.087-.088.089-.707.707-.089.088-.088-.088-2.146-2.147-.037-.036v-.811l.037-.036 2.146-2.147z"/>
</svg>

+ 5
- 5
images/dark/icon-prev-commit-menu.svg Dosyayı Görüntüle

@ -1,6 +1,6 @@
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6 14.5a1 1 0 11-2 0 1 1 0 012 0zM10 14.5a1 1 0 11-2 0 1 1 0 012 0zM14 14.5a1 1 0 11-2 0 1 1 0 012 0z" fill="#C5C5C5"/>
<circle r="4" transform="matrix(-1 0 0 1 9.5 7.5)" stroke="#C5C5C5" stroke-linejoin="bevel"/>
<path d="M13.5 7.5H16" stroke="#C5C5C5" stroke-linejoin="bevel"/>
<path d="M2.5 10.35L0 7.85v-.7l2.5-2.5.71.7L1.57 7H6v1H1.57l1.65 1.65-.72.7z" fill="#C5C5C5"/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#C5C5C5" d="M6 14.5a1 1 0 11-2 0 1 1 0 012 0zM10 14.5a1 1 0 11-2 0 1 1 0 012 0zM14 14.5a1 1 0 11-2 0 1 1 0 012 0z"/>
<circle stroke="#C5C5C5" stroke-width="1.5" stroke-linejoin="bevel" r="4" transform="matrix(-1 0 0 1 9.5 7.5)"/>
<path stroke="#C5C5C5" stroke-width="1.25" stroke-linejoin="bevel" d="M13.5 7.5H16"/>
<path fill="#C5C5C5" d="M2.5 10.35L0 7.85v-.7l2.5-2.5.71.7-1.515 1.529H6V8.12H1.695L3.22 9.65l-.72.7z"/>
</svg>

+ 4
- 4
images/dark/icon-prev-commit.svg Dosyayı Görüntüle

@ -1,5 +1,5 @@
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle r="4" transform="matrix(-1 0 0 1 9.5 7.5)" stroke="#C5C5C5" stroke-linejoin="bevel"/>
<path d="M13.5 7.5H16" stroke="#C5C5C5" stroke-linejoin="bevel"/>
<path d="M2.5 10.35L0 7.85v-.7l2.5-2.5.71.7L1.57 7H6v1H1.57l1.65 1.65-.72.7z" fill="#C5C5C5"/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<circle stroke="#C5C5C5" stroke-width="1.5" stroke-linejoin="bevel" r="4" transform="matrix(-1 0 0 1 9.5 7.5)"/>
<path stroke="#C5C5C5" stroke-width="1.25" stroke-linejoin="bevel" d="M13.5 7.5H16"/>
<path fill="#C5C5C5" d="M2.5 10.35L0 7.85v-.7l2.5-2.5.71.7-1.515 1.529H6V8.12H1.695L3.22 9.65l-.72.7z"/>
</svg>

+ 2
- 2
images/light/icon-commit-horizontal.svg Dosyayı Görüntüle

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<circle r="4" stroke="#424242" stroke-linejoin="bevel" transform="matrix(-1 0 0 1 8 7.5)"/>
<path stroke="#424242" stroke-linejoin="bevel" d="M12 7.5h4M0 7.5h4"/>
<path stroke="#424242" stroke-width="1.5" stroke-linejoin="bevel" d="M8 11.5a4 4 0 110-8 4 4 0 010 8z" />
<path stroke="#424242" stroke-width="1.25" stroke-linejoin="bevel" d="M0 7.5h4m8 0h4-4z" />
</svg>

+ 4
- 4
images/light/icon-next-commit.svg Dosyayı Görüntüle

@ -1,5 +1,5 @@
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6.5" cy="7.5" r="4" stroke="#424242" stroke-linejoin="bevel"/>
<path d="M2.5 7.5H0" stroke="#424242" stroke-linejoin="bevel"/>
<path d="M13.5 10.35l2.5-2.5v-.7l-2.5-2.5-.71.7L14.43 7H10v1h4.43l-1.65 1.65.72.7z" fill="#424242"/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<circle stroke="#424242" stroke-width="1.5" stroke-linejoin="bevel" cx="6.5" cy="7.5" r="4"/>
<path stroke="#424242" stroke-width="1.25" stroke-linejoin="bevel" d="M2.5 7.5H0"/>
<path fill="#424242" d="M13.5 10.35l2.5-2.5v-.7l-2.5-2.5-.71.7 1.515 1.529H10V8.12h4.305L12.78 9.65l.72.7z"/>
</svg>

+ 2
- 2
images/light/icon-open-revision.svg Dosyayı Görüntüle

@ -1,4 +1,4 @@
<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 2.5l.5-.5h5.7l.3.1 3.4 3.5.1.4v2.44l-.854-.854-.146.146V7H6V3H2v11h6.732l1 1H1.5l-.5-.5v-12zM11 11v1h-1v-1h1zm-1-.44l.854-.853L10.146 9 10 9.146v1.415zm0 3.294l.146.146.708-.707-.854-.854v1.415zM7 3l2.903 3H7V3z" clip-rule="evenodd"/>
<path fill="#424242" fill-rule="evenodd" d="M10.146 14L8 11.854v-.707L10.146 9l.708.707L9.56 11h3a2.5 2.5 0 0 1 0 5h-.5v-1h.5a1.5 1.5 0 1 0 0-3h-3l1.293 1.293-.708.707z" clip-rule="evenodd"/>
<path fill="#424242" fill-rule="evenodd" d="M0 2l1-1h6.2l.3.1 3.4 3.5.1.4v2.166L9.917 6.083 9.5 6.5V6H6V2.5H1.5v11H8L9.5 15H1l-1-1V2zm10.334 13h.166l.5-.5v-.166l-.666.666zM7 2.5L9.5 5H7V2.5z"/>
<path fill="#424242" fill-rule="evenodd" d="M10.058 8.165l.088-.088.089.088.707.707.088.089-.088.088-1.08 1.08h2.699a2.625 2.625 0 110 5.25h-.625v-1.25h.625a1.375 1.375 0 000-2.75H9.862l1.08 1.08.088.087-.088.089-.707.707-.089.088-.088-.088-2.146-2.147-.037-.036v-.811l.037-.036 2.146-2.147z"/>
</svg>

+ 5
- 5
images/light/icon-prev-commit-menu.svg Dosyayı Görüntüle

@ -1,6 +1,6 @@
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6 14.5a1 1 0 11-2 0 1 1 0 012 0zM10 14.5a1 1 0 11-2 0 1 1 0 012 0zM14 14.5a1 1 0 11-2 0 1 1 0 012 0z" fill="#424242"/>
<circle r="4" transform="matrix(-1 0 0 1 9.5 7.5)" stroke="#424242" stroke-linejoin="bevel"/>
<path d="M13.5 7.5H16" stroke="#424242" stroke-linejoin="bevel"/>
<path d="M2.5 10.35L0 7.85v-.7l2.5-2.5.71.7L1.57 7H6v1H1.57l1.65 1.65-.72.7z" fill="#424242"/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<path fill="#424242" d="M6 14.5a1 1 0 11-2 0 1 1 0 012 0zM10 14.5a1 1 0 11-2 0 1 1 0 012 0zM14 14.5a1 1 0 11-2 0 1 1 0 012 0z"/>
<circle stroke="#424242" stroke-width="1.5" stroke-linejoin="bevel" r="4" transform="matrix(-1 0 0 1 9.5 7.5)"/>
<path stroke="#424242" stroke-width="1.25" stroke-linejoin="bevel" d="M13.5 7.5H16"/>
<path fill="#424242" d="M2.5 10.35L0 7.85v-.7l2.5-2.5.71.7-1.515 1.529H6V8.12H1.695L3.22 9.65l-.72.7z"/>
</svg>

+ 4
- 4
images/light/icon-prev-commit.svg Dosyayı Görüntüle

@ -1,5 +1,5 @@
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle r="4" transform="matrix(-1 0 0 1 9.5 7.5)" stroke="#424242" stroke-linejoin="bevel"/>
<path d="M13.5 7.5H16" stroke="#424242" stroke-linejoin="bevel"/>
<path d="M2.5 10.35L0 7.85v-.7l2.5-2.5.71.7L1.57 7H6v1H1.57l1.65 1.65-.72.7z" fill="#424242"/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<circle stroke="#424242" stroke-width="1.5" stroke-linejoin="bevel" r="4" transform="matrix(-1 0 0 1 9.5 7.5)"/>
<path stroke="#424242" stroke-width="1.25" stroke-linejoin="bevel" d="M13.5 7.5H16"/>
<path fill="#424242" d="M2.5 10.35L0 7.85v-.7l2.5-2.5.71.7-1.515 1.529H6V8.12H1.695L3.22 9.65l-.72.7z"/>
</svg>

Yükleniyor…
İptal
Kaydet