Skip to content

Commit

Permalink
fix: Fix sidebar heading color with Appbar Package
Browse files Browse the repository at this point in the history
Close #991
  • Loading branch information
equinusocio committed Oct 3, 2016
1 parent 85a6338 commit 27bf47b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .src/themes/darker/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"layer0.opacity": 1.0,
"layer0.draw_center": false,
"layer0.inner_margin": [0, 24, 12, 24],
"content_margin": [0, 12, 0, 0],
"layer1.tint": [0,0,0],
"layer1.opacity": 0.0
"content_margin": [0, 12, 0, 0]
},
{
"class": "sidebar_tree",
Expand Down
4 changes: 1 addition & 3 deletions .src/themes/default/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"layer0.tint": [<%= ui.background.primary.rgb %>],
"layer0.opacity": 1.0,
"layer0.draw_center": false,
"layer0.inner_margin": [0, 24, 12, 24],
"layer1.tint": [0,0,0],
"layer1.opacity": 0.0
"layer0.inner_margin": [0, 24, 12, 24]
},
{
"class": "sidebar_tree",
Expand Down
4 changes: 1 addition & 3 deletions Material-Theme-Darker.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,7 @@
"layer0.opacity": 1.0,
"layer0.draw_center": false,
"layer0.inner_margin": [0, 24, 12, 24],
"content_margin": [0, 12, 0, 0],
"layer1.tint": [0,0,0],
"layer1.opacity": 0.0
"content_margin": [0, 12, 0, 0]
},
{
"class": "sidebar_tree",
Expand Down
4 changes: 1 addition & 3 deletions Material-Theme.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -533,9 +533,7 @@
"layer0.tint": [38, 50, 56],
"layer0.opacity": 1.0,
"layer0.draw_center": false,
"layer0.inner_margin": [0, 24, 12, 24],
"layer1.tint": [0,0,0],
"layer1.opacity": 0.0
"layer0.inner_margin": [0, 24, 12, 24]
},
{
"class": "sidebar_tree",
Expand Down

2 comments on commit 27bf47b

@joseph-tran-tn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just update MT3.2.1.Whats problem with my sidebar sublime text 3

  • Sublime Text: 3126
  • Platform: osx
  • Arch: x64
  • Theme: 3.2.1
  • Install via PC: True
  • Dependencies:
    • mdpopups: 1.10.0
    • markdown: 2.6.6
    • pygments: 2.1a0
    • jinja2: 2.8

screen shot 2016-10-04 at 8 42 09 am

@equinusocio
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the report.

Please sign in to comment.