summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/theme/themes/ayu.json
blob: f4594890355abe82ca9c71f5c793b4f9066153e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "$schema": "https://opencode.ai/desktop-theme.json",
  "name": "Ayu",
  "id": "ayu",
  "light": {
    "palette": {
      "neutral": "#fdfaf4",
      "ink": "#4f5964",
      "primary": "#4aa8c8",
      "accent": "#ef7d71",
      "success": "#5fb978",
      "warning": "#ea9f41",
      "error": "#e6656a",
      "info": "#2f9bce",
      "diffAdd": "#b1d780",
      "diffDelete": "#e6656a"
    },
    "overrides": {
      "syntax-keyword": "#ea9f41"
    }
  },
  "dark": {
    "palette": {
      "neutral": "#0f1419",
      "ink": "#d6dae0",
      "primary": "#3fb7e3",
      "accent": "#f2856f",
      "success": "#78d05c",
      "warning": "#e4a75c",
      "error": "#f58572",
      "info": "#66c6f1",
      "diffAdd": "#59c57c",
      "diffDelete": "#f58572"
    },
    "overrides": {
      "syntax-keyword": "#ffad66"
    }
  }
}