Skip to content

Commit

Permalink
Removed some trailing commas in Sublime 2 theme files
Browse files Browse the repository at this point in the history
  • Loading branch information
jrolfs committed Sep 17, 2013
1 parent a39c866 commit 9e005c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sodarized Dark.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"fade": true,
"fg": [62, 146, 167],
"shadow_color": [15, 15, 15],
"shadow_offset": [0, -1],
"shadow_offset": [0, -1]
},
{
"class": "tab_label",
Expand Down
4 changes: 2 additions & 2 deletions Sodarized Light.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@

{
"class": "minimap_control",
"viewport_color": [0, 0, 0, 10],
"viewport_color": [0, 0, 0, 10]
},

//
Expand Down Expand Up @@ -499,7 +499,7 @@
"class": "sidebar_label",
"color": [0, 0, 0],
"shadow_color": [237, 231, 224],
"shadow_offset": [0, 1],
"shadow_offset": [0, 1]
},
// Sidebar folder entry
{
Expand Down

0 comments on commit 9e005c3

Please sign in to comment.