-
Notifications
You must be signed in to change notification settings - Fork 192
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·63 lines (59 loc) · 3.09 KB
/
index.html
File metadata and controls
executable file
·63 lines (59 loc) · 3.09 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Maciej Ciemborowicz" />
<title>4bit. Terminal Color Scheme Designer</title>
<meta name="description" content="Design and download custom terminal color schemes. Creator for (almost) any emulator. Supports .Xresources, iTerm2, Gnome, Xfce, Alacritty, Yakuake, and more."/>
<meta name="robots" content="index,follow">
<link rel="canonical" href="https://ciembor.github.io/4bit/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="4bit">
<meta property="og:title" content="4bit. Terminal Color Scheme Designer">
<meta property="og:description" content="Design and download custom terminal color schemes. Creator for (almost) any emulator. Supports .Xresources, iTerm2, Gnome, Xfce, Alacritty, Yakuake, and more.">
<meta property="og:url" content="https://ciembor.github.io/4bit/">
<meta property="og:image" content="https://ciembor.github.io/4bit/images/4bit-terminal-color-scheme-designer.jpg">
<meta property="og:image:width" content="1280">
<meta property="og:image:height" content="712">
<meta property="og:image:alt" content="4bit Terminal Color Scheme Designer screenshot">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="4bit. Terminal Color Scheme Designer">
<meta name="twitter:description" content="Design and download custom terminal color schemes. Creator for (almost) any emulator. Supports .Xresources, iTerm2, Gnome, Xfce, Alacritty, Yakuake, and more.">
<meta name="twitter:image" content="https://ciembor.github.io/4bit/images/4bit-terminal-color-scheme-designer.jpg">
<meta name="twitter:site" content="@ciembor">
<meta name="twitter:creator" content="@ciembor">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "4bit Terminal Color Scheme Designer",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Any",
"url": "https://ciembor.github.io/4bit/",
"image": "https://ciembor.github.io/4bit/images/4bit-terminal-color-scheme-designer.jpg",
"description": "Design and download custom terminal color schemes. Creator for (almost) any emulator. Supports .Xresources, iTerm2, Gnome, Xfce, Alacritty, Yakuake, and more.",
"author": {
"@type": "Person",
"name": "Maciej Ciemborowicz"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<link rel="icon" type="image/svg+xml" href="images/favicon.svg">
<style id="outline-fix"></style>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DV8LQSJD83"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DV8LQSJD83');
</script>
</head>
<body id="app" onmousedown="document.getElementById('outline-fix').innerHTML='a{outline:none}';" onkeydown="document.getElementById('outline-fix').innerHTML=''">
<script type="module" src="/src/main.js"></script>
</body>
</html>