vault backup: 2026-04-08 08:25:49

This commit is contained in:
Jan Meyer
2026-04-08 08:25:49 +02:00
parent d30d56e67b
commit 3897babce3
2 changed files with 86 additions and 102 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, 13; --mat-bg-rgb: 32, 15, 13;
--mat-surface-rgb: 14, 21, 13; --mat-surface-rgb: 32, 15, 13;
--mat-on-surface-rgb: 221, 229, 215; --mat-on-surface-rgb: 253, 219, 215;
--mat-primary-rgb: 88, 225, 104; --mat-primary-rgb: 255, 180, 172;
--mat-on-primary-rgb: 0, 57, 13; --mat-on-primary-rgb: 105, 0, 7;
/* ── Core Backgrounds ──────────────────────────────────── */ /* ── Core Backgrounds ──────────────────────────────────── */
--background-primary: #0e150d; --background-primary: #200f0d;
--background-primary-alt: #0e150d; --background-primary-alt: #200f0d;
--background-secondary: #161d15; --background-secondary: #291715;
--background-secondary-alt: #1a2219; --background-secondary-alt: #2d1b19;
/* ── Titlebar ──────────────────────────────────────────── */ /* ── Titlebar ──────────────────────────────────────────── */
--titlebar-background: #0e150d; --titlebar-background: #200f0d;
--titlebar-background-focused: #161d15; --titlebar-background-focused: #291715;
--titlebar-text-color: #dde5d7; --titlebar-text-color: #fddbd7;
/* ── Borders & Dividers ────────────────────────────────── */ /* ── Borders & Dividers ────────────────────────────────── */
--background-modifier-border: #3d4a3b; --background-modifier-border: #5d3f3c;
--background-modifier-border-focus: #879583; --background-modifier-border-focus: #ae8884;
--background-modifier-border-hover: #879583; --background-modifier-border-hover: #ae8884;
/* ── Text Colors ───────────────────────────────────────── */ /* ── Text Colors ───────────────────────────────────────── */
--text-normal: #dde5d7; --text-normal: #fddbd7;
--text-muted: #bccbb7; --text-muted: #e7bdb8;
--text-faint: #879583; --text-faint: #ae8884;
--text-on-accent: #00390d; --text-on-accent: #690007;
--text-selection: rgba(88, 225, 104, 0.25); --text-selection: rgba(255, 180, 172, 0.25);
/* ── Accent & Interactive ──────────────────────────────── */ /* ── Accent & Interactive ──────────────────────────────── */
--interactive-accent: #58e168; --interactive-accent: #ffb4ac;
--interactive-accent-hover: #16af3e; --interactive-accent-hover: #de1521;
--interactive-accent-rgb: 88, 225, 104; --interactive-accent-rgb: 255, 180, 172;
--text-accent: #58e168; --text-accent: #ffb4ac;
--text-accent-hover: #16af3e; --text-accent-hover: #de1521;
/* ── 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: #fe5f8c; --background-modifier-success: #0075b9;
--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: #0e150d; --color-base-00: #200f0d;
--color-base-05: #0e150d; --color-base-05: #200f0d;
--color-base-10: #091008; --color-base-10: #1a0a08;
--color-base-20: #161d15; --color-base-20: #291715;
--color-base-25: #1a2219; --color-base-25: #2d1b19;
--color-base-30: #242c23; --color-base-30: #392523;
--color-base-35: #2f372d; --color-base-35: #452f2d;
--color-base-40: #3d4a3b; --color-base-40: #5d3f3c;
--color-base-50: #879583; --color-base-50: #ae8884;
--color-base-60: #bccbb7; --color-base-60: #e7bdb8;
--color-base-70: #dde5d7; --color-base-70: #fddbd7;
--color-base-100: #dde5d7; --color-base-100: #fddbd7;
/* ── Semantic Colors ───────────────────────────────────── */ /* ── Semantic Colors ───────────────────────────────────── */
--color-red: #ffb4ab; --color-red: #ffb4ab;
--color-orange: #ffb1c1; --color-orange: #98cbff;
--color-yellow: #98d695; --color-yellow: #ffb4ac;
--color-green: #fe5f8c; --color-green: #0075b9;
--color-cyan: #1a5422; --color-cyan: #8b1919;
--color-blue: #58e168; --color-blue: #ffb4ac;
--color-purple: #98d695; --color-purple: #ffb4ac;
--color-pink: #ffb1c1; --color-pink: #98cbff;
/* ── Headings ──────────────────────────────────────────── */ /* ── Headings ──────────────────────────────────────────── */
--h1-color: #58e168; --h1-color: #ffb4ac;
--h2-color: #58e168; --h2-color: #ffb4ac;
--h3-color: #98d695; --h3-color: #ffb4ac;
--h4-color: #ffb1c1; --h4-color: #98cbff;
--h5-color: #bccbb7; --h5-color: #e7bdb8;
--h6-color: #879583; --h6-color: #ae8884;
/* ── Links ─────────────────────────────────────────────── */ /* ── Links ─────────────────────────────────────────────── */
--link-color: #58e168; --link-color: #ffb4ac;
--link-color-hover: #000601; --link-color-hover: #ffffff;
--link-external-color: #ffb1c1; --link-external-color: #98cbff;
--link-unresolved-color: #879583; --link-unresolved-color: #ae8884;
/* ── Tags ──────────────────────────────────────────────── */ /* ── Tags ──────────────────────────────────────────────── */
--tag-color: #000601; --tag-color: #ffffff;
--tag-background: #16af3e; --tag-background: #de1521;
--tag-border-color: #58e168; --tag-border-color: #ffb4ac;
--tag-color-hover: #00390d; --tag-color-hover: #690007;
--tag-background-hover: #58e168; --tag-background-hover: #ffb4ac;
/* ── Checkboxes ────────────────────────────────────────── */ /* ── Checkboxes ────────────────────────────────────────── */
--checkbox-color: #58e168; --checkbox-color: #ffb4ac;
--checkbox-color-hover: #16af3e; --checkbox-color-hover: #de1521;
--checkbox-border-color: #879583; --checkbox-border-color: #ae8884;
--checkbox-marker-color: #00390d; --checkbox-marker-color: #690007;
/* ── Code Blocks ───────────────────────────────────────── */ /* ── Code Blocks ───────────────────────────────────────── */
--code-background: #161d15; --code-background: #291715;
--code-normal: #dde5d7; --code-normal: #fddbd7;
--code-comment: #879583; --code-comment: #ae8884;
--code-function: #58e168; --code-function: #ffb4ac;
--code-important: #ffb4ab; --code-important: #ffb4ab;
--code-keyword: #98d695; --code-keyword: #ffb4ac;
--code-operator: #ffb1c1; --code-operator: #98cbff;
--code-property: #bccbb7; --code-property: #e7bdb8;
--code-punctuation: #3d4a3b; --code-punctuation: #5d3f3c;
--code-string: #ffb1c1; --code-string: #98cbff;
--code-tag: #ffb4ab; --code-tag: #ffb4ab;
--code-value: #98d695; --code-value: #ffb4ac;
/* ── 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 #879583; --input-shadow-hover: 0 0 0 2px #ae8884;
/* ── Graph View ────────────────────────────────────────── */ /* ── Graph View ────────────────────────────────────────── */
--graph-node: #58e168; --graph-node: #ffb4ac;
--graph-node-unresolved: #879583; --graph-node-unresolved: #ae8884;
--graph-node-focused: #000601; --graph-node-focused: #ffffff;
--graph-node-tag: #98d695; --graph-node-tag: #ffb4ac;
--graph-node-attachment: #ffb1c1; --graph-node-attachment: #98cbff;
--graph-line: #3d4a3b; --graph-line: #5d3f3c;
--graph-background: #0e150d; --graph-background: #200f0d;
} }

View File

@@ -20,23 +20,8 @@
"icon": "lucide-file", "icon": "lucide-file",
"title": "New File Template" "title": "New File Template"
} }
},
{
"id": "4a709921b51fcf11",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "10 Courses/02 - SoSe 2026/ET II/29592733 - Zählpfeilsysteme.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "29592733 - Zählpfeilsysteme"
} }
} ]
],
"currentTab": 1
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -197,12 +182,13 @@
"darlal-switcher-plus:Open Symbols for the active editor": false "darlal-switcher-plus:Open Symbols for the active editor": false
} }
}, },
"active": "4a709921b51fcf11", "active": "0e89c1d1d5ec049c",
"lastOpenFiles": [ "lastOpenFiles": [
"10 Courses/02 - SoSe 2026/ET II/29592733 - Zählpfeilsysteme.md",
"10 Courses/02 - SoSe 2026/Automatentheorie und formale Sprachen",
"10 Courses/02 - SoSe 2026/ET II/29592751 - Übungsaufgabe 1.md", "10 Courses/02 - SoSe 2026/ET II/29592751 - Übungsaufgabe 1.md",
"10 Courses/02 - SoSe 2026/ET II/29592755 - Übungsaufgabe 2.md", "10 Courses/02 - SoSe 2026/ET II/29592755 - Übungsaufgabe 2.md",
"20 Atlas/ET II - Map of Content.md", "20 Atlas/ET II - Map of Content.md",
"10 Courses/02 - SoSe 2026/ET II/29592733 - Zählpfeilsysteme.md",
"00 Inbox/29593226 - ET_II_Folien_gesamt_020426.pdf.md", "00 Inbox/29593226 - ET_II_Folien_gesamt_020426.pdf.md",
"10 Courses/02 - SoSe 2026/ET II/29592722 - Zeitabhängige Größen.md", "10 Courses/02 - SoSe 2026/ET II/29592722 - Zeitabhängige Größen.md",
"10 Courses/02 - SoSe 2026/ET II/29592709 - Klausur.md", "10 Courses/02 - SoSe 2026/ET II/29592709 - Klausur.md",
@@ -229,12 +215,10 @@
"30 Library/wget-log", "30 Library/wget-log",
"10 Courses/01 - WiSe 2025_26/DAS/Formulas.md", "10 Courses/01 - WiSe 2025_26/DAS/Formulas.md",
"10 Courses/02 - SoSe 2026/Mathe II/Integration.md", "10 Courses/02 - SoSe 2026/Mathe II/Integration.md",
"Test File.md",
"99 Templates/New File Template", "99 Templates/New File Template",
"99 Templates", "99 Templates",
"00 Inbox", "00 Inbox",
"90 Archive", "90 Archive",
"30 Library",
"10 Courses/01 - WiSe 2025_26/ET/images/beispiel_knotenregel.png" "10 Courses/01 - WiSe 2025_26/ET/images/beispiel_knotenregel.png"
] ]
} }