Skip to content

Commit

Permalink
feat: updated name of variable for tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Jan 17, 2019
1 parent f4c8a42 commit e1f278a
Show file tree
Hide file tree
Showing 6 changed files with 336 additions and 336 deletions.
10 changes: 5 additions & 5 deletions Meetio-Darker.sublime-theme
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"variables": {
"color_accent": "#7dcac4",
"color_accent_purple": "#6772e4",
"color_white": "#ffffff",
"color_black": "#455A64",
"font_size_sm": 11,
"font_size_md": 12,
"font_size_lg": 14,
"font_size_huge": 24,
"tabset_width": 180,
"tabset_min_width": 74,
"tabset_height": 38,
"tabset_height": 40,
"tabset_height_lg": 52,
"color_accent": "#7dcac4",
"color_accent_purple": "#6772e4",
"color_white": "#ffffff",
"color_black": "#455A64",
"vsc_untracked": "#479e8e",
"vsc_modified": "#c1685c",
"vsc_staged": "#7b88cc",
Expand Down
194 changes: 97 additions & 97 deletions Meetio-Lighter.sublime-theme
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"variables": {
"color_accent": "#7dcac4",
"color_accent_purple": "#6772e4",
"color_white": "#ffffff",
"color_black": "#455A64",
"font_size_sm": 11,
"font_size_md": 12,
"font_size_lg": 14,
"font_size_huge": 24,
"tabset_width": 180,
"tabset_min_width": 74,
"tabset_height": 38,
"tabset_height": 40,
"tabset_height_lg": 52,
"color_accent": "#7dcac4",
"color_accent_purple": "#6772e4",
"color_white": "#ffffff",
"color_black": "#455A64",
"vsc_untracked": "#479e8e",
"vsc_modified": "#c1685c",
"vsc_staged": "#7b88cc",
Expand Down Expand Up @@ -476,34 +476,6 @@
],
"layer0.opacity": 1
},
{
"class": "dialog",
"layer0.tint": [
"background",
0.94
],
"layer0.opacity": 1
},
{
"class": "progress_bar_control",
"layer0.tint": [
"background",
1
],
"layer0.opacity": 1
},
{
"class": "progress_gauge_control",
"layer0.tint": [
"background",
0.5
],
"layer0.opacity": 1,
"content_margin": [
0,
8
]
},
{
"class": "fold_button_control",
"layer0.texture": "Meetio/assets/default/arrow_right.png",
Expand Down Expand Up @@ -538,6 +510,34 @@
12
]
},
{
"class": "dialog",
"layer0.tint": [
"background",
0.94
],
"layer0.opacity": 1
},
{
"class": "progress_bar_control",
"layer0.tint": [
"background",
1
],
"layer0.opacity": 1
},
{
"class": "progress_gauge_control",
"layer0.tint": [
"background",
0.5
],
"layer0.opacity": 1,
"content_margin": [
0,
8
]
},
{
"class": "disclosure_button_control",
"layer0.texture": "Meetio/assets/default/disclosure.png",
Expand Down Expand Up @@ -695,56 +695,6 @@
"border_color": "color(var(color_accent) blenda(var(color_black) 30%))",
"border_size": 2
},
{
"class": "label_control",
"fg": [
"foreground",
1
],
"font.bold": false
},
{
"class": "label_control",
"parents": [
{
"class": "button_control"
}
],
"color": [
"foreground",
1
],
"font.bold": true
},
{
"class": "label_control",
"parents": [
{
"class": "panel_control"
}
],
"color": [
"foreground",
1
],
"font.bold": true
},
{
"class": "title_label_control",
"fg": [
"foreground",
1
],
"font.size": "var(font_size_huge)"
},
{
"class": "label_control",
"parents": [
{
"class": "button_control"
}
]
},
{
"class": "text_line_control",
"layer0.texture": "",
Expand Down Expand Up @@ -872,6 +822,56 @@
],
"layer0.opacity": 0.8
},
{
"class": "label_control",
"fg": [
"foreground",
1
],
"font.bold": false
},
{
"class": "label_control",
"parents": [
{
"class": "button_control"
}
],
"color": [
"foreground",
1
],
"font.bold": true
},
{
"class": "label_control",
"parents": [
{
"class": "panel_control"
}
],
"color": [
"foreground",
1
],
"font.bold": true
},
{
"class": "title_label_control",
"fg": [
"foreground",
1
],
"font.size": "var(font_size_huge)"
},
{
"class": "label_control",
"parents": [
{
"class": "button_control"
}
]
},
{
"class": "close_button",
"layer0.texture": "Meetio/assets/default/icon_close.png",
Expand Down Expand Up @@ -1960,6 +1960,20 @@
],
"layer0.opacity": 0.8
},
{
"class": "title_bar",
"settings": [
"meetio_titlebar"
],
"bg": [
"background",
0.92
],
"fg": [
"foreground",
1
]
},
{
"class": "tool_tip_control",
"layer0.tint": [
Expand All @@ -1979,20 +1993,6 @@
1
]
},
{
"class": "title_bar",
"settings": [
"meetio_titlebar"
],
"bg": [
"background",
0.92
],
"fg": [
"foreground",
1
]
},
{
"class": "minimap_control",
"settings": [
Expand Down
Loading

0 comments on commit e1f278a

Please sign in to comment.