| |
|
|
| .ember { |
| |
| --background: oklch(0.2 0.02 100); |
| --background-50: oklch(0.2 0.02 100 / 0.5); |
| --background-80: oklch(0.2 0.02 100 / 0.8); |
|
|
| |
| --foreground: oklch(0.97 0.01 100); |
| --foreground-secondary: oklch(0.65 0.02 100); |
| --foreground-muted: oklch(0.6 0.02 100); |
|
|
| |
| --card: oklch(0.28 0.02 100); |
| --card-foreground: oklch(0.97 0.01 100); |
| --popover: oklch(0.24 0.02 100); |
| --popover-foreground: oklch(0.97 0.01 100); |
|
|
| |
| --primary: oklch(0.75 0.18 60); |
| --primary-foreground: oklch(0.18 0.02 100); |
|
|
| --brand-400: oklch(0.8 0.16 60); |
| --brand-500: oklch(0.75 0.18 60); |
| --brand-600: oklch(0.68 0.2 55); |
|
|
| |
| --secondary: oklch(0.28 0.02 100); |
| --secondary-foreground: oklch(0.97 0.01 100); |
|
|
| |
| --muted: oklch(0.28 0.02 100); |
| --muted-foreground: oklch(0.6 0.02 100); |
|
|
| |
| --accent: oklch(0.32 0.04 80); |
| --accent-foreground: oklch(0.97 0.01 100); |
|
|
| |
| --destructive: oklch(0.6 0.28 350); |
|
|
| |
| --border: oklch(0.35 0.03 90); |
| --border-glass: oklch(0.75 0.18 60 / 0.3); |
|
|
| --input: oklch(0.24 0.02 100); |
| --ring: oklch(0.75 0.18 60); |
|
|
| |
| --chart-1: oklch(0.75 0.18 60); |
| --chart-2: oklch(0.75 0.22 130); |
| --chart-3: oklch(0.85 0.15 95); |
| --chart-4: oklch(0.6 0.28 350); |
| --chart-5: oklch(0.7 0.2 200); |
|
|
| |
| --sidebar: oklch(0.16 0.02 100); |
| --sidebar-foreground: oklch(0.97 0.01 100); |
| --sidebar-primary: oklch(0.75 0.18 60); |
| --sidebar-primary-foreground: oklch(0.18 0.02 100); |
| --sidebar-accent: oklch(0.28 0.02 100); |
| --sidebar-accent-foreground: oklch(0.97 0.01 100); |
| --sidebar-border: oklch(0.35 0.03 90); |
| --sidebar-ring: oklch(0.75 0.18 60); |
|
|
| |
| --action-view: oklch(0.75 0.18 60); |
| --action-view-hover: oklch(0.7 0.2 55); |
| --action-followup: oklch(0.7 0.2 200); |
| --action-followup-hover: oklch(0.65 0.22 200); |
| --action-commit: oklch(0.75 0.22 130); |
| --action-commit-hover: oklch(0.7 0.24 130); |
| --action-verify: oklch(0.75 0.22 130); |
| --action-verify-hover: oklch(0.7 0.24 130); |
|
|
| |
| --running-indicator: oklch(0.75 0.18 60); |
| --running-indicator-text: oklch(0.8 0.16 60); |
| } |
|
|
| |
|
|
| .ember .animated-outline-gradient { |
| background: conic-gradient(from 90deg at 50% 50%, #fd971f 0%, #f92672 50%, #fd971f 100%); |
| } |
|
|
| .ember .animated-outline-inner { |
| background: oklch(0.2 0.02 100) !important; |
| color: #fd971f !important; |
| } |
|
|
| .ember [data-slot='button'][class*='animated-outline']:hover .animated-outline-inner { |
| background: oklch(0.28 0.02 100) !important; |
| color: #fdbf6f !important; |
| } |
|
|
| .ember .slider-track { |
| background: oklch(0.28 0.02 100); |
| } |
|
|
| .ember .slider-range { |
| background: linear-gradient(to right, #fd971f, #fdbf6f); |
| } |
|
|
| .ember .slider-thumb { |
| background: oklch(0.2 0.02 100); |
| border-color: #fd971f; |
| } |
|
|
| |
| .ember .xml-highlight { |
| color: oklch(0.97 0.01 100); |
| } |
|
|
| .ember .xml-tag-bracket { |
| color: oklch(0.6 0.28 350); |
| } |
|
|
| .ember .xml-tag-name { |
| color: oklch(0.6 0.28 350); |
| } |
|
|
| .ember .xml-attribute-name { |
| color: oklch(0.75 0.22 130); |
| } |
|
|
| .ember .xml-attribute-equals { |
| color: oklch(0.97 0.01 100); |
| } |
|
|
| .ember .xml-attribute-value { |
| color: oklch(0.85 0.15 95); |
| } |
|
|
| .ember .xml-comment { |
| color: oklch(0.6 0.02 100); |
| font-style: italic; |
| } |
|
|
| .ember .xml-cdata { |
| color: oklch(0.7 0.2 200); |
| } |
|
|
| .ember .xml-doctype { |
| color: oklch(0.75 0.18 60); |
| } |
|
|
| .ember .xml-text { |
| color: oklch(0.97 0.01 100); |
| } |
|
|