Skip to content

Commit e76d167

Browse files
committedJan 22, 2023
Fixed UX bugs and added some UI stuff
- Resize fix - Added resize cursors - Almond theme - Added window controls options [minMax, minMaxClose, MinClose, close] - Added a unmaximize icon for when windows are maximized - Added some new features to the video player
1 parent 95c63d9 commit e76d167

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+868
-366
lines changed
 

‎static/changes/changes.css

+13
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,19 @@
5252
--stopLIGHT: #A5209F;
5353
}
5454

55+
[data-theme="almond"] {
56+
--body: #222;
57+
--color: #E89D46;
58+
--button-color: #3c3c3c;
59+
--glammer: #ffbb6d, #b97d38;
60+
--code-background: #3c3c3c;
61+
--code-color: #f1b066;
62+
--code-border: #E89D46;
63+
--mark-color: #ffc787;
64+
--stopDARK: #E89D46;
65+
--stopLIGHT: #94632b;
66+
}
67+
5568
html {
5669
height: 100%;
5770
scrollbar-color: var(--color) var(--body);

‎static/changes/index.css

+6
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
--button-color: #ff40f7;
3232
}
3333

34+
[data-theme="almond"] {
35+
--body: #1c1c1c;
36+
--color: #E89D46;
37+
--button-color: #E89D46;
38+
}
39+
3440
html {
3541
height: 100%;
3642
scrollbar-color: var(--color) var(--body);

0 commit comments

Comments
 (0)