Skip to content

Commit

Permalink
Update new git status icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Aug 24, 2023
1 parent ea83509 commit be88d07
Show file tree
Hide file tree
Showing 35 changed files with 38 additions and 33 deletions.
3 changes: 0 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/img export-ignore
/status_icons/letters/status_added.png export-ignore
/status_icons/letters/status_added@2x.png export-ignore
/status_icons/letters/status_added@3x.png export-ignore
*.svg export-ignore
*.bat export-ignore
*.bat -linguist-detectable
35 changes: 28 additions & 7 deletions Brackets.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,10 @@
"class": "vcs_status_badge",
"parents": [{"class": "file_system_entry", "attributes": ["untracked"]}],
"settings": {"git_status_icons": "letters"},
"layer0.texture": "Theme - Brackets/status_icons/letters/status_untracked.png",
"layer0.texture": "Theme - Brackets/status_icons/letters/badge.png",
"layer1.texture": "Theme - Brackets/status_icons/letters/status_untracked.png",
"layer1.opacity": 1.0,
"layer1.tint": "var(label_dark)",
"content_margin": [15, 15, 0, 0]
},
{
Expand All @@ -451,7 +454,10 @@
"class": "vcs_status_badge",
"parents": [{"class": "file_system_entry", "attributes": ["added"]}],
"settings": {"git_status_icons": "letters"},
"layer0.texture": "Theme - Brackets/status_icons/letters/status_staged.png",
"layer0.texture": "Theme - Brackets/status_icons/letters/badge.png",
"layer1.texture": "Theme - Brackets/status_icons/letters/status_staged.png",
"layer1.opacity": 1.0,
"layer1.tint": "var(label_dark)",
"content_margin": [15, 15, 0, 0]
},
{
Expand All @@ -477,7 +483,10 @@
"class": "vcs_status_badge",
"parents": [{"class": "file_system_entry", "attributes": ["modified"]}],
"settings": {"git_status_icons": "letters"},
"layer0.texture": "Theme - Brackets/status_icons/letters/status_modified.png",
"layer0.texture": "Theme - Brackets/status_icons/letters/badge.png",
"layer1.texture": "Theme - Brackets/status_icons/letters/status_modified.png",
"layer1.opacity": 1.0,
"layer1.tint": "var(label_dark)",
"content_margin": [15, 15, 0, 0]
},
{
Expand All @@ -503,7 +512,10 @@
"class": "vcs_status_badge",
"parents": [{"class": "file_system_entry", "attributes": ["staged"]}],
"settings": {"git_status_icons": "letters"},
"layer0.texture": "Theme - Brackets/status_icons/letters/status_staged.png",
"layer0.texture": "Theme - Brackets/status_icons/letters/badge.png",
"layer1.texture": "Theme - Brackets/status_icons/letters/status_staged.png",
"layer1.opacity": 1.0,
"layer1.tint": "var(label_dark)",
"content_margin": [15, 15, 0, 0]
},
{
Expand All @@ -529,7 +541,10 @@
"class": "vcs_status_badge",
"parents": [{"class": "file_system_entry", "attributes": ["missing"]}],
"settings": {"git_status_icons": "letters"},
"layer0.texture": "Theme - Brackets/status_icons/letters/status_missing.png",
"layer0.texture": "Theme - Brackets/status_icons/letters/badge.png",
"layer1.texture": "Theme - Brackets/status_icons/letters/status_missing.png",
"layer1.opacity": 1.0,
"layer1.tint": "var(label_dark)",
"content_margin": [15, 15, 0, 0]
},
{
Expand All @@ -555,7 +570,10 @@
"class": "vcs_status_badge",
"parents": [{"class": "file_system_entry", "attributes": ["deleted"]}],
"settings": {"git_status_icons": "letters"},
"layer0.texture": "Theme - Brackets/status_icons/letters/status_staged.png",
"layer0.texture": "Theme - Brackets/status_icons/letters/badge.png",
"layer1.texture": "Theme - Brackets/status_icons/letters/status_staged.png",
"layer1.opacity": 1.0,
"layer1.tint": "var(label_dark)",
"content_margin": [15, 15, 0, 0]
},
{
Expand All @@ -581,7 +599,10 @@
"class": "vcs_status_badge",
"parents": [{"class": "file_system_entry", "attributes": ["unmerged"]}],
"settings": {"git_status_icons": "letters"},
"layer0.texture": "Theme - Brackets/status_icons/letters/status_unmerged.png",
"layer0.texture": "Theme - Brackets/status_icons/letters/badge.png",
"layer1.texture": "Theme - Brackets/status_icons/letters/status_unmerged.png",
"layer1.opacity": 1.0,
"layer1.tint": "var(label_dark)",
"content_margin": [15, 15, 0, 0]
},
////////[ Tabs ]////////////////////////////////////////////////////////////////
Expand Down
Binary file added status_icons/letters/badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions status_icons/letters/badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added status_icons/letters/badge@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added status_icons/letters/badge@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 3 additions & 6 deletions status_icons/letters/convert.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
inkscape --export-type=png -w 15 -h 15 --export-filename=status_added.png status_added.svg
inkscape --export-type=png -w 30 -h 30 --export-filename=status_added@2x.png status_added.svg
inkscape --export-type=png -w 45 -h 45 --export-filename=status_added@3x.png status_added.svg
inkscape --export-type=png -w 15 -h 15 --export-filename=status_ignored.png status_ignored.svg
inkscape --export-type=png -w 30 -h 30 --export-filename=status_ignored@2x.png status_ignored.svg
inkscape --export-type=png -w 45 -h 45 --export-filename=status_ignored@3x.png status_ignored.svg
inkscape --export-type=png -w 15 -h 15 --export-filename=badge.png badge.svg
inkscape --export-type=png -w 30 -h 30 --export-filename=badge@2x.png badge.svg
inkscape --export-type=png -w 45 -h 45 --export-filename=badge@3x.png badge.svg
inkscape --export-type=png -w 15 -h 15 --export-filename=status_missing.png status_missing.svg
inkscape --export-type=png -w 30 -h 30 --export-filename=status_missing@2x.png status_missing.svg
inkscape --export-type=png -w 45 -h 45 --export-filename=status_missing@3x.png status_missing.svg
Expand Down
Binary file removed status_icons/letters/status_added.png
Binary file not shown.
4 changes: 0 additions & 4 deletions status_icons/letters/status_added.svg

This file was deleted.

Binary file removed status_icons/letters/status_added@2x.png
Binary file not shown.
Binary file removed status_icons/letters/status_added@3x.png
Binary file not shown.
Binary file modified status_icons/letters/status_ignored.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions status_icons/letters/status_ignored.svg

This file was deleted.

Binary file modified status_icons/letters/status_ignored@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified status_icons/letters/status_ignored@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified status_icons/letters/status_missing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions status_icons/letters/status_missing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified status_icons/letters/status_missing@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified status_icons/letters/status_missing@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified status_icons/letters/status_modified.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions status_icons/letters/status_modified.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified status_icons/letters/status_modified@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified status_icons/letters/status_modified@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified status_icons/letters/status_staged.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion status_icons/letters/status_staged.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified status_icons/letters/status_staged@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified status_icons/letters/status_staged@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified status_icons/letters/status_unmerged.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions status_icons/letters/status_unmerged.svg
Binary file modified status_icons/letters/status_unmerged@2x.png
Binary file modified status_icons/letters/status_unmerged@3x.png
Binary file modified status_icons/letters/status_untracked.png
3 changes: 1 addition & 2 deletions status_icons/letters/status_untracked.svg
Binary file modified status_icons/letters/status_untracked@2x.png
Binary file modified status_icons/letters/status_untracked@3x.png

0 comments on commit be88d07

Please sign in to comment.