Skip to content

Add dark theme script for oz.warp.dev#4

Open
zachlloyd wants to merge 1 commit intomainfrom
oz/dark-theme-oz-warp-dev
Open

Add dark theme script for oz.warp.dev#4
zachlloyd wants to merge 1 commit intomainfrom
oz/dark-theme-oz-warp-dev

Conversation

@zachlloyd
Copy link
Contributor

Adds a dark theme customization script for oz.warp.dev.

What this does

Injects a <style> element that overrides the default light-mode colors on the Oz dashboard with a dark color scheme. The script is:

  • Site-scoped – matches only https://oz.warp.dev/*
  • Idempotent – guards against duplicate injection via a stable element ID
  • Non-destructive – only appends a stylesheet; does not modify existing DOM nodes

Files

  • scripts/oz-warp-dev-dark-theme/script.user.js – the dark theme user script
  • scripts/oz-warp-dev-dark-theme/manifest.json – script manifest for extension import

This PR was generated with Oz.

Co-Authored-By: Oz <oz-agent@warp.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant