-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
72 lines (62 loc) · 3.1 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<meta name="author" content="Tania Allard">
<title>Pitaya Smoothie</title>
<link href="https://fonts.googleapis.com/css?family=PT+Mono" rel="stylesheet">
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="./images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon/favicon-16x16.png">
<link rel="manifest" href="./images/favicon/site.webmanifest">
<!-- meta tags -->
<meta name="og:title" content="Pitaya Smoothie" />
<meta name="og:description" content=" A professional dark theme for VS Code with accessibility in mind" />
<meta name="og:image"
content="https://github.com/trallard/pitaya_smoothie/blob/main/images/logos/logo_full.png?raw=true" />
<meta name="og:url" content="https://trallard.github.io/pitaya_smoothie/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image:alt" content="Pitaya Smoothie logo" />
</head>
<body>
<div class="title">
<img src="./images/logos/logo_full_rough.svg" width="400" alt="Pitaya smoothie logo">
</div>
<div class="explanation">
<p>✨<a
href="https://marketplace.visualstudio.com/items?itemName=trallard.pitaya-smoothie&WT.mc_id=pitaya-smoothie-github-taallard">
Find Pitaya Smoothie in the VS Code marketplace!</a>✨</p>
<p>A dark VS Code theme inspired by the <a
href="https://www.pantone.com/color-intelligence/color-of-the-year/color-of-the-year-2018">
Ultraviolet</a> Pantone Color of the year 2018 and the Outrun aesthetics!
</p>
<p>To use this theme:</p>
<div>
<ol>
<li>Install <a href="https://code.visualstudio.com" target="_blank">VS Code Studio</a></li>
<li>Open the extension sidebar on VS Code and search for <strong>Pitaya Smoothie</strong>
</li>
<li>Click <strong>Install</strong></li>
<li>Choose the theme using <strong>Preferences -> color theme -> Pitaya Smoothie</strong> </li>
</ol>
</div>
<p>⚡️ Pitaya Smoothie comes with and without italics!</p>
</div>
<div class="screenshot">
<img src="./images/demos/react.png" width="800" alt="React syntax snapshot">
</div>
<div class="explanation">
<p>If you encounter any bugs or problems please <a
href="https://github.com/trallard/pitaya_smoothie/issues">open an issue</a> on the <a
href="https://github.com/trallard/pitaya_smoothie/">project's repository</a>.
</p>
</div>
<div class="footer">
<p>This theme was created for you with 💜 by <a href="http://twitter.com/ixek">Tania Allard</a>
</p>
</div>
</body>
</html>