diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 8ea4bfe1..5965217b 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -250,49 +250,10 @@ html.b { --mp-b-bg: transparent; } html.bz { - --fg: #cce; - --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); + --a: #18cdaf; } html.by { - --bg: #f2f2f2; - - --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; + --a: #1fa215; } html.c { font-weight: bold; @@ -3641,7 +3602,6 @@ html.dy *, html.cy *, html.b * { box-shadow: none !important; - backdrop-filter: none !important; } html.b #path, html.b #ops, diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 5eca0f8e..8a71d997 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -9111,7 +9111,7 @@ var settheme = (function () { var html = [], cb = ebi('themes'), 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++) html.push(''.format(a, names[a] || 'custom')); diff --git a/copyparty/web/ui.css b/copyparty/web/ui.css index e3ec294f..78e04835 100644 --- a/copyparty/web/ui.css +++ b/copyparty/web/ui.css @@ -20,9 +20,6 @@ html.y { --bg-u5: #ccc; --bg-max: #fff; } -html.bz { - --bg-u2: #202231; -} @font-face { font-family: 'scp'; font-display: swap; diff --git a/docs/changelog.md b/docs/changelog.md index d3a33f43..d0fd13b4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ ## ๐Ÿงช new features * 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 * the tree and path can be visible at the same time * 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 * 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; }` +* pm-monokai theme has become "flat dark" ## ๐ŸŒ  fun facts * all themes should keep working, even the Window95 ones * web UI verified for new 3DS +## ๐Ÿ˜” unfun facts + +* added a setting that gets rid of (most) emojis + โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€โ–€ # 2026-0323-0328 `v1.20.13` dothidden