forked from sailorhg/fairyfloss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (55 loc) · 1.88 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Fairyfloss, a Sublime theme</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css">
</head>
<body>
<div class="title">
<img src="fairy_floss_title.png" width="800">
</div>
<div class="explanation">
<p>This pastel/candy/daydream fairyfloss theme was created for using this amazing <a href="http://tmtheme-editor.herokuapp.com/#!/editor/theme/Monokai">theme editor</a>!
</p>
<p>To use this theme:</p>
<table>
<tr>
<th>Sublime Text</th>
<th>Atom Editor</th>
</tr>
<tr>
<td>
<ol>
<li><a href="fairyfloss.tmTheme">Download it</a></li>
<li>Find your Sublime Text Editor packages directory using the menu item Preferences -> Browse Packages... </li>
<li>Copy the folder into your Sublime Text Packages directory</li>
<li>Choose the theme using Preferences -> Color Scheme <br>-> fairyfloss</li>
<li> Tada!</li>
</ol>
</td>
<td>
<ol>
<li>Go to Preferences -> Install</li>
<li>Toggle to "Themes" and search for "fairyfloss"</li>
<li>Choose "Install"</li>
<li>Go to the "Themes" tab in settings and pick "fairyfloss from
the dropdown as your Syntax theme</li>
<li> Tada!</li>
</ol>
</td>
</tr>
</table>
<p>This theme is also available for Xcode on <a href="http://alcatraz.io">Alcatraz</a>.</p>
</div>
<div class="screenshot">
<img src="code.png" width="800">
</div>
<div class="footer">
<p>This theme was created for you with ♥ by <a href="http://twitter.com/sailorhg">sailorhg</a>
</p>
<p>Code snippet is from <a href="https://github.com/chartjs/Chart.js">Chart.js</a></p>
</div>
</body>
</html>