-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.19 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Elva, a dark syntax theme</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css">
</head>
<body>
<div class="description">
<h1>Elva</h1>
<p>A calm, dark, Atom syntax theme for folks who love to ᕕ( ᐛ )ᕗ.</p>
<figure>
<img src="screenshot.png" alt="" width="800"/>
<figcaption>Code example: <a href="https://github.com/rails/rails">Rails</a> ∙ Typeface: <a href="http://input.fontbureau.com/">Input Sans</a></figcaption>
</figure>
<p>To install:
<ol>
<li>Go to Preferences => Install</li>
<li>Toggle "Themes" and search for "Elva"</li>
<li>Press "Install"</li>
<li>Head to Preferences => Themes and pick <br>"Elva" from the dropdown as your syntax theme</li>
</ol>
</p>
<p>Or:
<pre>apm install elva-syntax</pre>
</p>
</div>
<div class="footer">
<p>Made with <span class="love">♡</span> by <a href="https://twitter.com/mackesque">mackesque</a></p>
<p class="happy">ᕕ(ᐛ)ᕗ</p>
</div>
</body>
</html>