Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Temporarily fix ST3 update's sidebar stuff.
Browse files Browse the repository at this point in the history
Because now we have two disclosure indicators. This is confusing. Why?
  • Loading branch information
nilium committed May 6, 2014
1 parent 53c6f5f commit b01ab90
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Ayin.sublime-theme
Expand Up @@ -946,6 +946,19 @@
"class": "icon_use_buffer",
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Theme - Nil/assets/ayin/icons/buffer-on.png"
},


{
"class": "icon_folder",
"layer0.opacity": 0.0,
"content_margin": [0, 0]
},

{
"class": "icon_file_type",
"layer0.opacity": 0.0,
"content_margin": [0, 0]
}

]
13 changes: 13 additions & 0 deletions Nil.sublime-theme
Expand Up @@ -967,6 +967,19 @@
"class": "icon_use_buffer",
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Theme - Nil/assets/dark/icons/buffer-on.png"
},


{
"class": "icon_folder",
"layer0.opacity": 0.0,
"content_margin": [0, 0]
},

{
"class": "icon_file_type",
"layer0.opacity": 0.0,
"content_margin": [0, 0]
}

]

0 comments on commit b01ab90

Please sign in to comment.