Skip to content

Commit

Permalink
fix: remove old variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Oct 25, 2019
1 parent d654110 commit 43282b5
Show file tree
Hide file tree
Showing 5 changed files with 474 additions and 576 deletions.
103 changes: 51 additions & 52 deletions Meetio-Theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@
},
{
"class": "table_row",
"layer0.tint": "var(colorWhite)",
"layer0.opacity": 0
},
{
Expand All @@ -229,6 +228,14 @@
],
"layer0.opacity": 0.2
},
{
"class": "dialog",
"layer0.tint": [
"background",
0.94
],
"layer0.opacity": 1
},
{
"class": "fold_button_control",
"layer0.texture": "Meetio-Theme/assets/arrow_right.png",
Expand Down Expand Up @@ -263,14 +270,6 @@
12
]
},
{
"class": "dialog",
"layer0.tint": [
"background",
0.94
],
"layer0.opacity": 1
},
{
"class": "button_control",
"layer0.tint": "var(buttonBackground)",
Expand Down Expand Up @@ -669,11 +668,6 @@
],
"layer0.opacity": 1
},
{
"class": "grid_layout_control",
"border_color": "var(gridLayoutBorderColor)",
"border_size": "var(gridLayoutBorderSize)"
},
{
"class": "text_line_control",
"layer0.opacity": 1,
Expand Down Expand Up @@ -1039,6 +1033,11 @@
}
]
},
{
"class": "grid_layout_control",
"border_color": "var(gridLayoutBorderColor)",
"border_size": "var(gridLayoutBorderSize)"
},
{
"class": "close_button",
"layer0.texture": "Meetio-Theme/assets/icon_close.png",
Expand Down Expand Up @@ -1682,6 +1681,11 @@
],
"font.italic": false
},
{
"class": "title_bar",
"bg": "var(titleBarBackground)",
"fg": "var(titleBarColor)"
},
{
"class": "tabset_control",
"layer0.opacity": 1,
Expand Down Expand Up @@ -2047,44 +2051,6 @@
"class": "tool_tip_label_control",
"fg": "var(tooltipLabelColor)"
},
{
"class": "title_bar",
"bg": "var(titleBarBackground)",
"fg": "var(titleBarColor)"
},
{
"class": "minimap_control",
"settings": [
"always_show_minimap_viewport"
],
"viewport_color": "color(var(colorAccent) a(0.2))",
"viewport_opacity": "var(minimapOpacity)"
},
{
"class": "minimap_control",
"settings": [
"!always_show_minimap_viewport"
],
"viewport_opacity": {
"target": 0,
"speed": 4,
"interpolation": "smoothstep"
}
},
{
"class": "minimap_control",
"attributes": [
"hover"
],
"settings": [
"!always_show_minimap_viewport"
],
"viewport_opacity": {
"target": 0.4,
"speed": 20,
"interpolation": "smoothstep"
}
},
{
"class": "vcs_status_badge",
"parents": [
Expand Down Expand Up @@ -2316,6 +2282,39 @@
3,
1
]
},
{
"class": "minimap_control",
"settings": [
"always_show_minimap_viewport"
],
"viewport_color": "color(var(colorAccent) a(0.2))",
"viewport_opacity": "var(minimapOpacity)"
},
{
"class": "minimap_control",
"settings": [
"!always_show_minimap_viewport"
],
"viewport_opacity": {
"target": 0,
"speed": 4,
"interpolation": "smoothstep"
}
},
{
"class": "minimap_control",
"attributes": [
"hover"
],
"settings": [
"!always_show_minimap_viewport"
],
"viewport_opacity": {
"target": 0.4,
"speed": 20,
"interpolation": "smoothstep"
}
}
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Meetio-Theme",
"version": "3.0.0",
"version": "3.0.1",
"description": "The most powerful and adaptive theme for Sublime Text 3",
"bugs": {
"url": "https://github.com/meetio-theme/sublime-meetio-theme/issues"
Expand All @@ -10,7 +10,7 @@
"keywords": [
"sublime-text",
"scheme",
"theme",
"theme"
],
"scripts": {
"build:themes": "node src/themes.js",
Expand Down
Loading

0 comments on commit 43282b5

Please sign in to comment.