-
Notifications
You must be signed in to change notification settings - Fork 6
/
themes.html
62 lines (46 loc) · 2.7 KB
/
themes.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>new.css</title>
<meta name="description" content="A classless CSS framework to write modern websites using only HTML.">
<meta name="keywords" content="newcss,new.css,css,xz,css framework,classless css,xz.style">
<meta property="og:title" content="new.css">
<meta property="og:url" content="https://newcss.net">
<meta property="og:description" content="A classless CSS framework to write modern websites using only HTML.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://newcss.net/_assets/og.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/inter.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/[email protected]/new.min.css">
</head>
<body>
<header>
<h1>new.css</h1>
<nav>
<a href="https://newcss.net">Home</a> /
<a href="https://newcss.net/usage/">Usage</a> /
<a href="https://newcss.net/usage/elements/">Elements</a> /
<a href="https://newcss.net/themes/">Themes</a> /
<a href="https://github.com/xz/new.css">GitHub</a> /
<a href="https://discord.gg/hhuuC4w">Discord</a>
</nav>
</header>
<h1>Themes</h1>
<p>Themes can change any of the colors or fonts used by new.css.</p>
<p>For information on making your own theme, visit the <a href="https://github.com/xz/new.css#Customizing">GitHub</a> page. A full theme customization guide is in the works and coming soon.</p>
<br>
<h2>Pre-made Themes</h2>
<p>Here are two extra themes with CDN links. Feel free to use or edit them!</p>
<h3 id="night">Night</h3>
<p>Night theme is enabled by default if your browser is set to prefer dark themes. Using the theme link below makes it use night theme regardless.</p>
<code><link rel="stylesheet" href="https://newcss.net/theme/night.css"></code>
<p>Preview at <a href="https://newcss.net/theme/night/">newcss.net/theme/night/</a></p>
<p><img src="/_assets/night.png" alt="Night theme" width="400px"></p>
<h3 id="terminal">Terminal</h3>
<code><link rel="stylesheet" href="https://newcss.net/theme/terminal.css"></code>
<p>Preview at <a href="https://newcss.net/theme/terminal/">newcss.net/theme/terminal/</a></p>
<p><img src="/_assets/terminal.png" alt="Terminal theme" width="400px"></p>
<script async defer src="https://api.newcss.net/latest.js"></script>
<noscript><img src="https://api.newcss.net/noscript.gif" alt=""></noscript>
</body>