From 9ea3776c521b135e087d23e4d64f508e9b2cf1ea Mon Sep 17 00:00:00 2001 From: Jan Meyer Date: Tue, 7 Apr 2026 13:53:16 +0200 Subject: [PATCH] vault backup: 2026-04-07 13:53:16 --- .obsidian/hotkeys.json | 10 ++ .../plugins/obsidian-file-color/data.json | 6 + .obsidian/snippets/matugen.css | 164 +++++++++--------- .obsidian/workspace.json | 12 +- 10 Courses/02 - SoSe 2026/ET II/Klausur.md | 8 + 5 files changed, 113 insertions(+), 87 deletions(-) create mode 100644 .obsidian/hotkeys.json create mode 100644 .obsidian/plugins/obsidian-file-color/data.json create mode 100644 10 Courses/02 - SoSe 2026/ET II/Klausur.md diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json new file mode 100644 index 0000000..6cd5c58 --- /dev/null +++ b/.obsidian/hotkeys.json @@ -0,0 +1,10 @@ +{ + "darlal-switcher-plus:switcher-plus:open": [ + { + "modifiers": [ + "Mod" + ], + "key": "F" + } + ] +} \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-file-color/data.json b/.obsidian/plugins/obsidian-file-color/data.json new file mode 100644 index 0000000..587ba26 --- /dev/null +++ b/.obsidian/plugins/obsidian-file-color/data.json @@ -0,0 +1,6 @@ +{ + "cascadeColors": false, + "colorBackground": false, + "palette": [], + "fileColors": [] +} \ No newline at end of file diff --git a/.obsidian/snippets/matugen.css b/.obsidian/snippets/matugen.css index f63d414..2cabeea 100644 --- a/.obsidian/snippets/matugen.css +++ b/.obsidian/snippets/matugen.css @@ -6,113 +6,113 @@ .theme-dark, .theme-light { /* ── Material You RGB helpers ──────────────────────────── */ - --mat-bg-rgb: 31, 15, 13; - --mat-surface-rgb: 31, 15, 13; - --mat-on-surface-rgb: 251, 219, 215; - --mat-primary-rgb: 255, 180, 169; - --mat-on-primary-rgb: 105, 0, 2; + --mat-bg-rgb: 18, 19, 26; + --mat-surface-rgb: 18, 19, 26; + --mat-on-surface-rgb: 226, 225, 235; + --mat-primary-rgb: 183, 196, 255; + --mat-on-primary-rgb: 0, 38, 131; /* ── Core Backgrounds ──────────────────────────────────── */ - --background-primary: #1f0f0d; - --background-primary-alt: #1f0f0d; - --background-secondary: #281715; - --background-secondary-alt: #2c1b19; + --background-primary: #12131a; + --background-primary-alt: #12131a; + --background-secondary: #1a1b22; + --background-secondary-alt: #1e1f26; /* ── Titlebar ──────────────────────────────────────────── */ - --titlebar-background: #1f0f0d; - --titlebar-background-focused: #281715; - --titlebar-text-color: #fbdbd7; + --titlebar-background: #12131a; + --titlebar-background-focused: #1a1b22; + --titlebar-text-color: #e2e1eb; /* ── Borders & Dividers ────────────────────────────────── */ - --background-modifier-border: #5c403c; - --background-modifier-border-focus: #ac8883; - --background-modifier-border-hover: #ac8883; + --background-modifier-border: #444653; + --background-modifier-border-focus: #8e909f; + --background-modifier-border-hover: #8e909f; /* ── Text Colors ───────────────────────────────────────── */ - --text-normal: #fbdbd7; - --text-muted: #e5bdb8; - --text-faint: #ac8883; - --text-on-accent: #690002; - --text-selection: rgba(255, 180, 169, 0.25); + --text-normal: #e2e1eb; + --text-muted: #c4c5d5; + --text-faint: #8e909f; + --text-on-accent: #002683; + --text-selection: rgba(183, 196, 255, 0.25); /* ── Accent & Interactive ──────────────────────────────── */ - --interactive-accent: #ffb4a9; - --interactive-accent-hover: #bc120f; - --interactive-accent-rgb: 255, 180, 169; - --text-accent: #ffb4a9; - --text-accent-hover: #bc120f; + --interactive-accent: #b7c4ff; + --interactive-accent-hover: #0d38ab; + --interactive-accent-rgb: 183, 196, 255; + --text-accent: #b7c4ff; + --text-accent-hover: #0d38ab; /* ── Hover & Active Modifiers ──────────────────────────── */ --background-modifier-hover: rgba(var(--mat-on-surface-rgb), 0.06); --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-hover: #ffb4ab; /* ── Obsidian Color Scale (--color-base-XX) ────────────── */ - --color-base-00: #1f0f0d; - --color-base-05: #1f0f0d; - --color-base-10: #190a08; - --color-base-20: #281715; - --color-base-25: #2c1b19; - --color-base-30: #382523; - --color-base-35: #43302d; - --color-base-40: #5c403c; - --color-base-50: #ac8883; - --color-base-60: #e5bdb8; - --color-base-70: #fbdbd7; - --color-base-100: #fbdbd7; + --color-base-00: #12131a; + --color-base-05: #12131a; + --color-base-10: #0c0e14; + --color-base-20: #1a1b22; + --color-base-25: #1e1f26; + --color-base-30: #282a31; + --color-base-35: #33343c; + --color-base-40: #444653; + --color-base-50: #8e909f; + --color-base-60: #c4c5d5; + --color-base-70: #e2e1eb; + --color-base-100: #e2e1eb; /* ── Semantic Colors ───────────────────────────────────── */ --color-red: #ffb4ab; - --color-orange: #afc6ff; - --color-yellow: #ffb4a9; - --color-green: #0058c8; - --color-cyan: #87261d; - --color-blue: #ffb4a9; - --color-purple: #ffb4a9; - --color-pink: #afc6ff; + --color-orange: #ffb59f; + --color-yellow: #bac4f7; + --color-green: #822200; + --color-cyan: #3a446f; + --color-blue: #b7c4ff; + --color-purple: #bac4f7; + --color-pink: #ffb59f; /* ── Headings ──────────────────────────────────────────── */ - --h1-color: #ffb4a9; - --h2-color: #ffb4a9; - --h3-color: #ffb4a9; - --h4-color: #afc6ff; - --h5-color: #e5bdb8; - --h6-color: #ac8883; + --h1-color: #b7c4ff; + --h2-color: #b7c4ff; + --h3-color: #bac4f7; + --h4-color: #ffb59f; + --h5-color: #c4c5d5; + --h6-color: #8e909f; /* ── Links ─────────────────────────────────────────────── */ - --link-color: #ffb4a9; - --link-color-hover: #ffffff; - --link-external-color: #afc6ff; - --link-unresolved-color: #ac8883; + --link-color: #b7c4ff; + --link-color-hover: #d5dbff; + --link-external-color: #ffb59f; + --link-unresolved-color: #8e909f; /* ── Tags ──────────────────────────────────────────────── */ - --tag-color: #ffffff; - --tag-background: #bc120f; - --tag-border-color: #ffb4a9; - --tag-color-hover: #690002; - --tag-background-hover: #ffb4a9; + --tag-color: #d5dbff; + --tag-background: #0d38ab; + --tag-border-color: #b7c4ff; + --tag-color-hover: #002683; + --tag-background-hover: #b7c4ff; /* ── Checkboxes ────────────────────────────────────────── */ - --checkbox-color: #ffb4a9; - --checkbox-color-hover: #bc120f; - --checkbox-border-color: #ac8883; - --checkbox-marker-color: #690002; + --checkbox-color: #b7c4ff; + --checkbox-color-hover: #0d38ab; + --checkbox-border-color: #8e909f; + --checkbox-marker-color: #002683; /* ── Code Blocks ───────────────────────────────────────── */ - --code-background: #281715; - --code-normal: #fbdbd7; - --code-comment: #ac8883; - --code-function: #ffb4a9; + --code-background: #1a1b22; + --code-normal: #e2e1eb; + --code-comment: #8e909f; + --code-function: #b7c4ff; --code-important: #ffb4ab; - --code-keyword: #ffb4a9; - --code-operator: #afc6ff; - --code-property: #e5bdb8; - --code-punctuation: #5c403c; - --code-string: #afc6ff; + --code-keyword: #bac4f7; + --code-operator: #ffb59f; + --code-property: #c4c5d5; + --code-punctuation: #444653; + --code-string: #ffb59f; --code-tag: #ffb4ab; - --code-value: #ffb4a9; + --code-value: #bac4f7; /* ── Scrollbar ─────────────────────────────────────────── */ --scrollbar-thumb-bg: rgba(var(--mat-on-surface-rgb), 0.12); @@ -121,16 +121,16 @@ /* ── Inputs ────────────────────────────────────────────── */ --input-shadow: none; - --input-shadow-hover: 0 0 0 2px #ac8883; + --input-shadow-hover: 0 0 0 2px #8e909f; /* ── Graph View ────────────────────────────────────────── */ - --graph-node: #ffb4a9; - --graph-node-unresolved: #ac8883; - --graph-node-focused: #ffffff; - --graph-node-tag: #ffb4a9; - --graph-node-attachment: #afc6ff; - --graph-line: #5c403c; - --graph-background: #1f0f0d; + --graph-node: #b7c4ff; + --graph-node-unresolved: #8e909f; + --graph-node-focused: #d5dbff; + --graph-node-tag: #bac4f7; + --graph-node-attachment: #ffb59f; + --graph-line: #444653; + --graph-background: #12131a; } diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index bbfe9e1..e00fbf3 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -111,12 +111,12 @@ "state": { "type": "markdown", "state": { - "file": "10 Courses/02 - SoSe 2026/ET II/Elektrotechnik II.md", + "file": "10 Courses/02 - SoSe 2026/ET II/Klausur.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "Elektrotechnik II" + "title": "Klausur" } } ], @@ -276,18 +276,21 @@ "command-palette:Open command palette": false, "bases:Create new base": 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", "lastOpenFiles": [ + "10 Courses/02 - SoSe 2026/ET II/Elektrotechnik II.md", + "10 Courses/02 - SoSe 2026/ET II/Klausur.md", "00 Inbox", "90 Archive", "30 Library", "10 Courses/01 - WiSe 2025_26", "10 Courses/02 - SoSe 2026", "10 Courses", - "10 Courses/02 - SoSe 2026/ET II/Elektrotechnik II.md", "10 Courses/02 - SoSe 2026/ET II", "10 Courses/02 - SoSe 2026/Mathe II/Integration.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/Kirchhoffsche Regeln.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" ] } \ No newline at end of file diff --git a/10 Courses/02 - SoSe 2026/ET II/Klausur.md b/10 Courses/02 - SoSe 2026/ET II/Klausur.md new file mode 100644 index 0000000..c712a5b --- /dev/null +++ b/10 Courses/02 - SoSe 2026/ET II/Klausur.md @@ -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 +- \ No newline at end of file