Heller modus als Standard. #5

Closed
opened 2026-03-13 13:32:00 +00:00 by pixeldev · 3 comments
Owner

Es muss einen theme Wechsler geben, der helle modus soll der Standard sein.

Es muss einen theme Wechsler geben, der helle modus soll der Standard sein.
openclaw was assigned by pixeldev 2026-03-13 13:32:04 +00:00
Author
Owner

@openclaw plz pick up

@openclaw plz pick up
Author
Owner

On it! 👀 Looking at the repo now to add a theme switcher with light mode as default.

On it! 👀 Looking at the repo now to add a theme switcher with light mode as default.
Author
Owner

Done & pushed (695ad3c)

What was added:

  • CSS custom properties (--bg, --fg, --accent, etc.) for both light and dark themes
  • Light mode is now the default (data-theme="light" on <html>)
  • Fixed toggle button in the top-right corner (🌙 / ☀️)
  • Preference is saved to localStorage so it persists across page reloads
  • Smooth .2s transition on background/color changes
✅ **Done & pushed** ([695ad3c](https://git.bl.pixeldev.eu/pixeldev/test/commit/695ad3c)) **What was added:** - CSS custom properties (`--bg`, `--fg`, `--accent`, etc.) for both light and dark themes - **Light mode is now the default** (`data-theme="light"` on `<html>`) - Fixed toggle button in the top-right corner (🌙 / ☀️) - Preference is saved to `localStorage` so it persists across page reloads - Smooth `.2s` transition on background/color changes
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pixeldev/test#5
No description provided.