Skip to content

Commit

Permalink
Fixes #5 in the theme template
Browse files Browse the repository at this point in the history
  • Loading branch information
nsubiron committed Jun 7, 2016
1 parent 6e10265 commit 756a986
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
18 changes: 9 additions & 9 deletions Solarized Space Brick.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,24 @@

// Tabs (file color overrides)
{
"class": "tab_control", "attributes": ["file_light"],
"class": "tab_control", "attributes": ["file_light"]
// "layer2.texture": "Theme - Default/light_unselected_tab_bg2.png",
// "layer0.tint": [223, 221, 217],
},
{
"class": "tab_control", "attributes": ["file_medium"],
"class": "tab_control", "attributes": ["file_medium"]
// "layer2.texture": "Theme - Default/medium_unselected_tab_bg.png",
// "layer2.opacity": 0.5
},
{
"class": "tab_control", "attributes": ["file_medium_dark"],
"tint_modifier": [255, 255, 255, 32],
"tint_modifier": [255, 255, 255, 32]
// "layer2.texture": "Theme - Default/medium_dark_unselected_tab_bg2.png",
// "layer2.opacity": 1.0
},
{
"class": "tab_control", "attributes": ["file_dark"],
"tint_modifier": [255, 255, 255, 230],
"tint_modifier": [255, 255, 255, 230]
// "layer0.texture": "Theme - Default/dark_tab_mask3.png",
// "layer2.texture": "Theme - Default/dark_unselected_tab_bg2.png",
// "layer2.opacity": 1.0
Expand All @@ -79,24 +79,24 @@
"layer0.opacity": 1.0
},
{
"class": "tab_control", "attributes": ["selected", "file_light"],
"class": "tab_control", "attributes": ["selected", "file_light"]
// "layer2.texture": "Theme - Default/light_selected_tab_bg.png",
// "layer2.opacity": 0.8
},
{
"class": "tab_control", "attributes": ["selected", "file_medium"],
"class": "tab_control", "attributes": ["selected", "file_medium"]
// "layer2.texture": "Theme - Default/medium_selected_tab_bg.png",
// "layer2.opacity": 0.5
},
{
"class": "tab_control", "attributes": ["selected", "file_medium_dark"],
"tint_modifier": [0, 0, 0, 0],
"tint_modifier": [0, 0, 0, 0]
// "layer2.texture": "Theme - Default/medium_dark_selected_tab_bg.png",
// "layer2.opacity": 0.7
},
{
"class": "tab_control", "attributes": ["selected", "file_dark"],
"tint_modifier": [0, 0, 0, 0],
"tint_modifier": [0, 0, 0, 0]
// "layer2.texture": "Theme - Default/dark_selected_tab_bg.png",
// "layer2.opacity": 1,
// "layer0.opacity": 1.0
Expand Down Expand Up @@ -447,7 +447,7 @@
{
"class": "progress_bar_control",
"layer0.tint": [32, 32, 32],
"layer0.opacity": 1.0,
"layer0.opacity": 1.0
},

{
Expand Down
18 changes: 9 additions & 9 deletions Solarized Space Dark.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,24 @@

// Tabs (file color overrides)
{
"class": "tab_control", "attributes": ["file_light"],
"class": "tab_control", "attributes": ["file_light"]
// "layer2.texture": "Theme - Default/light_unselected_tab_bg2.png",
// "layer0.tint": [223, 221, 217],
},
{
"class": "tab_control", "attributes": ["file_medium"],
"class": "tab_control", "attributes": ["file_medium"]
// "layer2.texture": "Theme - Default/medium_unselected_tab_bg.png",
// "layer2.opacity": 0.5
},
{
"class": "tab_control", "attributes": ["file_medium_dark"],
"tint_modifier": [255, 255, 255, 32],
"tint_modifier": [255, 255, 255, 32]
// "layer2.texture": "Theme - Default/medium_dark_unselected_tab_bg2.png",
// "layer2.opacity": 1.0
},
{
"class": "tab_control", "attributes": ["file_dark"],
"tint_modifier": [255, 255, 255, 230],
"tint_modifier": [255, 255, 255, 230]
// "layer0.texture": "Theme - Default/dark_tab_mask3.png",
// "layer2.texture": "Theme - Default/dark_unselected_tab_bg2.png",
// "layer2.opacity": 1.0
Expand All @@ -79,24 +79,24 @@
"layer0.opacity": 1.0
},
{
"class": "tab_control", "attributes": ["selected", "file_light"],
"class": "tab_control", "attributes": ["selected", "file_light"]
// "layer2.texture": "Theme - Default/light_selected_tab_bg.png",
// "layer2.opacity": 0.8
},
{
"class": "tab_control", "attributes": ["selected", "file_medium"],
"class": "tab_control", "attributes": ["selected", "file_medium"]
// "layer2.texture": "Theme - Default/medium_selected_tab_bg.png",
// "layer2.opacity": 0.5
},
{
"class": "tab_control", "attributes": ["selected", "file_medium_dark"],
"tint_modifier": [0, 0, 0, 0],
"tint_modifier": [0, 0, 0, 0]
// "layer2.texture": "Theme - Default/medium_dark_selected_tab_bg.png",
// "layer2.opacity": 0.7
},
{
"class": "tab_control", "attributes": ["selected", "file_dark"],
"tint_modifier": [0, 0, 0, 0],
"tint_modifier": [0, 0, 0, 0]
// "layer2.texture": "Theme - Default/dark_selected_tab_bg.png",
// "layer2.opacity": 1,
// "layer0.opacity": 1.0
Expand Down Expand Up @@ -447,7 +447,7 @@
{
"class": "progress_bar_control",
"layer0.tint": [32, 32, 32],
"layer0.opacity": 1.0,
"layer0.opacity": 1.0
},

{
Expand Down
18 changes: 9 additions & 9 deletions Solarized Space Predawn.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,24 @@

// Tabs (file color overrides)
{
"class": "tab_control", "attributes": ["file_light"],
"class": "tab_control", "attributes": ["file_light"]
// "layer2.texture": "Theme - Default/light_unselected_tab_bg2.png",
// "layer0.tint": [223, 221, 217],
},
{
"class": "tab_control", "attributes": ["file_medium"],
"class": "tab_control", "attributes": ["file_medium"]
// "layer2.texture": "Theme - Default/medium_unselected_tab_bg.png",
// "layer2.opacity": 0.5
},
{
"class": "tab_control", "attributes": ["file_medium_dark"],
"tint_modifier": [255, 255, 255, 32],
"tint_modifier": [255, 255, 255, 32]
// "layer2.texture": "Theme - Default/medium_dark_unselected_tab_bg2.png",
// "layer2.opacity": 1.0
},
{
"class": "tab_control", "attributes": ["file_dark"],
"tint_modifier": [255, 255, 255, 230],
"tint_modifier": [255, 255, 255, 230]
// "layer0.texture": "Theme - Default/dark_tab_mask3.png",
// "layer2.texture": "Theme - Default/dark_unselected_tab_bg2.png",
// "layer2.opacity": 1.0
Expand All @@ -79,24 +79,24 @@
"layer0.opacity": 1.0
},
{
"class": "tab_control", "attributes": ["selected", "file_light"],
"class": "tab_control", "attributes": ["selected", "file_light"]
// "layer2.texture": "Theme - Default/light_selected_tab_bg.png",
// "layer2.opacity": 0.8
},
{
"class": "tab_control", "attributes": ["selected", "file_medium"],
"class": "tab_control", "attributes": ["selected", "file_medium"]
// "layer2.texture": "Theme - Default/medium_selected_tab_bg.png",
// "layer2.opacity": 0.5
},
{
"class": "tab_control", "attributes": ["selected", "file_medium_dark"],
"tint_modifier": [0, 0, 0, 0],
"tint_modifier": [0, 0, 0, 0]
// "layer2.texture": "Theme - Default/medium_dark_selected_tab_bg.png",
// "layer2.opacity": 0.7
},
{
"class": "tab_control", "attributes": ["selected", "file_dark"],
"tint_modifier": [0, 0, 0, 0],
"tint_modifier": [0, 0, 0, 0]
// "layer2.texture": "Theme - Default/dark_selected_tab_bg.png",
// "layer2.opacity": 1,
// "layer0.opacity": 1.0
Expand Down Expand Up @@ -447,7 +447,7 @@
{
"class": "progress_bar_control",
"layer0.tint": [32, 32, 32],
"layer0.opacity": 1.0,
"layer0.opacity": 1.0
},

{
Expand Down
18 changes: 9 additions & 9 deletions tools/template.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,24 @@

// Tabs (file color overrides)
{
"class": "tab_control", "attributes": ["file_light"],
"class": "tab_control", "attributes": ["file_light"]
// "layer2.texture": "Theme - Default/light_unselected_tab_bg2.png",
// "layer0.tint": [223, 221, 217],
},
{
"class": "tab_control", "attributes": ["file_medium"],
"class": "tab_control", "attributes": ["file_medium"]
// "layer2.texture": "Theme - Default/medium_unselected_tab_bg.png",
// "layer2.opacity": 0.5
},
{
"class": "tab_control", "attributes": ["file_medium_dark"],
"tint_modifier": [255, 255, 255, 32],
"tint_modifier": [255, 255, 255, 32]
// "layer2.texture": "Theme - Default/medium_dark_unselected_tab_bg2.png",
// "layer2.opacity": 1.0
},
{
"class": "tab_control", "attributes": ["file_dark"],
"tint_modifier": [255, 255, 255, 230],
"tint_modifier": [255, 255, 255, 230]
// "layer0.texture": "Theme - Default/dark_tab_mask3.png",
// "layer2.texture": "Theme - Default/dark_unselected_tab_bg2.png",
// "layer2.opacity": 1.0
Expand All @@ -79,24 +79,24 @@
"layer0.opacity": 1.0
},
{
"class": "tab_control", "attributes": ["selected", "file_light"],
"class": "tab_control", "attributes": ["selected", "file_light"]
// "layer2.texture": "Theme - Default/light_selected_tab_bg.png",
// "layer2.opacity": 0.8
},
{
"class": "tab_control", "attributes": ["selected", "file_medium"],
"class": "tab_control", "attributes": ["selected", "file_medium"]
// "layer2.texture": "Theme - Default/medium_selected_tab_bg.png",
// "layer2.opacity": 0.5
},
{
"class": "tab_control", "attributes": ["selected", "file_medium_dark"],
"tint_modifier": [0, 0, 0, 0],
"tint_modifier": [0, 0, 0, 0]
// "layer2.texture": "Theme - Default/medium_dark_selected_tab_bg.png",
// "layer2.opacity": 0.7
},
{
"class": "tab_control", "attributes": ["selected", "file_dark"],
"tint_modifier": [0, 0, 0, 0],
"tint_modifier": [0, 0, 0, 0]
// "layer2.texture": "Theme - Default/dark_selected_tab_bg.png",
// "layer2.opacity": 1,
// "layer0.opacity": 1.0
Expand Down Expand Up @@ -447,7 +447,7 @@
{
"class": "progress_bar_control",
"layer0.tint": $ProgressBar,
"layer0.opacity": 1.0,
"layer0.opacity": 1.0
},

{
Expand Down

0 comments on commit 756a986

Please sign in to comment.