Skip to content

Commit 6f20c4e

Browse files
committed
added more helpful info into help app
1 parent d3f798b commit 6f20c4e

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

static/help.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<body>
1212
<!-- <h5 style="width: 35em;margin-bottom: 20px;font-weight: bolder;color: #ff7c7c;font-size: 17px;text-align: center;"></h2> -->
1313
<div class="commands">
14-
<h3>Keybinds</h3>
14+
<h2 category-title>Keybinds</h2>
15+
<h4>App opening keybinds</h4>
1516
<command>
1617
<code>CTRL + ALT + H</code> Open this page
1718
</command>
@@ -22,24 +23,25 @@ <h3>Keybinds</h3>
2223
<code>CTRL + ALT + B</code> Open new Terbium browser
2324
</command>
2425
<command>
25-
<code>CTRL + ALT + C</code> Close all windows
26+
<code>CTRL + ALT + P</code> Open the color picker
2627
</command>
2728
<command>
28-
<code>CTRL + ALT + X</code> Close the focused window
29+
<code>CTRL + ALT + T</code> Open the terminal
2930
</command>
31+
<h4>Window controlling keybinds</h4>
3032
<command>
31-
<code>CTRL + ALT + P</code> Open the color picker
33+
<code>CTRL + ALT + C</code> Close all windows
3234
</command>
3335
<command>
34-
<code>CTRL + ALT + T</code> Open the terminal
36+
<code>CTRL + ALT + X</code> Close the focused window
3537
</command>
3638
<command>
3739
<code>CTRL + ALT + N</code> Minimize the focused window
3840
</command>
3941
<command>
4042
<code>CTRL + ALT + Q</code> Reload the focused window
4143
</command>
42-
<h3>Url Shortcuts</h3>
44+
<h2 category-title>Url Shortcuts</h2>
4345
<command>
4446
<code>https://terbium.ga/?app=color</code> open Terbium color picker
4547
</command>

static/styles/help.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
[data-theme="dark"] {
1717
--body: #1c1c1c;
1818
--color: white;
19+
--category-title-color: #41bc5d;
1920
--userselect-background: #696969;
2021
--userselect-color: #1d1d1d;
2122

@@ -32,6 +33,7 @@
3233
[data-theme="light"] {
3334
--body: #686868;
3435
--color: white;
36+
--category-title-color: #41bc5d;
3537
--userselect-background: #c4c4c4;
3638
--userselect-color: #666;
3739

@@ -48,6 +50,7 @@
4850
[data-theme="night"] {
4951
--body: #181446;
5052
--color: #ffe688;
53+
--category-title-color: #ffe688;
5154
--userselect-background: #32299b;
5255
--userselect-color: #fff7a5;
5356

@@ -64,6 +67,7 @@
6467
[data-theme="fracital"] {
6568
--body: #222;
6669
--color: #ff40f7;
70+
--category-title-color: #ff40f7;
6771
--userselect-background: #575757;
6872
--userselect-color: #ff40f7;
6973

@@ -136,4 +140,8 @@ code {
136140
border: 1px solid var(--command-border);
137141
padding: 3px 6px;
138142
border-radius: 6px;
143+
}
144+
145+
[category-title] {
146+
color: var(--category-title-color);
139147
}

0 commit comments

Comments
 (0)