forked from DankNeon/vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (76 loc) · 2.99 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
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Dank Neon - a danker, more neon theme for VS Code</title>
<meta name="description" content="a danker, more neon theme for VS Code" />
<meta name="robots" content="robots.txt" />
<link href="/style.css" rel="stylesheet" />
<meta property="og:title" content="Dank Neon Home" />
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://dankneon.com/vscode/assets/vscode.png"
/>
<meta property="og:url" content="https://dankneon.com/" />
<meta
property="og:description"
content="a danker, more neon theme VS Code"
/>
<meta property="og:site_name" content="Dank Neon" />
<meta property="og:locale" content="en_US" />
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<pre>
> Starting 'dankify/vscode' ...
> Downloading: dankneon/vscode.tar.gz
> [=============================] 100% 3.0s
</pre>
<br />
<pre>
> tar -xzf vscode.tar.gz; ./dank_neon.sh
</pre>
<br />
<pre>
_
,--.\`-. __
_,.`. \:/," `-._
,-*" _,.-;-*`-.+"*._ )
( ,."* ,-" / `. \. `.
," ,;" ,"\../\ \: \
( ,"/ / \.,' : )) /
\ |/ / \.,' / // ,'
@@@@@@@@@\_)\ ,' \.,' ( / )/
@@@@@@@@@@@@@@@ ` \._,' `"
@@@@@@@@@@@@@@@@@ \../
____@@@@@@@@@@@@@@@@@@@ \../_________________
########## ~###### ~\../ ~~
##~~###########~~ \../ ~~ ~ ~~
~~ ~ ~~ __...---\../-...__ ~~~ ~~
~~~~ ~_,--' \../
</pre
>
<br />
<pre>
<span class="text-red-dark">▒█▀▀▄░█▄▒█ ▄ ▒█ ▒█░▄▀▀▀ ░▄▀▀▀░▄▀▀▄░█▀▀▄░█▀▀▀</span>
<span class="text-red"><span class="spaced-ascii">▒█░▒█▒█▀▄█ ▒ ░█ ░█░▀▀▀█ ▒█▒░ ▒█░▒█▒█░▒█▒█▄▄</span></span>
<span class="text-blue">▒█▄▄▀░█░▀█ ▀ ▀▄▄▀░▄▄▄▀ ░▀▄▄▄░▀▄▄▀▒█▄▄▀▒█▄▄▄</span>
</pre>
<br />
<main>
<pre>
<span class="text-red-dark">▓▓</span><span class="text-red">▓▓▓▓</span><span class="text-red-dark">▓▓</span> DANK_NEON_INFO.txt <span class="text-red-dark">▓▓</span><span class="text-red">▓▓▓▓</span><span class="text-red-dark">▓▓</span>
______________________________________
├── features/
│ └── screenshot/
│ ├── vscode.png
│ <img src="assets/vscode.png" />
│ └── install/
│ ├── Install on the Marketplace <a href="https://marketplace.visualstudio.com/items?itemName=wuz.dank-neon">[link]</a>
└──
</pre>
</main>
</body>
</html>