Skip to content

Commit

Permalink
fix: back tab close #5
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Oct 16, 2020
1 parent 863c8d5 commit 2167074
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions GitHub-Theme.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@
"layer1.tint": "var(bg)",
"layer1.opacity": 1,

"layer2.draw_center": false,
"layer2.draw_center": false,
"layer2.texture": "",
"layer2.tint": "var(borderColor)",
Expand All @@ -164,11 +163,11 @@
{
"class": "tab_control",
"attributes": ["file_light"],
"layer1.tint": "var(bgLight)",
"layer2.tint": "var(borderColorLight)",
"layer3.tint": "var(borderColorLight)",
"layer0.opacity": 1,
"layer3.opacity": 1,
"tint_modifier": "var(bgLight)"
"layer0.opacity": 0,
"layer3.opacity": 1
},
{
"class": "tab_control",
Expand Down

0 comments on commit 2167074

Please sign in to comment.