mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
pm-monokai -> flat dark
This commit is contained in:
parent
db45a86983
commit
7efa18ec55
|
|
@ -250,49 +250,10 @@ html.b {
|
||||||
--mp-b-bg: transparent;
|
--mp-b-bg: transparent;
|
||||||
}
|
}
|
||||||
html.bz {
|
html.bz {
|
||||||
--fg: #cce;
|
--a: #18cdaf;
|
||||||
--fg-weak: #bbd;
|
|
||||||
|
|
||||||
--bg-u5: #3b3f58;
|
|
||||||
--bg-u3: #1e2130;
|
|
||||||
--bg-u1: #1e2130;
|
|
||||||
--bg: #11121d;
|
|
||||||
--bg-d1: #232536;
|
|
||||||
--bg-d2: #34384e;
|
|
||||||
--bg-d3: #34384e;
|
|
||||||
|
|
||||||
--row-alt: #181a27;
|
|
||||||
|
|
||||||
--a: #eebb66;
|
|
||||||
--txt-sh: a;
|
|
||||||
|
|
||||||
--u2-tab-b1: var(--bg-u5);
|
|
||||||
--u2-tab-1-fg: var(--fg-max);
|
|
||||||
--u2-tab-1-bg: var(--bg);
|
|
||||||
|
|
||||||
--srv-1: #79b;
|
|
||||||
|
|
||||||
--g-sel-bg: #ba2959;
|
|
||||||
--g-fsel-bg: #e6336e;
|
|
||||||
|
|
||||||
--f-h-b1: #34384e;
|
|
||||||
--mp-sh: #11121d;
|
|
||||||
/*--mp-b-bg: #2c3044;*/
|
|
||||||
--f-play-bg: var(--btn-1-bg);
|
|
||||||
}
|
}
|
||||||
html.by {
|
html.by {
|
||||||
--bg: #f2f2f2;
|
--a: #1fa215;
|
||||||
|
|
||||||
--row-alt: #f9f9f9;
|
|
||||||
|
|
||||||
--a: #07a;
|
|
||||||
|
|
||||||
--op-aa-bg: #fff;
|
|
||||||
|
|
||||||
--u2-sbtn-b1: #c70;
|
|
||||||
--u2-tab-1-b1: #999;
|
|
||||||
--u2-tab-1-b2: #aaa;
|
|
||||||
--u2-b-fg: #444;
|
|
||||||
}
|
}
|
||||||
html.c {
|
html.c {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
@ -3641,7 +3602,6 @@ html.dy *,
|
||||||
html.cy *,
|
html.cy *,
|
||||||
html.b * {
|
html.b * {
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
backdrop-filter: none !important;
|
|
||||||
}
|
}
|
||||||
html.b #path,
|
html.b #path,
|
||||||
html.b #ops,
|
html.b #ops,
|
||||||
|
|
|
||||||
|
|
@ -9111,7 +9111,7 @@ var settheme = (function () {
|
||||||
var html = [],
|
var html = [],
|
||||||
cb = ebi('themes'),
|
cb = ebi('themes'),
|
||||||
itheme = ax.indexOf(theme[0]) * 2 + (light ? 1 : 0),
|
itheme = ax.indexOf(theme[0]) * 2 + (light ? 1 : 0),
|
||||||
names = ['classic dark', 'classic light', 'pm-monokai', 'flat light', 'vice', 'hotdog stand', 'hacker', 'hi-con', 'phi95 dark', 'phi95', 'evil blue'];
|
names = ['classic dark', 'classic light', 'flat dark', 'flat light', 'vice', 'hotdog stand', 'hacker', 'hi-con', 'phi95 dark', 'phi95', 'evil blue'];
|
||||||
|
|
||||||
for (var a = 0; a < themes; a++)
|
for (var a = 0; a < themes; a++)
|
||||||
html.push('<option value="{0}">{0} ┃ {1}</option>'.format(a, names[a] || 'custom'));
|
html.push('<option value="{0}">{0} ┃ {1}</option>'.format(a, names[a] || 'custom'));
|
||||||
|
|
|
||||||
|
|
@ -20,9 +20,6 @@ html.y {
|
||||||
--bg-u5: #ccc;
|
--bg-u5: #ccc;
|
||||||
--bg-max: #fff;
|
--bg-max: #fff;
|
||||||
}
|
}
|
||||||
html.bz {
|
|
||||||
--bg-u2: #202231;
|
|
||||||
}
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'scp';
|
font-family: 'scp';
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
## 🧪 new features
|
## 🧪 new features
|
||||||
* drag n drop support within the browser window to move files or folders
|
* drag n drop support within the browser window to move files or folders
|
||||||
* custom accent color setting added
|
* custom accent color setting added. works best for light and dark themes (the first 4 in the list)
|
||||||
* right click (long press) on mobile is now possible
|
* right click (long press) on mobile is now possible
|
||||||
* the tree and path can be visible at the same time
|
* the tree and path can be visible at the same time
|
||||||
* settings and upload are now a popup/modal
|
* settings and upload are now a popup/modal
|
||||||
|
|
@ -38,12 +38,17 @@
|
||||||
* "folder up" / "next sibling" / "previous sibling" are now icon buttons at the top
|
* "folder up" / "next sibling" / "previous sibling" are now icon buttons at the top
|
||||||
* new look for the login screen
|
* new look for the login screen
|
||||||
* file list makes it easier to identify folders via an added folder emoji to folder names. to disable this, add the following style: `tr:has(a.dir) td:nth-child(2) a::before { display: none; }`
|
* file list makes it easier to identify folders via an added folder emoji to folder names. to disable this, add the following style: `tr:has(a.dir) td:nth-child(2) a::before { display: none; }`
|
||||||
|
* pm-monokai theme has become "flat dark"
|
||||||
|
|
||||||
## 🌠 fun facts
|
## 🌠 fun facts
|
||||||
|
|
||||||
* all themes should keep working, even the Window95 ones
|
* all themes should keep working, even the Window95 ones
|
||||||
* web UI verified for new 3DS
|
* web UI verified for new 3DS
|
||||||
|
|
||||||
|
## 😔 unfun facts
|
||||||
|
|
||||||
|
* added a setting that gets rid of (most) emojis
|
||||||
|
|
||||||
|
|
||||||
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
||||||
# 2026-0323-0328 `v1.20.13` dothidden
|
# 2026-0323-0328 `v1.20.13` dothidden
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue