diff --git a/package.json b/package.json index 6e1e963..4734754 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "magnotia", + "name": "lumotia", "version": "0.1.0", - "description": "Magnotia — Think out loud", + "description": "Lumotia — Think out loud", "type": "module", "scripts": { "dev": "npm run dev:frontend", diff --git a/src-tauri/tauri.linux.conf.json b/src-tauri/tauri.linux.conf.json index 68b544c..6b91ab9 100644 --- a/src-tauri/tauri.linux.conf.json +++ b/src-tauri/tauri.linux.conf.json @@ -3,7 +3,7 @@ "app": { "windows": [ { - "title": "Magnotia", + "title": "Lumotia", "width": 1020, "height": 720, "minWidth": 960, diff --git a/src/app.css b/src/app.css index 455a0cd..80c2e4d 100644 --- a/src/app.css +++ b/src/app.css @@ -48,7 +48,7 @@ @import "tailwindcss"; -/* === Magnotia Design Tokens === */ +/* === Lumotia Design Tokens === */ @theme { /* Surfaces — warm layered depth */ --color-bg: #0f0e0c; @@ -131,9 +131,9 @@ --duration-decorative: 300ms; /* Window resize hit zones — consumed by ResizeHandles.svelte. One source - of truth so every Magnotia window feels identical. */ - --magnotia-resize-edge: 12px; - --magnotia-resize-corner: 20px; + of truth so every Lumotia window feels identical. */ + --lumotia-resize-edge: 12px; + --lumotia-resize-corner: 20px; } /* === Button Component Classes === */ @@ -507,7 +507,7 @@ textarea, input, [data-no-transition] { parse it as a per-component virtual CSS module, which triggers an "Invalid declaration" error on plain CSS inputs in some Tailwind v4 + Svelte 5 combinations. */ -.magnotia-rh { +.lumotia-rh { position: fixed; z-index: 2147483646; background: transparent; @@ -517,67 +517,67 @@ textarea, input, [data-no-transition] { -webkit-user-select: none; } -.magnotia-rh-nw, -.magnotia-rh-ne, -.magnotia-rh-sw, -.magnotia-rh-se { +.lumotia-rh-nw, +.lumotia-rh-ne, +.lumotia-rh-sw, +.lumotia-rh-se { z-index: 2147483647; } -.magnotia-rh-n { +.lumotia-rh-n { top: 0; - left: var(--magnotia-resize-corner); - right: var(--magnotia-resize-corner); - height: var(--magnotia-resize-edge); + left: var(--lumotia-resize-corner); + right: var(--lumotia-resize-corner); + height: var(--lumotia-resize-edge); cursor: n-resize; } -.magnotia-rh-s { +.lumotia-rh-s { bottom: 0; - left: var(--magnotia-resize-corner); - right: var(--magnotia-resize-corner); - height: var(--magnotia-resize-edge); + left: var(--lumotia-resize-corner); + right: var(--lumotia-resize-corner); + height: var(--lumotia-resize-edge); cursor: s-resize; } -.magnotia-rh-w { - top: var(--magnotia-resize-corner); - bottom: var(--magnotia-resize-corner); +.lumotia-rh-w { + top: var(--lumotia-resize-corner); + bottom: var(--lumotia-resize-corner); left: 0; - width: var(--magnotia-resize-edge); + width: var(--lumotia-resize-edge); cursor: w-resize; } -.magnotia-rh-e { - top: var(--magnotia-resize-corner); - bottom: var(--magnotia-resize-corner); +.lumotia-rh-e { + top: var(--lumotia-resize-corner); + bottom: var(--lumotia-resize-corner); right: 0; - width: var(--magnotia-resize-edge); + width: var(--lumotia-resize-edge); cursor: e-resize; } -.magnotia-rh-nw { +.lumotia-rh-nw { top: 0; left: 0; - width: var(--magnotia-resize-corner); - height: var(--magnotia-resize-corner); + width: var(--lumotia-resize-corner); + height: var(--lumotia-resize-corner); cursor: nw-resize; } -.magnotia-rh-ne { +.lumotia-rh-ne { top: 0; right: 0; - width: var(--magnotia-resize-corner); - height: var(--magnotia-resize-corner); + width: var(--lumotia-resize-corner); + height: var(--lumotia-resize-corner); cursor: ne-resize; } -.magnotia-rh-sw { +.lumotia-rh-sw { bottom: 0; left: 0; - width: var(--magnotia-resize-corner); - height: var(--magnotia-resize-corner); + width: var(--lumotia-resize-corner); + height: var(--lumotia-resize-corner); cursor: sw-resize; } -.magnotia-rh-se { +.lumotia-rh-se { bottom: 0; right: 0; - width: var(--magnotia-resize-corner); - height: var(--magnotia-resize-corner); + width: var(--lumotia-resize-corner); + height: var(--lumotia-resize-corner); cursor: se-resize; } diff --git a/src/app.html b/src/app.html index 322eb0d..828f39c 100644 --- a/src/app.html +++ b/src/app.html @@ -4,7 +4,7 @@ -