pm-monokai -> flat dark

This commit is contained in:
Til Schmitter 2026-04-29 15:02:06 +02:00
parent db45a86983
commit 7efa18ec55
4 changed files with 9 additions and 47 deletions

View file

@ -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,

View file

@ -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('<option value="{0}">{0} ┃ {1}</option>'.format(a, names[a] || 'custom'));

View file

@ -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;

View file

@ -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