vault backup: 2026-04-07 12:13:54

This commit is contained in:
Jan Meyer
2026-04-07 12:13:54 +02:00
parent 1e2b1ab641
commit 9c12292c54
2 changed files with 88 additions and 82 deletions

View File

@@ -6,113 +6,113 @@
.theme-dark, .theme-light { .theme-dark, .theme-light {
/* ── Material You RGB helpers ──────────────────────────── */ /* ── Material You RGB helpers ──────────────────────────── */
--mat-bg-rgb: 14, 21, 20; --mat-bg-rgb: 19, 19, 20;
--mat-surface-rgb: 14, 21, 20; --mat-surface-rgb: 19, 19, 20;
--mat-on-surface-rgb: 221, 228, 226; --mat-on-surface-rgb: 229, 226, 227;
--mat-primary-rgb: 74, 227, 220; --mat-primary-rgb: 196, 197, 216;
--mat-on-primary-rgb: 0, 55, 53; --mat-on-primary-rgb: 45, 48, 62;
/* ── Core Backgrounds ──────────────────────────────────── */ /* ── Core Backgrounds ──────────────────────────────────── */
--background-primary: #0e1514; --background-primary: #131314;
--background-primary-alt: #0e1514; --background-primary-alt: #131314;
--background-secondary: #161d1c; --background-secondary: #1c1b1c;
--background-secondary-alt: #1a2120; --background-secondary-alt: #201f20;
/* ── Titlebar ──────────────────────────────────────────── */ /* ── Titlebar ──────────────────────────────────────────── */
--titlebar-background: #0e1514; --titlebar-background: #131314;
--titlebar-background-focused: #161d1c; --titlebar-background-focused: #1c1b1c;
--titlebar-text-color: #dde4e2; --titlebar-text-color: #e5e2e3;
/* ── Borders & Dividers ────────────────────────────────── */ /* ── Borders & Dividers ────────────────────────────────── */
--background-modifier-border: #3c4948; --background-modifier-border: #46464c;
--background-modifier-border-focus: #859492; --background-modifier-border-focus: #919096;
--background-modifier-border-hover: #859492; --background-modifier-border-hover: #919096;
/* ── Text Colors ───────────────────────────────────────── */ /* ── Text Colors ───────────────────────────────────────── */
--text-normal: #dde4e2; --text-normal: #e5e2e3;
--text-muted: #bbcac8; --text-muted: #c7c6cc;
--text-faint: #859492; --text-faint: #919096;
--text-on-accent: #003735; --text-on-accent: #2d303e;
--text-selection: rgba(74, 227, 220, 0.25); --text-selection: rgba(196, 197, 216, 0.25);
/* ── Accent & Interactive ──────────────────────────────── */ /* ── Accent & Interactive ──────────────────────────────── */
--interactive-accent: #4ae3dc; --interactive-accent: #c4c5d8;
--interactive-accent-hover: #15c7c0; --interactive-accent-hover: #2a2d3b;
--interactive-accent-rgb: 74, 227, 220; --interactive-accent-rgb: 196, 197, 216;
--text-accent: #4ae3dc; --text-accent: #c4c5d8;
--text-accent-hover: #15c7c0; --text-accent-hover: #2a2d3b;
/* ── Hover & Active Modifiers ──────────────────────────── */ /* ── Hover & Active Modifiers ──────────────────────────── */
--background-modifier-hover: rgba(var(--mat-on-surface-rgb), 0.06); --background-modifier-hover: rgba(var(--mat-on-surface-rgb), 0.06);
--background-modifier-active-hover: rgba(var(--mat-primary-rgb), 0.15); --background-modifier-active-hover: rgba(var(--mat-primary-rgb), 0.15);
--background-modifier-success: #ff995c; --background-modifier-success: #362d18;
--background-modifier-error: #93000a; --background-modifier-error: #93000a;
--background-modifier-error-hover: #ffb4ab; --background-modifier-error-hover: #ffb4ab;
/* ── Obsidian Color Scale (--color-base-XX) ────────────── */ /* ── Obsidian Color Scale (--color-base-XX) ────────────── */
--color-base-00: #0e1514; --color-base-00: #131314;
--color-base-05: #0e1514; --color-base-05: #131314;
--color-base-10: #090f0f; --color-base-10: #0e0e0f;
--color-base-20: #161d1c; --color-base-20: #1c1b1c;
--color-base-25: #1a2120; --color-base-25: #201f20;
--color-base-30: #242b2b; --color-base-30: #2a2a2b;
--color-base-35: #2f3635; --color-base-35: #353436;
--color-base-40: #3c4948; --color-base-40: #46464c;
--color-base-50: #859492; --color-base-50: #919096;
--color-base-60: #bbcac8; --color-base-60: #c7c6cc;
--color-base-70: #dde4e2; --color-base-70: #e5e2e3;
--color-base-100: #dde4e2; --color-base-100: #e5e2e3;
/* ── Semantic Colors ───────────────────────────────────── */ /* ── Semantic Colors ───────────────────────────────────── */
--color-red: #ffb4ab; --color-red: #ffb4ab;
--color-orange: #ffc19f; --color-orange: #d4c5a7;
--color-yellow: #9dd0cc; --color-yellow: #c7c6ce;
--color-green: #ff995c; --color-green: #362d18;
--color-cyan: #1d514e; --color-cyan: #46464d;
--color-blue: #4ae3dc; --color-blue: #c4c5d8;
--color-purple: #9dd0cc; --color-purple: #c7c6ce;
--color-pink: #ffc19f; --color-pink: #d4c5a7;
/* ── Headings ──────────────────────────────────────────── */ /* ── Headings ──────────────────────────────────────────── */
--h1-color: #4ae3dc; --h1-color: #c4c5d8;
--h2-color: #4ae3dc; --h2-color: #c4c5d8;
--h3-color: #9dd0cc; --h3-color: #c7c6ce;
--h4-color: #ffc19f; --h4-color: #d4c5a7;
--h5-color: #bbcac8; --h5-color: #c7c6cc;
--h6-color: #859492; --h6-color: #919096;
/* ── Links ─────────────────────────────────────────────── */ /* ── Links ─────────────────────────────────────────────── */
--link-color: #4ae3dc; --link-color: #c4c5d8;
--link-color-hover: #002d2b; --link-color-hover: #b8bacc;
--link-external-color: #ffc19f; --link-external-color: #d4c5a7;
--link-unresolved-color: #859492; --link-unresolved-color: #919096;
/* ── Tags ──────────────────────────────────────────────── */ /* ── Tags ──────────────────────────────────────────────── */
--tag-color: #002d2b; --tag-color: #b8bacc;
--tag-background: #15c7c0; --tag-background: #2a2d3b;
--tag-border-color: #4ae3dc; --tag-border-color: #c4c5d8;
--tag-color-hover: #003735; --tag-color-hover: #2d303e;
--tag-background-hover: #4ae3dc; --tag-background-hover: #c4c5d8;
/* ── Checkboxes ────────────────────────────────────────── */ /* ── Checkboxes ────────────────────────────────────────── */
--checkbox-color: #4ae3dc; --checkbox-color: #c4c5d8;
--checkbox-color-hover: #15c7c0; --checkbox-color-hover: #2a2d3b;
--checkbox-border-color: #859492; --checkbox-border-color: #919096;
--checkbox-marker-color: #003735; --checkbox-marker-color: #2d303e;
/* ── Code Blocks ───────────────────────────────────────── */ /* ── Code Blocks ───────────────────────────────────────── */
--code-background: #161d1c; --code-background: #1c1b1c;
--code-normal: #dde4e2; --code-normal: #e5e2e3;
--code-comment: #859492; --code-comment: #919096;
--code-function: #4ae3dc; --code-function: #c4c5d8;
--code-important: #ffb4ab; --code-important: #ffb4ab;
--code-keyword: #9dd0cc; --code-keyword: #c7c6ce;
--code-operator: #ffc19f; --code-operator: #d4c5a7;
--code-property: #bbcac8; --code-property: #c7c6cc;
--code-punctuation: #3c4948; --code-punctuation: #46464c;
--code-string: #ffc19f; --code-string: #d4c5a7;
--code-tag: #ffb4ab; --code-tag: #ffb4ab;
--code-value: #9dd0cc; --code-value: #c7c6ce;
/* ── Scrollbar ─────────────────────────────────────────── */ /* ── Scrollbar ─────────────────────────────────────────── */
--scrollbar-thumb-bg: rgba(var(--mat-on-surface-rgb), 0.12); --scrollbar-thumb-bg: rgba(var(--mat-on-surface-rgb), 0.12);
@@ -121,16 +121,16 @@
/* ── Inputs ────────────────────────────────────────────── */ /* ── Inputs ────────────────────────────────────────────── */
--input-shadow: none; --input-shadow: none;
--input-shadow-hover: 0 0 0 2px #859492; --input-shadow-hover: 0 0 0 2px #919096;
/* ── Graph View ────────────────────────────────────────── */ /* ── Graph View ────────────────────────────────────────── */
--graph-node: #4ae3dc; --graph-node: #c4c5d8;
--graph-node-unresolved: #859492; --graph-node-unresolved: #919096;
--graph-node-focused: #002d2b; --graph-node-focused: #b8bacc;
--graph-node-tag: #9dd0cc; --graph-node-tag: #c7c6ce;
--graph-node-attachment: #ffc19f; --graph-node-attachment: #d4c5a7;
--graph-line: #3c4948; --graph-line: #46464c;
--graph-background: #0e1514; --graph-background: #131314;
} }

View File

@@ -7,3 +7,9 @@ $$
$$ $$
integral alpha f dif x => alpha integral f dif x integral alpha f dif x => alpha integral f dif x
$$ $$
### Produkt
$$
integral u' v dif x = integral ((u v)' - u v') dif x = u v - integral u v' dif x
$$
> Regel der __partiellen Integration__