veyrix

Veyrix IDE is a lightweight, p...
Log | Files | Refs | README | LICENSE

input.css (523B)


      1 @import "tailwindcss";
      2 
      3 /* Forces Tailwind to use your <html class="dark"> for dark mode */
      4 @custom-variant dark (&:is(.dark *));
      5 
      6 @theme {
      7   /* Your custom Veyrix colors */
      8   --color-veyrix-bg: #0a0f1a;
      9   --color-veyrix-surface: #121b2a;
     10   --color-veyrix-border: #1e293b;
     11   --color-veyrix-accent: #3b82f6;
     12   --color-veyrix-accentHover: #2563eb;
     13   --color-veyrix-text: #e2e8f0;
     14   --color-veyrix-muted: #94a3b8;
     15   
     16   /* Your custom material transition */
     17   --ease-material: cubic-bezier(0.2, 0.0, 0, 1.0);
     18 }
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror