From f5032dfb87c97be6eca523f15a17202df81d37f8 Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Fri, 29 May 2026 00:08:48 +0900 Subject: [PATCH 1/2] feat(layer): add 'd' shortcut to toggle color mode Press 'd' to toggle between light and dark color modes. The shortcut is configurable via app.config.ts (docs.shortcuts.toggleColorMode) and can be disabled by setting it to an empty string. The handler bails out when: - the color mode is forced (colorMode.forced === true) - the keystroke originated from an editable element (,