-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgedit.html
22 lines (22 loc) · 1.06 KB
/
gedit.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>🎩 Gedit with Dantes</title>
<link rel="stylesheet" href="styles/gedit-style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" hrelf="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>Gedit</h1>
<img src="images/gedit.png" alt="gedit-theme-preview" class="preview">
<h3>Download</h3>
<p class="download"><a href="https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/dantestheme/gedit/find/master" class="gedit-links">Click here</a> to download .zip file and unzip them</p>
<h3>Activating Theme</h3>
<div class="how-to">
<p>Move the 'dantes.xml' to gedit style's folder<strong>(HOME/.local/share/gedit/styles/)</strong></p>
<p>Activate in Gedit's preferences dialog</p>
</div>
</html>