-
Notifications
You must be signed in to change notification settings - Fork 0
/
windows-terminal.html
23 lines (23 loc) · 1.55 KB
/
windows-terminal.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>🎩 Windows Terminal with Dantes</title>
<link rel="stylesheet" href="styles/windows-terminal-style.css" >
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap" >
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Zilla+Slab&display=swap" >
</head>
<body>
<h1>Windows Terminal</h1>
<img src="images/windows-terminal1.png" alt="windows-terminal-theme-preview" class="preview">
<h3>Download</h3>
<p class="download"> <a href="https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/dantestheme/windows-terminal/find/master" class="windows-terminal-links">Click here</a> to download .zip file and unzip them</p>
<h3>Install</h3>
<ol class="how-to">
<li>Start Windows Terminal and click on the down arrow symbol <strong>˅</strong> from menu bar. And you can see the settings menu. Or you can use <strong>Ctrl + ,</strong> to open Settings directly.</li>
<li>In the <strong>settings.json</strong> settings file for Windows Terminal, find the <strong>schemes</strong> section and paste the content of <storng>dantes.json</storng>.</p>
<li>Once the color scheme has been defined, it's time to enable it. Find the <strong>profiles</strong> section and add a <strong>colorScheme</strong> value to the default profile</p>
</ol>
</html>