Skip to content

Commit

Permalink
Removed unexpected comma, this fixes #16
Browse files Browse the repository at this point in the history
  • Loading branch information
Garet McKinley committed Jun 13, 2015
1 parent f57ff7b commit a754db9
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 13 deletions.
2 changes: 1 addition & 1 deletion DefaultPlus All Hallow's Eve.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
{
"class": "tab_label",
"parents": [{"class": "tab_control","attributes": ["hover"]}],
"fg": [153, 48, 167], // 01
"fg": [153, 48, 167] // 01
},
{
"class": "tab_label",
Expand Down
2 changes: 1 addition & 1 deletion DefaultPlus Amy.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
{
"class": "tab_label",
"parents": [{"class": "tab_control","attributes": ["hover"]}],
"fg": [55, 0, 23], // 01
"fg": [55, 0, 23] // 01
},
{
"class": "tab_label",
Expand Down
2 changes: 1 addition & 1 deletion DefaultPlus Blackboard.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
{
"class": "tab_label",
"parents": [{"class": "tab_control","attributes": ["hover"]}],
"fg": [247, 100, 0], // 01
"fg": [247, 100, 0] // 01
},
{
"class": "tab_label",
Expand Down
2 changes: 1 addition & 1 deletion DefaultPlus Cobalt.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
{
"class": "tab_label",
"parents": [{"class": "tab_control","attributes": ["hover"]}],
"fg": [0, 136, 255], // 01
"fg": [0, 136, 255] // 01
},
{
"class": "tab_label",
Expand Down
2 changes: 1 addition & 1 deletion DefaultPlus Espresso Libre.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
{
"class": "tab_label",
"parents": [{"class": "tab_control","attributes": ["hover"]}],
"fg": [0, 102, 255], // 01
"fg": [0, 102, 255] // 01
},
{
"class": "tab_label",
Expand Down
2 changes: 1 addition & 1 deletion DefaultPlus Monokai.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
{
"class": "tab_label",
"parents": [{"class": "tab_control","attributes": ["hover"]}],
"fg": [177, 93, 29], // 01
"fg": [177, 93, 29] // 01
},
{
"class": "tab_label",
Expand Down
2 changes: 1 addition & 1 deletion DefaultPlus Pastels on Dark.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
{
"class": "tab_label",
"parents": [{"class": "tab_control","attributes": ["hover"]}],
"fg": [222, 135, 42], // 01
"fg": [222, 135, 42] // 01
},
{
"class": "tab_label",
Expand Down
2 changes: 1 addition & 1 deletion DefaultPlus Solarized.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
{
"class": "tab_label",
"parents": [{"class": "tab_control","attributes": ["hover"]}],
"fg": [39, 142, 109], // 01
"fg": [39, 142, 109] // 01
},
{
"class": "tab_label",
Expand Down
2 changes: 1 addition & 1 deletion DefaultPlus SpaceCadet.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
{
"class": "tab_label",
"parents": [{"class": "tab_control","attributes": ["hover"]}],
"fg": [64, 0, 47], // 01
"fg": [64, 0, 47] // 01
},
{
"class": "tab_label",
Expand Down
2 changes: 1 addition & 1 deletion DefaultPlus Sunburst.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
{
"class": "tab_label",
"parents": [{"class": "tab_control","attributes": ["hover"]}],
"fg": [94, 166, 255], // 01
"fg": [94, 166, 255] // 01
},
{
"class": "tab_label",
Expand Down
2 changes: 1 addition & 1 deletion DefaultPlus Twilight.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
{
"class": "tab_label",
"parents": [{"class": "tab_control","attributes": ["hover"]}],
"fg": [200, 87, 48], // 01
"fg": [200, 87, 48] // 01
},
{
"class": "tab_label",
Expand Down
11 changes: 9 additions & 2 deletions DefaultPlus Zenburnesque.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
{
"class": "tab_label",
"parents": [{"class": "tab_control","attributes": ["hover"]}],
"fg": [107, 137, 107], // 01
"fg": [107, 137, 107] // 01
},
{
"class": "tab_label",
Expand Down Expand Up @@ -1065,7 +1065,14 @@
{
"class": "tabset_control",
"settings": ["dplus_fat_tabs"],
"tab_height": 48
"tab_height": 48,
},
{
"class": "tab_label",
"settings": ["dplus_fat_tabs"],
"font.size": 10.0,
"content_margin": [20,0],

},

//
Expand Down

0 comments on commit a754db9

Please sign in to comment.