vault backup: 2026-04-07 13:43:07

This commit is contained in:
Jan Meyer
2026-04-07 13:43:08 +02:00
parent bf5b4a795d
commit ef3dc84368
16 changed files with 28207 additions and 98 deletions

View File

@@ -6,113 +6,113 @@
.theme-dark, .theme-light {
/* ── Material You RGB helpers ──────────────────────────── */
--mat-bg-rgb: 19, 19, 20;
--mat-surface-rgb: 19, 19, 20;
--mat-on-surface-rgb: 229, 226, 227;
--mat-primary-rgb: 196, 197, 216;
--mat-on-primary-rgb: 45, 48, 62;
--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;
/* ── Core Backgrounds ──────────────────────────────────── */
--background-primary: #131314;
--background-primary-alt: #131314;
--background-secondary: #1c1b1c;
--background-secondary-alt: #201f20;
--background-primary: #1f0f0d;
--background-primary-alt: #1f0f0d;
--background-secondary: #281715;
--background-secondary-alt: #2c1b19;
/* ── Titlebar ──────────────────────────────────────────── */
--titlebar-background: #131314;
--titlebar-background-focused: #1c1b1c;
--titlebar-text-color: #e5e2e3;
--titlebar-background: #1f0f0d;
--titlebar-background-focused: #281715;
--titlebar-text-color: #fbdbd7;
/* ── Borders & Dividers ────────────────────────────────── */
--background-modifier-border: #46464c;
--background-modifier-border-focus: #919096;
--background-modifier-border-hover: #919096;
--background-modifier-border: #5c403c;
--background-modifier-border-focus: #ac8883;
--background-modifier-border-hover: #ac8883;
/* ── Text Colors ───────────────────────────────────────── */
--text-normal: #e5e2e3;
--text-muted: #c7c6cc;
--text-faint: #919096;
--text-on-accent: #2d303e;
--text-selection: rgba(196, 197, 216, 0.25);
--text-normal: #fbdbd7;
--text-muted: #e5bdb8;
--text-faint: #ac8883;
--text-on-accent: #690002;
--text-selection: rgba(255, 180, 169, 0.25);
/* ── Accent & Interactive ──────────────────────────────── */
--interactive-accent: #c4c5d8;
--interactive-accent-hover: #2a2d3b;
--interactive-accent-rgb: 196, 197, 216;
--text-accent: #c4c5d8;
--text-accent-hover: #2a2d3b;
--interactive-accent: #ffb4a9;
--interactive-accent-hover: #bc120f;
--interactive-accent-rgb: 255, 180, 169;
--text-accent: #ffb4a9;
--text-accent-hover: #bc120f;
/* ── 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: #362d18;
--background-modifier-success: #0058c8;
--background-modifier-error: #93000a;
--background-modifier-error-hover: #ffb4ab;
/* ── Obsidian Color Scale (--color-base-XX) ────────────── */
--color-base-00: #131314;
--color-base-05: #131314;
--color-base-10: #0e0e0f;
--color-base-20: #1c1b1c;
--color-base-25: #201f20;
--color-base-30: #2a2a2b;
--color-base-35: #353436;
--color-base-40: #46464c;
--color-base-50: #919096;
--color-base-60: #c7c6cc;
--color-base-70: #e5e2e3;
--color-base-100: #e5e2e3;
--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;
/* ── Semantic Colors ───────────────────────────────────── */
--color-red: #ffb4ab;
--color-orange: #d4c5a7;
--color-yellow: #c7c6ce;
--color-green: #362d18;
--color-cyan: #46464d;
--color-blue: #c4c5d8;
--color-purple: #c7c6ce;
--color-pink: #d4c5a7;
--color-orange: #afc6ff;
--color-yellow: #ffb4a9;
--color-green: #0058c8;
--color-cyan: #87261d;
--color-blue: #ffb4a9;
--color-purple: #ffb4a9;
--color-pink: #afc6ff;
/* ── Headings ──────────────────────────────────────────── */
--h1-color: #c4c5d8;
--h2-color: #c4c5d8;
--h3-color: #c7c6ce;
--h4-color: #d4c5a7;
--h5-color: #c7c6cc;
--h6-color: #919096;
--h1-color: #ffb4a9;
--h2-color: #ffb4a9;
--h3-color: #ffb4a9;
--h4-color: #afc6ff;
--h5-color: #e5bdb8;
--h6-color: #ac8883;
/* ── Links ─────────────────────────────────────────────── */
--link-color: #c4c5d8;
--link-color-hover: #b8bacc;
--link-external-color: #d4c5a7;
--link-unresolved-color: #919096;
--link-color: #ffb4a9;
--link-color-hover: #ffffff;
--link-external-color: #afc6ff;
--link-unresolved-color: #ac8883;
/* ── Tags ──────────────────────────────────────────────── */
--tag-color: #b8bacc;
--tag-background: #2a2d3b;
--tag-border-color: #c4c5d8;
--tag-color-hover: #2d303e;
--tag-background-hover: #c4c5d8;
--tag-color: #ffffff;
--tag-background: #bc120f;
--tag-border-color: #ffb4a9;
--tag-color-hover: #690002;
--tag-background-hover: #ffb4a9;
/* ── Checkboxes ────────────────────────────────────────── */
--checkbox-color: #c4c5d8;
--checkbox-color-hover: #2a2d3b;
--checkbox-border-color: #919096;
--checkbox-marker-color: #2d303e;
--checkbox-color: #ffb4a9;
--checkbox-color-hover: #bc120f;
--checkbox-border-color: #ac8883;
--checkbox-marker-color: #690002;
/* ── Code Blocks ───────────────────────────────────────── */
--code-background: #1c1b1c;
--code-normal: #e5e2e3;
--code-comment: #919096;
--code-function: #c4c5d8;
--code-background: #281715;
--code-normal: #fbdbd7;
--code-comment: #ac8883;
--code-function: #ffb4a9;
--code-important: #ffb4ab;
--code-keyword: #c7c6ce;
--code-operator: #d4c5a7;
--code-property: #c7c6cc;
--code-punctuation: #46464c;
--code-string: #d4c5a7;
--code-keyword: #ffb4a9;
--code-operator: #afc6ff;
--code-property: #e5bdb8;
--code-punctuation: #5c403c;
--code-string: #afc6ff;
--code-tag: #ffb4ab;
--code-value: #c7c6ce;
--code-value: #ffb4a9;
/* ── 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 #919096;
--input-shadow-hover: 0 0 0 2px #ac8883;
/* ── Graph View ────────────────────────────────────────── */
--graph-node: #c4c5d8;
--graph-node-unresolved: #919096;
--graph-node-focused: #b8bacc;
--graph-node-tag: #c7c6ce;
--graph-node-attachment: #d4c5a7;
--graph-line: #46464c;
--graph-background: #131314;
--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;
}