From 3897babce3ee1f99a44731314bce8dac0fffb2bf Mon Sep 17 00:00:00 2001 From: Jan Meyer Date: Wed, 8 Apr 2026 08:25:49 +0200 Subject: [PATCH] vault backup: 2026-04-08 08:25:49 --- .obsidian/snippets/matugen.css | 164 ++++++++++++++++----------------- .obsidian/workspace.json | 24 +---- 2 files changed, 86 insertions(+), 102 deletions(-) diff --git a/.obsidian/snippets/matugen.css b/.obsidian/snippets/matugen.css index 3ef43d2..6d689fa 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: 14, 21, 13; - --mat-surface-rgb: 14, 21, 13; - --mat-on-surface-rgb: 221, 229, 215; - --mat-primary-rgb: 88, 225, 104; - --mat-on-primary-rgb: 0, 57, 13; + --mat-bg-rgb: 32, 15, 13; + --mat-surface-rgb: 32, 15, 13; + --mat-on-surface-rgb: 253, 219, 215; + --mat-primary-rgb: 255, 180, 172; + --mat-on-primary-rgb: 105, 0, 7; /* ── Core Backgrounds ──────────────────────────────────── */ - --background-primary: #0e150d; - --background-primary-alt: #0e150d; - --background-secondary: #161d15; - --background-secondary-alt: #1a2219; + --background-primary: #200f0d; + --background-primary-alt: #200f0d; + --background-secondary: #291715; + --background-secondary-alt: #2d1b19; /* ── Titlebar ──────────────────────────────────────────── */ - --titlebar-background: #0e150d; - --titlebar-background-focused: #161d15; - --titlebar-text-color: #dde5d7; + --titlebar-background: #200f0d; + --titlebar-background-focused: #291715; + --titlebar-text-color: #fddbd7; /* ── Borders & Dividers ────────────────────────────────── */ - --background-modifier-border: #3d4a3b; - --background-modifier-border-focus: #879583; - --background-modifier-border-hover: #879583; + --background-modifier-border: #5d3f3c; + --background-modifier-border-focus: #ae8884; + --background-modifier-border-hover: #ae8884; /* ── Text Colors ───────────────────────────────────────── */ - --text-normal: #dde5d7; - --text-muted: #bccbb7; - --text-faint: #879583; - --text-on-accent: #00390d; - --text-selection: rgba(88, 225, 104, 0.25); + --text-normal: #fddbd7; + --text-muted: #e7bdb8; + --text-faint: #ae8884; + --text-on-accent: #690007; + --text-selection: rgba(255, 180, 172, 0.25); /* ── Accent & Interactive ──────────────────────────────── */ - --interactive-accent: #58e168; - --interactive-accent-hover: #16af3e; - --interactive-accent-rgb: 88, 225, 104; - --text-accent: #58e168; - --text-accent-hover: #16af3e; + --interactive-accent: #ffb4ac; + --interactive-accent-hover: #de1521; + --interactive-accent-rgb: 255, 180, 172; + --text-accent: #ffb4ac; + --text-accent-hover: #de1521; /* ── 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: #fe5f8c; + --background-modifier-success: #0075b9; --background-modifier-error: #93000a; --background-modifier-error-hover: #ffb4ab; /* ── Obsidian Color Scale (--color-base-XX) ────────────── */ - --color-base-00: #0e150d; - --color-base-05: #0e150d; - --color-base-10: #091008; - --color-base-20: #161d15; - --color-base-25: #1a2219; - --color-base-30: #242c23; - --color-base-35: #2f372d; - --color-base-40: #3d4a3b; - --color-base-50: #879583; - --color-base-60: #bccbb7; - --color-base-70: #dde5d7; - --color-base-100: #dde5d7; + --color-base-00: #200f0d; + --color-base-05: #200f0d; + --color-base-10: #1a0a08; + --color-base-20: #291715; + --color-base-25: #2d1b19; + --color-base-30: #392523; + --color-base-35: #452f2d; + --color-base-40: #5d3f3c; + --color-base-50: #ae8884; + --color-base-60: #e7bdb8; + --color-base-70: #fddbd7; + --color-base-100: #fddbd7; /* ── Semantic Colors ───────────────────────────────────── */ --color-red: #ffb4ab; - --color-orange: #ffb1c1; - --color-yellow: #98d695; - --color-green: #fe5f8c; - --color-cyan: #1a5422; - --color-blue: #58e168; - --color-purple: #98d695; - --color-pink: #ffb1c1; + --color-orange: #98cbff; + --color-yellow: #ffb4ac; + --color-green: #0075b9; + --color-cyan: #8b1919; + --color-blue: #ffb4ac; + --color-purple: #ffb4ac; + --color-pink: #98cbff; /* ── Headings ──────────────────────────────────────────── */ - --h1-color: #58e168; - --h2-color: #58e168; - --h3-color: #98d695; - --h4-color: #ffb1c1; - --h5-color: #bccbb7; - --h6-color: #879583; + --h1-color: #ffb4ac; + --h2-color: #ffb4ac; + --h3-color: #ffb4ac; + --h4-color: #98cbff; + --h5-color: #e7bdb8; + --h6-color: #ae8884; /* ── Links ─────────────────────────────────────────────── */ - --link-color: #58e168; - --link-color-hover: #000601; - --link-external-color: #ffb1c1; - --link-unresolved-color: #879583; + --link-color: #ffb4ac; + --link-color-hover: #ffffff; + --link-external-color: #98cbff; + --link-unresolved-color: #ae8884; /* ── Tags ──────────────────────────────────────────────── */ - --tag-color: #000601; - --tag-background: #16af3e; - --tag-border-color: #58e168; - --tag-color-hover: #00390d; - --tag-background-hover: #58e168; + --tag-color: #ffffff; + --tag-background: #de1521; + --tag-border-color: #ffb4ac; + --tag-color-hover: #690007; + --tag-background-hover: #ffb4ac; /* ── Checkboxes ────────────────────────────────────────── */ - --checkbox-color: #58e168; - --checkbox-color-hover: #16af3e; - --checkbox-border-color: #879583; - --checkbox-marker-color: #00390d; + --checkbox-color: #ffb4ac; + --checkbox-color-hover: #de1521; + --checkbox-border-color: #ae8884; + --checkbox-marker-color: #690007; /* ── Code Blocks ───────────────────────────────────────── */ - --code-background: #161d15; - --code-normal: #dde5d7; - --code-comment: #879583; - --code-function: #58e168; + --code-background: #291715; + --code-normal: #fddbd7; + --code-comment: #ae8884; + --code-function: #ffb4ac; --code-important: #ffb4ab; - --code-keyword: #98d695; - --code-operator: #ffb1c1; - --code-property: #bccbb7; - --code-punctuation: #3d4a3b; - --code-string: #ffb1c1; + --code-keyword: #ffb4ac; + --code-operator: #98cbff; + --code-property: #e7bdb8; + --code-punctuation: #5d3f3c; + --code-string: #98cbff; --code-tag: #ffb4ab; - --code-value: #98d695; + --code-value: #ffb4ac; /* ── 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 #879583; + --input-shadow-hover: 0 0 0 2px #ae8884; /* ── Graph View ────────────────────────────────────────── */ - --graph-node: #58e168; - --graph-node-unresolved: #879583; - --graph-node-focused: #000601; - --graph-node-tag: #98d695; - --graph-node-attachment: #ffb1c1; - --graph-line: #3d4a3b; - --graph-background: #0e150d; + --graph-node: #ffb4ac; + --graph-node-unresolved: #ae8884; + --graph-node-focused: #ffffff; + --graph-node-tag: #ffb4ac; + --graph-node-attachment: #98cbff; + --graph-line: #5d3f3c; + --graph-background: #200f0d; } diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 63812c1..3ba0039 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -20,23 +20,8 @@ "icon": "lucide-file", "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" @@ -197,12 +182,13 @@ "darlal-switcher-plus:Open Symbols for the active editor": false } }, - "active": "4a709921b51fcf11", + "active": "0e89c1d1d5ec049c", "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/29592755 - Übungsaufgabe 2.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", "10 Courses/02 - SoSe 2026/ET II/29592722 - Zeitabhängige Größen.md", "10 Courses/02 - SoSe 2026/ET II/29592709 - Klausur.md", @@ -229,12 +215,10 @@ "30 Library/wget-log", "10 Courses/01 - WiSe 2025_26/DAS/Formulas.md", "10 Courses/02 - SoSe 2026/Mathe II/Integration.md", - "Test File.md", "99 Templates/New File Template", "99 Templates", "00 Inbox", "90 Archive", - "30 Library", "10 Courses/01 - WiSe 2025_26/ET/images/beispiel_knotenregel.png" ] } \ No newline at end of file