-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove jade, change yaml, support npmrc, update accent tab close x
- Loading branch information
Muah
authored and
Muah
committed
Sep 26, 2016
1 parent
31adfb2
commit 7bf388d
Showing
6 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3676,10 +3676,11 @@ | |
"settings": ["Seti_accent"], | ||
"content_margin": 0, | ||
"layer0.texture": "Seti_UI/Main/[email protected]", | ||
"layer0.opacity": { "target": 0.5, "speed": 10.0, "interpolation": "smoothstep" }, | ||
"layer0.opacity": 0.5, | ||
"layer0.inner_margin": 0, | ||
"layer1.texture": "Seti_UI/Main/[email protected]", | ||
"layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, | ||
"layer1.tint": [255,255,255], | ||
"layer1.opacity": 0 | ||
}, | ||
{ | ||
"class": "tab_close_button", | ||
|
@@ -3693,29 +3694,29 @@ | |
"parents": [{"class": "tab_control", "attributes": ["dirty"]}], | ||
"layer0.texture": "Seti_UI/Main/[email protected]", | ||
"layer0.tint": [255,255,255], | ||
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, | ||
"layer0.opacity": 1 | ||
}, | ||
{ | ||
"class": "tab_close_button", | ||
"settings": ["Seti_accent"], | ||
"settings": ["!show_tab_close_buttons"], | ||
"parents": [{"class": "tab_control","attributes": ["dirty"]}], | ||
"content_margin": 8, | ||
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, | ||
"layer0.opacity": 1 | ||
}, | ||
{ | ||
"class": "tab_close_button", | ||
"settings": ["Seti_accent"], | ||
"attributes": ["hover"], | ||
"layer0.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, | ||
"layer1.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" } | ||
"layer0.opacity": 0, | ||
"layer1.opacity": 1 | ||
}, | ||
{ | ||
"class": "tab_close_button", | ||
"settings": ["Seti_accent"], | ||
"attributes": ["hover", "dirty"], | ||
"layer0.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, | ||
"layer1.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" } | ||
"layer0.opacity": 0, | ||
"layer1.opacity": 1 | ||
}, | ||
{ | ||
"class": "icon_folder", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.