Skip to content

Commit

Permalink
Merge pull request #5 from gabriel-comeau/master
Browse files Browse the repository at this point in the history
Fix some syntax problems causing ST2 to error out.
  • Loading branch information
Noah Buscher committed Jan 31, 2014
2 parents f575239 + 27a7d39 commit 82081fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Flatron.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"class": "fold_button_control",
"layer0.texture": "Theme - Flatron/Flatron/unfold.png",
"layer0.inner_margin": [5, 5, 5, 5],
"opacity": 0.5,
"layer0.opacity": 0.5,
"content_margin": [8, 8]
},
{
Expand Down Expand Up @@ -465,7 +465,7 @@
{
"class": "sidebar_heading",
"color": [101, 96, 109],
"font.bold": true,
"font.bold": true
},
// Sidebar heading selected
{
Expand Down Expand Up @@ -882,7 +882,7 @@
{
"class": "icon_context",
"parents": [{"class": "icon_button_control","attributes": ["selected"]}],
"layer0.tint": [53, 49, 60],
"layer0.tint": [53, 49, 60]
},
// Use search buffer
{
Expand All @@ -895,7 +895,7 @@
{
"class": "icon_use_buffer",
"parents": [{"class": "icon_button_control","attributes": ["selected"]}],
"layer0.tint": [53, 49, 60],
"layer0.tint": [53, 49, 60]
},

//
Expand Down Expand Up @@ -1018,4 +1018,4 @@
"tab_height": 40
}

]
]

0 comments on commit 82081fb

Please sign in to comment.