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
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> |
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
<craft> | |
<info> | |
<title>Totem Piece Head</title> | |
</info> | |
<style> | |
.base { color: sandybrown; } | |
.crown { color: goldenrod; } | |
.eyebrows { color: brown; } | |
.eyes { color: maroon; } |
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
<collection name="layouts"> | |
<info> | |
<title> Layouts </title> | |
</info> | |
<craft name="Circle Layout" module="circle-layout"></craft> | |
<craft name="Star Layout" module="star-layout"></craft> | |
<craft name="Sun Layout" module="sun-layout"></craft> | |
<craft name="Grow / Shrink Layout" module="grow-layout"></craft> | |
<craft name="Diagonal Layout" module="diagonal-layout"></craft> |
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
<craft> | |
<info> | |
<title> Stool </title> | |
</info> | |
<stack l=""> | |
<cylinder radius="20" height="5"></cylinder> | |
<g> | |
<sun-layout module="sun-layout" radius="20"> | |
<repeat n="4"> |
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
<craft> | |
<info> | |
<title> Noah's Ark 7 (Simplified) </title> | |
</info> | |
<craft name="frame" module="frame"/> | |
<craft name="page7"> | |
<craft name="page" module="craft-page"/> | |
<craft name="ark" module="Ekn9Q"/> |
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
<craft> | |
<info> | |
<title>Noah's Ark 5 (Simplified) </title> | |
</info> | |
<craft name="frame" module="frame"/> | |
<craft name="page5"> | |
<craft name="diagonal-layout" module="diagonal-layout"/> | |
<craft name="page" module="craft-page"/> |
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
<craft> | |
<info> | |
<title> Noah's Ark 4 (Simplified) </title> | |
</info> | |
<style> | |
wave { color: steelblue; } | |
.wave { color: steelblue; } | |
</style> | |
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
<craft> | |
<info> | |
<title> Noah's Ark Key (Simplified) </title> | |
</info> | |
<style> | |
rain { color: skyblue; } | |
page { color: white; } | |
</style> | |
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
<craft name="button"> | |
<info> | |
<title> Shirt Button </title> | |
</info> | |
<style> | |
* { color: teal; } | |
</style> | |
<param name="width" type="int" default="6"/> |
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
<craft> | |
<info> | |
<title>Simplified Ark</title> | |
</info> | |
<style> | |
* { color: saddlebrown; } | |
</style> | |
<row spacing="-10" t="cropZ(0 30%) cropY(70%) rotateX(-90)"> |
NewerOlder