summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/theme/themes/ayu.json
blob: eac9e0491fc554d2330cf3a5bc645cb30cc1525d (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
  "$schema": "https://opencode.ai/desktop-theme.json",
  "name": "Ayu",
  "id": "ayu",
  "light": {
    "seeds": {
      "neutral": "#fdfaf4",
      "primary": "#4aa8c8",
      "success": "#5fb978",
      "warning": "#ea9f41",
      "error": "#e6656a",
      "info": "#2f9bce",
      "interactive": "#4aa8c8",
      "diffAdd": "#b1d780",
      "diffDelete": "#e6656a"
    },
    "overrides": {
      "background-base": "#fdfaf4",
      "background-weak": "#fcf9f3",
      "background-strong": "#fbf8f2",
      "background-stronger": "#faf7f1",
      "surface-raised-base-hover": "#f4f0e9",
      "border-weak-base": "#e6ddcf",
      "border-weak-hover": "#dcd3c5",
      "border-weak-active": "#d1c9ba",
      "border-weak-selected": "#c6bfaf",
      "border-weak-disabled": "#f7f0e6",
      "border-weak-focus": "#cbc4b6",
      "border-base": "#bfb3a3",
      "border-hover": "#b4a898",
      "border-active": "#a99e8e",
      "border-selected": "#9e9383",
      "border-disabled": "#efe5d8",
      "border-focus": "#b09f8f",
      "border-strong-base": "#837765",
      "border-strong-hover": "#7a6f5f",
      "border-strong-active": "#716655",
      "border-strong-selected": "#685e4e",
      "border-strong-disabled": "#d8cabc",
      "border-strong-focus": "#766b5c",
      "surface-diff-add-base": "#eef5e4",
      "surface-diff-delete-base": "#fde5e5",
      "surface-diff-hidden-base": "#e3edf3",
      "text-base": "#4f5964",
      "text-weak": "#77818d",
      "text-strong": "#1b232b",
      "syntax-string": "#7fad00",
      "syntax-primitive": "#ef7d71",
      "syntax-property": "#4aa8c8",
      "syntax-type": "#ed982e",
      "syntax-constant": "#2f9bce",
      "syntax-info": "#2f9bce",
      "markdown-heading": "#4aa8c8",
      "markdown-text": "#4f5964",
      "markdown-link": "#4aa8c8",
      "markdown-link-text": "#2f9bce",
      "markdown-code": "#7fad00",
      "markdown-block-quote": "#ed982e",
      "markdown-emph": "#ed982e",
      "markdown-strong": "#f07f72",
      "markdown-horizontal-rule": "#d7cec0",
      "markdown-list-item": "#4aa8c8",
      "markdown-list-enumeration": "#2f9bce",
      "markdown-image": "#4aa8c8",
      "markdown-image-text": "#2f9bce",
      "markdown-code-block": "#4aa8c8"
    }
  },
  "dark": {
    "seeds": {
      "neutral": "#0f1419",
      "primary": "#3fb7e3",
      "success": "#78d05c",
      "warning": "#e4a75c",
      "error": "#f58572",
      "info": "#66c6f1",
      "interactive": "#3fb7e3",
      "diffAdd": "#59c57c",
      "diffDelete": "#f58572"
    },
    "overrides": {
      "background-base": "#0f1419",
      "background-weak": "#18222c",
      "background-strong": "#0b1015",
      "background-stronger": "#080c10",
      "surface-raised-base-hover": "#0f1419",
      "border-weak-base": "#2b3440",
      "border-weak-hover": "#323c49",
      "border-weak-active": "#394454",
      "border-weak-selected": "#415063",
      "border-weak-disabled": "#0a0e12",
      "border-weak-focus": "#374453",
      "border-base": "#475367",
      "border-hover": "#515f75",
      "border-active": "#5d6b83",
      "border-selected": "#687795",
      "border-disabled": "#11161d",
      "border-focus": "#56647c",
      "border-strong-base": "#73819b",
      "border-strong-hover": "#7f8da8",
      "border-strong-active": "#8b99b5",
      "border-strong-selected": "#98a6c3",
      "border-strong-disabled": "#1b222c",
      "border-strong-focus": "#8391ad",
      "surface-diff-add-base": "#132f27",
      "surface-diff-delete-base": "#361d20",
      "surface-diff-hidden-base": "#1b2632",
      "text-base": "#d6dae0",
      "text-weak": "#a3adba",
      "text-strong": "#fbfbfd",
      "syntax-string": "#b1c74a",
      "syntax-primitive": "#f2856f",
      "syntax-property": "#3fb7e3",
      "syntax-type": "#e4a75c",
      "syntax-constant": "#66c6f1",
      "syntax-info": "#66c6f1",
      "markdown-heading": "#3fb7e3",
      "markdown-text": "#d6dae0",
      "markdown-link": "#3fb7e3",
      "markdown-link-text": "#66c6f1",
      "markdown-code": "#b1c74a",
      "markdown-block-quote": "#e4a75c",
      "markdown-emph": "#e4a75c",
      "markdown-strong": "#f2856f",
      "markdown-horizontal-rule": "#2b3542",
      "markdown-list-item": "#3fb7e3",
      "markdown-list-enumeration": "#66c6f1",
      "markdown-image": "#3fb7e3",
      "markdown-image-text": "#66c6f1",
      "markdown-code-block": "#d6dae0"
    }
  }
}