vault backup: 2026-04-07 13:53:16

This commit is contained in:
Jan Meyer
2026-04-07 13:53:16 +02:00
parent ef3dc84368
commit 9ea3776c52
5 changed files with 113 additions and 87 deletions

10
.obsidian/hotkeys.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"darlal-switcher-plus:switcher-plus:open": [
{
"modifiers": [
"Mod"
],
"key": "F"
}
]
}

View File

@@ -0,0 +1,6 @@
{
"cascadeColors": false,
"colorBackground": false,
"palette": [],
"fileColors": []
}

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: 31, 15, 13; --mat-bg-rgb: 18, 19, 26;
--mat-surface-rgb: 31, 15, 13; --mat-surface-rgb: 18, 19, 26;
--mat-on-surface-rgb: 251, 219, 215; --mat-on-surface-rgb: 226, 225, 235;
--mat-primary-rgb: 255, 180, 169; --mat-primary-rgb: 183, 196, 255;
--mat-on-primary-rgb: 105, 0, 2; --mat-on-primary-rgb: 0, 38, 131;
/* ── Core Backgrounds ──────────────────────────────────── */ /* ── Core Backgrounds ──────────────────────────────────── */
--background-primary: #1f0f0d; --background-primary: #12131a;
--background-primary-alt: #1f0f0d; --background-primary-alt: #12131a;
--background-secondary: #281715; --background-secondary: #1a1b22;
--background-secondary-alt: #2c1b19; --background-secondary-alt: #1e1f26;
/* ── Titlebar ──────────────────────────────────────────── */ /* ── Titlebar ──────────────────────────────────────────── */
--titlebar-background: #1f0f0d; --titlebar-background: #12131a;
--titlebar-background-focused: #281715; --titlebar-background-focused: #1a1b22;
--titlebar-text-color: #fbdbd7; --titlebar-text-color: #e2e1eb;
/* ── Borders & Dividers ────────────────────────────────── */ /* ── Borders & Dividers ────────────────────────────────── */
--background-modifier-border: #5c403c; --background-modifier-border: #444653;
--background-modifier-border-focus: #ac8883; --background-modifier-border-focus: #8e909f;
--background-modifier-border-hover: #ac8883; --background-modifier-border-hover: #8e909f;
/* ── Text Colors ───────────────────────────────────────── */ /* ── Text Colors ───────────────────────────────────────── */
--text-normal: #fbdbd7; --text-normal: #e2e1eb;
--text-muted: #e5bdb8; --text-muted: #c4c5d5;
--text-faint: #ac8883; --text-faint: #8e909f;
--text-on-accent: #690002; --text-on-accent: #002683;
--text-selection: rgba(255, 180, 169, 0.25); --text-selection: rgba(183, 196, 255, 0.25);
/* ── Accent & Interactive ──────────────────────────────── */ /* ── Accent & Interactive ──────────────────────────────── */
--interactive-accent: #ffb4a9; --interactive-accent: #b7c4ff;
--interactive-accent-hover: #bc120f; --interactive-accent-hover: #0d38ab;
--interactive-accent-rgb: 255, 180, 169; --interactive-accent-rgb: 183, 196, 255;
--text-accent: #ffb4a9; --text-accent: #b7c4ff;
--text-accent-hover: #bc120f; --text-accent-hover: #0d38ab;
/* ── 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: #0058c8; --background-modifier-success: #822200;
--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: #1f0f0d; --color-base-00: #12131a;
--color-base-05: #1f0f0d; --color-base-05: #12131a;
--color-base-10: #190a08; --color-base-10: #0c0e14;
--color-base-20: #281715; --color-base-20: #1a1b22;
--color-base-25: #2c1b19; --color-base-25: #1e1f26;
--color-base-30: #382523; --color-base-30: #282a31;
--color-base-35: #43302d; --color-base-35: #33343c;
--color-base-40: #5c403c; --color-base-40: #444653;
--color-base-50: #ac8883; --color-base-50: #8e909f;
--color-base-60: #e5bdb8; --color-base-60: #c4c5d5;
--color-base-70: #fbdbd7; --color-base-70: #e2e1eb;
--color-base-100: #fbdbd7; --color-base-100: #e2e1eb;
/* ── Semantic Colors ───────────────────────────────────── */ /* ── Semantic Colors ───────────────────────────────────── */
--color-red: #ffb4ab; --color-red: #ffb4ab;
--color-orange: #afc6ff; --color-orange: #ffb59f;
--color-yellow: #ffb4a9; --color-yellow: #bac4f7;
--color-green: #0058c8; --color-green: #822200;
--color-cyan: #87261d; --color-cyan: #3a446f;
--color-blue: #ffb4a9; --color-blue: #b7c4ff;
--color-purple: #ffb4a9; --color-purple: #bac4f7;
--color-pink: #afc6ff; --color-pink: #ffb59f;
/* ── Headings ──────────────────────────────────────────── */ /* ── Headings ──────────────────────────────────────────── */
--h1-color: #ffb4a9; --h1-color: #b7c4ff;
--h2-color: #ffb4a9; --h2-color: #b7c4ff;
--h3-color: #ffb4a9; --h3-color: #bac4f7;
--h4-color: #afc6ff; --h4-color: #ffb59f;
--h5-color: #e5bdb8; --h5-color: #c4c5d5;
--h6-color: #ac8883; --h6-color: #8e909f;
/* ── Links ─────────────────────────────────────────────── */ /* ── Links ─────────────────────────────────────────────── */
--link-color: #ffb4a9; --link-color: #b7c4ff;
--link-color-hover: #ffffff; --link-color-hover: #d5dbff;
--link-external-color: #afc6ff; --link-external-color: #ffb59f;
--link-unresolved-color: #ac8883; --link-unresolved-color: #8e909f;
/* ── Tags ──────────────────────────────────────────────── */ /* ── Tags ──────────────────────────────────────────────── */
--tag-color: #ffffff; --tag-color: #d5dbff;
--tag-background: #bc120f; --tag-background: #0d38ab;
--tag-border-color: #ffb4a9; --tag-border-color: #b7c4ff;
--tag-color-hover: #690002; --tag-color-hover: #002683;
--tag-background-hover: #ffb4a9; --tag-background-hover: #b7c4ff;
/* ── Checkboxes ────────────────────────────────────────── */ /* ── Checkboxes ────────────────────────────────────────── */
--checkbox-color: #ffb4a9; --checkbox-color: #b7c4ff;
--checkbox-color-hover: #bc120f; --checkbox-color-hover: #0d38ab;
--checkbox-border-color: #ac8883; --checkbox-border-color: #8e909f;
--checkbox-marker-color: #690002; --checkbox-marker-color: #002683;
/* ── Code Blocks ───────────────────────────────────────── */ /* ── Code Blocks ───────────────────────────────────────── */
--code-background: #281715; --code-background: #1a1b22;
--code-normal: #fbdbd7; --code-normal: #e2e1eb;
--code-comment: #ac8883; --code-comment: #8e909f;
--code-function: #ffb4a9; --code-function: #b7c4ff;
--code-important: #ffb4ab; --code-important: #ffb4ab;
--code-keyword: #ffb4a9; --code-keyword: #bac4f7;
--code-operator: #afc6ff; --code-operator: #ffb59f;
--code-property: #e5bdb8; --code-property: #c4c5d5;
--code-punctuation: #5c403c; --code-punctuation: #444653;
--code-string: #afc6ff; --code-string: #ffb59f;
--code-tag: #ffb4ab; --code-tag: #ffb4ab;
--code-value: #ffb4a9; --code-value: #bac4f7;
/* ── 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 #ac8883; --input-shadow-hover: 0 0 0 2px #8e909f;
/* ── Graph View ────────────────────────────────────────── */ /* ── Graph View ────────────────────────────────────────── */
--graph-node: #ffb4a9; --graph-node: #b7c4ff;
--graph-node-unresolved: #ac8883; --graph-node-unresolved: #8e909f;
--graph-node-focused: #ffffff; --graph-node-focused: #d5dbff;
--graph-node-tag: #ffb4a9; --graph-node-tag: #bac4f7;
--graph-node-attachment: #afc6ff; --graph-node-attachment: #ffb59f;
--graph-line: #5c403c; --graph-line: #444653;
--graph-background: #1f0f0d; --graph-background: #12131a;
} }

View File

@@ -111,12 +111,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "10 Courses/02 - SoSe 2026/ET II/Elektrotechnik II.md", "file": "10 Courses/02 - SoSe 2026/ET II/Klausur.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "Elektrotechnik II" "title": "Klausur"
} }
} }
], ],
@@ -276,18 +276,21 @@
"command-palette:Open command palette": false, "command-palette:Open command palette": false,
"bases:Create new base": false, "bases:Create new base": false,
"obsidian-git:Open Git source control": false, "obsidian-git:Open Git source control": false,
"templater-obsidian:Templater": false "templater-obsidian:Templater": false,
"darlal-switcher-plus:Open in Headings Mode": false,
"darlal-switcher-plus:Open Symbols for the active editor": false
} }
}, },
"active": "7a0e7b37bd89861d", "active": "7a0e7b37bd89861d",
"lastOpenFiles": [ "lastOpenFiles": [
"10 Courses/02 - SoSe 2026/ET II/Elektrotechnik II.md",
"10 Courses/02 - SoSe 2026/ET II/Klausur.md",
"00 Inbox", "00 Inbox",
"90 Archive", "90 Archive",
"30 Library", "30 Library",
"10 Courses/01 - WiSe 2025_26", "10 Courses/01 - WiSe 2025_26",
"10 Courses/02 - SoSe 2026", "10 Courses/02 - SoSe 2026",
"10 Courses", "10 Courses",
"10 Courses/02 - SoSe 2026/ET II/Elektrotechnik II.md",
"10 Courses/02 - SoSe 2026/ET II", "10 Courses/02 - SoSe 2026/ET II",
"10 Courses/02 - SoSe 2026/Mathe II/Integration.md", "10 Courses/02 - SoSe 2026/Mathe II/Integration.md",
"10 Courses/01 - WiSe 2025_26/DAS/Formulas.md", "10 Courses/01 - WiSe 2025_26/DAS/Formulas.md",
@@ -307,7 +310,6 @@
"10 Courses/01 - WiSe 2025_26/ET/Netzwerke.md", "10 Courses/01 - WiSe 2025_26/ET/Netzwerke.md",
"10 Courses/01 - WiSe 2025_26/ET/Kirchhoffsche Regeln.md", "10 Courses/01 - WiSe 2025_26/ET/Kirchhoffsche Regeln.md",
"10 Courses/01 - WiSe 2025_26/ET/Grundlagen.md", "10 Courses/01 - WiSe 2025_26/ET/Grundlagen.md",
"10 Courses/01 - WiSe 2025_26/DAS",
"10 Courses/01 - WiSe 2025_26/ET/images/beispiel_knotenregel.png" "10 Courses/01 - WiSe 2025_26/ET/images/beispiel_knotenregel.png"
] ]
} }

View File

@@ -0,0 +1,8 @@
## Hilfsmittel
- 2 DIN A4 Seiten _handschriftliche Notizen_
- Taschenrechner ohne graphische Darstellung und ohne Programmierung
## Umfang und Stil
- 100 bis 130 Minuten
- Umfang und Schwere entsprechen
-