#254·tweakcn

Bug: DarkMatter Theme has wrong Danger Color for Dark Mode.

Author: pantharshit007Created Jan 24, 2026Updated Feb 2, 2026

Describe the bug DarkMatter Theme has wrong Danger Color for Dark Mode, needs to update the destructive color for dark.

Ignore If this is intended

To Reproduce

  • go to the dashboard
  • select DarkMatter theme
  • open menu to delete any table row in dark mode

Expected behavior It should show red shade in dark mode

Screenshots Light: Image

Dark: Image

Additional context update to this

diff
.dark {
-    --destructive: oklch(0.5940 0.0443 196.0233);
+    --destructive: oklch(0.6368 0.2078 25.3313);
}