Skip to content

Commit

Permalink
remove jade, change yaml, support npmrc, update accent tab close x
Browse files Browse the repository at this point in the history
  • Loading branch information
Muah authored and Muah committed Sep 26, 2016
1 parent 31adfb2 commit 7bf388d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Seti_orig.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
1 change: 1 addition & 0 deletions icons/Langs/Npm (JSON).tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<array>
<string>package.json</string>
<string>.npmignore</string>
<string>.npmrc</string>
</array>
<key>patterns</key>
<array>
Expand Down
Binary file removed icons/file_type_jade.png
Binary file not shown.
Binary file removed icons/[email protected]
Binary file not shown.
Binary file modified icons/file_type_yaml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7bf388d

Please sign in to comment.