Ignore:
Timestamp:
02/13/26 19:32:02 (7 months ago)
Author:
Stefan-Saveski <stefansaveski19@…>
Branches:
master
Children:
d7deae5
Parents:
50f2fb4
Message:

Added dark theme.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/app/globals.css

    r50f2fb4 rba52069  
    8080
    8181.dark {
    82   --background: oklch(0.145 0 0);
    83   --foreground: oklch(0.985 0 0);
    84   --card: oklch(0.205 0 0);
    85   --card-foreground: oklch(0.985 0 0);
    86   --popover: oklch(0.205 0 0);
    87   --popover-foreground: oklch(0.985 0 0);
    88   --primary: oklch(0.922 0 0);
    89   --primary-foreground: oklch(0.205 0 0);
    90   --secondary: oklch(0.269 0 0);
    91   --secondary-foreground: oklch(0.985 0 0);
    92   --muted: oklch(0.269 0 0);
    93   --muted-foreground: oklch(0.708 0 0);
    94   --accent: oklch(0.269 0 0);
    95   --accent-foreground: oklch(0.985 0 0);
    96   --destructive: oklch(0.704 0.191 22.216);
    97   --border: oklch(1 0 0 / 10%);
    98   --input: oklch(1 0 0 / 15%);
    99   --ring: oklch(0.556 0 0);
    100   --chart-1: oklch(0.488 0.243 264.376);
    101   --chart-2: oklch(0.696 0.17 162.48);
    102   --chart-3: oklch(0.769 0.188 70.08);
    103   --chart-4: oklch(0.627 0.265 303.9);
    104   --chart-5: oklch(0.645 0.246 16.439);
    105   --sidebar: oklch(0.205 0 0);
    106   --sidebar-foreground: oklch(0.985 0 0);
    107   --sidebar-primary: oklch(0.488 0.243 264.376);
    108   --sidebar-primary-foreground: oklch(0.985 0 0);
    109   --sidebar-accent: oklch(0.269 0 0);
    110   --sidebar-accent-foreground: oklch(0.985 0 0);
    111   --sidebar-border: oklch(1 0 0 / 10%);
    112   --sidebar-ring: oklch(0.556 0 0);
     82  --background: oklch(0.15 0.01 240);
     83  --foreground: oklch(0.95 0.01 240);
     84  --card: oklch(0.18 0.01 240);
     85  --card-foreground: oklch(0.95 0.01 240);
     86  --popover: oklch(0.18 0.01 240);
     87  --popover-foreground: oklch(0.95 0.01 240);
     88  --primary: #3b82f6;
     89  --primary-foreground: oklch(0.98 0 0);
     90  --secondary: oklch(0.25 0.01 240);
     91  --secondary-foreground: oklch(0.95 0.01 240);
     92  --muted: oklch(0.25 0.01 240);
     93  --muted-foreground: oklch(0.65 0.01 240);
     94  --accent: oklch(0.25 0.01 240);
     95  --accent-foreground: oklch(0.95 0.01 240);
     96  --destructive: oklch(0.6 0.22 25);
     97  --border: oklch(0.3 0.01 240);
     98  --input: oklch(0.25 0.01 240);
     99  --ring: oklch(0.5 0.15 240);
     100  --chart-1: oklch(0.6 0.2 270);
     101  --chart-2: oklch(0.65 0.18 180);
     102  --chart-3: oklch(0.7 0.19 90);
     103  --chart-4: oklch(0.6 0.24 310);
     104  --chart-5: oklch(0.65 0.22 30);
     105  --sidebar: oklch(0.18 0.01 240);
     106  --sidebar-foreground: oklch(0.95 0.01 240);
     107  --sidebar-primary: oklch(0.5 0.2 260);
     108  --sidebar-primary-foreground: oklch(0.98 0 0);
     109  --sidebar-accent: oklch(0.25 0.01 240);
     110  --sidebar-accent-foreground: oklch(0.95 0.01 240);
     111  --sidebar-border: oklch(0.3 0.01 240);
     112  --sidebar-ring: oklch(0.5 0.15 240);
    113113}
    114114
     
    118118  }
    119119  body {
    120     @apply text-foreground;
    121     background-color: #F4FAFF;
     120    @apply text-foreground bg-background;
    122121  }
    123122}
Note: See TracChangeset for help on using the changeset viewer.