Skip to content

Commit

Permalink
Fix sidebar unmerged status badge and copy textures from Adaptive theme
Browse files Browse the repository at this point in the history
  • Loading branch information
neunato committed Sep 14, 2020
1 parent 3e62ec2 commit 12371fe
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Pigment.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@
"class": "vcs_status_badge",
"settings": ["show_git_status"],
"parents": [{"class": "file_system_entry", "attributes": ["ignored"]}],
"layer0.texture": "Theme - Default/common/status_untracked.png",
"layer0.texture": "Theme - Pigment/textures/status_untracked.png",
"layer0.tint": "var(fg-dark-4)",
"layer0.opacity": 1.0,
},
Expand Down Expand Up @@ -993,7 +993,9 @@
"class": "vcs_status_badge",
"settings": ["show_git_status"],
"parents": [{"class": "file_system_entry", "attributes": ["untracked"]}],
"layer0.texture": "Theme - Pigment/textures/status_untracked.png",
"layer0.tint": "var(purple)",
"layer0.opacity": 1.0,
},

{
Expand All @@ -1020,7 +1022,9 @@
"class": "vcs_status_badge",
"settings": ["show_git_status"],
"parents": [{"class": "file_system_entry", "attributes": ["added"]}],
"layer0.texture": "Theme - Pigment/textures/status_staged.png",
"layer0.tint": "var(green)",
"layer0.opacity": 1.0,
},

{
Expand All @@ -1047,7 +1051,9 @@
"class": "vcs_status_badge",
"settings": ["show_git_status"],
"parents": [{"class": "file_system_entry", "attributes": ["staged"]}],
"layer0.texture": "Theme - Pigment/textures/status_staged.png",
"layer0.tint": "var(green)",
"layer0.opacity": 1.0,
},

{
Expand All @@ -1074,7 +1080,9 @@
"class": "vcs_status_badge",
"settings": ["show_git_status"],
"parents": [{"class": "file_system_entry", "attributes": ["deleted"]}],
"layer0.texture": "Theme - Pigment/textures/status_staged.png",
"layer0.tint": "var(green)",
"layer0.opacity": 1.0,
},

{
Expand All @@ -1101,7 +1109,9 @@
"class": "vcs_status_badge",
"settings": ["show_git_status"],
"parents": [{"class": "file_system_entry", "attributes": ["modified"]}],
"layer0.texture": "Theme - Pigment/textures/status_modified.png",
"layer0.tint": "var(blue)",
"layer0.opacity": 1.0,
},

{
Expand All @@ -1121,7 +1131,9 @@
"class": "vcs_status_badge",
"settings": ["show_git_status"],
"parents": [{"class": "file_system_entry", "attributes": ["missing"]}],
"layer0.texture": "Theme - Pigment/textures/status_modified.png",
"layer0.tint": "var(blue)",
"layer0.opacity": 1.0,
},

{
Expand All @@ -1148,7 +1160,9 @@
"class": "vcs_status_badge",
"settings": ["show_git_status"],
"parents": [{"class": "file_system_entry", "attributes": ["unmerged"]}],
"layer0.texture": "Theme - Pigment/textures/status_unmerged.png",
"layer0.tint": "var(red)",
"layer0.opacity": 1.0,
},

// tab labels
Expand Down
Binary file added textures/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.
Binary file added textures/[email protected]
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 textures/[email protected]
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 textures/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.
Binary file added textures/[email protected]
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 textures/[email protected]
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 textures/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.
Binary file added textures/[email protected]
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 textures/[email protected]
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 textures/status_untracked.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 textures/[email protected]
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 textures/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 12371fe

Please sign in to comment.