This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathhack.html
80 lines (66 loc) · 3.09 KB
/
hack.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gradience is a hack!</title>
<link rel="stylesheet" href="assets/styles/hack.css">
<link rel="icon" href="assets/favicons/logo-blue-symbolic.svg">
<script defer data-domain="gradienceteam.github.io" src="https://analytics.projectsegfau.lt/js/script.js"></script>
</head>
<body>
<section class="splash">
<div class="container">
<img class="logo" src="assets/icons/hicolor/logo-devel.svg" alt="Gradience Logo">
<h1 class="title title-1">Gradience is a hack!</h1>
</div>
</section>
<section class="title-why-gradience-is-a-hack">
<div class="container group">
<div class="block">
<div class="icons">
<img src="assets/icons/symbolic/warning-symbolic.svg" class="icon" alt="Warning symbolic">
</div>
<h1 class="title title-1">Why Gradience is a hack?</h1>
</div>
</div>
</section>
<section class="content-why-gradience-is-a-hack">
<div class="container group">
<div class="block">
<p class="title title-3">Gradience overrides Named Colors for recoloring.</p>
<p>Gradience overrides Libadwaita <a
href="https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/named-colors.html">Named Colors</a> with
custom values, this can cause issues like invisible text, wrong colors, and etc.</p>
<p class="title title-3">Gradience is not supported by Adwaita.</p>
<p>Gradience is dependent on some hacks to work, if Adwaita will make changes in them Gradience will stop
working.</p>
<p class="title title-3">Gradience can break UI.</p>
<p>Gradience can break some apps UI that rely on custom CSS by default.</p>
</div>
</div>
</section>
<section class="gradience-not-against">
<div class="container group">
<div class="block">
<div class="icons">
<img src="assets/icons/symbolic/stopthemingmyapp-symbolic.svg" class="icon"
alt="Gradience heart stoptheamingmyapp">
</div>
<h1 class="title title-1">Gradience is not against stopthemingmy.app</h1>
<p>Gradience Team is not against <b>stopthemingmy.app</b> and Adwaita Developers idea, Gradience is a tool for
tinkers that want to theme their desktops at their liking, and not a tool for distributions to change theme in
them by default, Gradience Team agrees with importance of unified look of Adwaita to make sure that all apps
work right and Developers have unified and stable tool for creating their apps.</p>
<a href="https://stopthemingmy.app" class="button visit-button green-button">Visit stopthemingmy.app</a>
</div>
</div>
</section>
<footer>
<p>© 2023 Gradience Team</p>
<p>Based on the <a href="https://gitlab.gnome.org/Teams/Circle">GNOME Circle</a> and <a
href="https://gitlab.gnome.org/Teams/Design/cantarell.gnome.org">Cantarell Typeface Family</a> websites</p>
<p>Creative Commons CC-BY-SA</p>
</footer>
</body>
</html>