-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeany.html
27 lines (27 loc) · 1.57 KB
/
geany.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>🎩 Geany with Dantes</title>
<link rel="stylesheet" href="styles/geany-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="stylesheeth" ref="https://fonts.googleapis.com/css2?family=Zilla+Slab&display=swap">
</head>
<h1>Geany</h1>
<img src="images/geany.png" alt="geany-theme-preview" class="preview">
<h3>Download</h3>
<p class="download"><a href="https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/dantestheme/geany/find/master" class="geany-links">Click here</a> to download .zip file and unzip them</p>
<h3>Activating Theme</h3>
<div class="os">On Unix-like operating systems:</div>
<ol class="how-to">
<li>Copy the dantes.conf into ~/.config/geany/colorschemes/. Create it if the directory doesn't exist.</li>
<li>Choose the theme on Geany by going to the <strong>view</strong> menu and selecting <strong>Change Color Scheme...</strong></li>
</ol>
<div class="os">On Windows:</div>
<ol class="how-to">
<li>Copy the dantes.conf into C:\Users\YourUserName\AppData\Roaming\geany\colorschemes. Create it if the directory doesn't exist.</li>
<li>Choose the theme on Geany by going to the <strong>view</strong> menu and selecting <strong>Change Color Scheme...</strong></li>
</ol>
</html>