-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
24 lines (22 loc) · 1016 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Alabaster Theme for Highlight.js</title>
<link rel="stylesheet" href="demo/index.css?v1">
<link rel="stylesheet" href="theme.css?v1">
</head>
<body>
<h1>Alabaster Theme for Highlight.js</h1>
<p>See <a href="https://github.com/andrew--r/hljs-alabaster">installation and usage instructions on GitHub</a>.</p>
<p>Most color themes highlight everything they can, ending up looking like a fireworks show.</p>
<p>Instead, Alabaster uses minimal highlighting. See <a href="https://github.com/tonsky/vscode-theme-alabaster#motivation">original motivation statement</a>.</p>
<div id="target"></div>
<script src="demo/examples.js?v1"></script>
<script src="demo/index.js?v1"></script>
<script src="demo/highlight.min.js?v1"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>