summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/theme/themes/osaka-jade.json
blob: 2a0689c286180d17a545826bf804b5fe9ff7bde6 (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
{
  "$schema": "https://opencode.ai/desktop-theme.json",
  "name": "Osaka Jade",
  "id": "osaka-jade",
  "light": {
    "palette": {
      "neutral": "#F6F5DD",
      "ink": "#111c18",
      "primary": "#1faa90",
      "accent": "#3d7a52",
      "success": "#3d7a52",
      "warning": "#b5a020",
      "error": "#c7392d",
      "info": "#1faa90"
    },
    "overrides": {
      "text-weak": "#53685B",
      "syntax-comment": "#53685B",
      "syntax-keyword": "#1faa90",
      "syntax-string": "#3d7a52",
      "syntax-primitive": "#3d7560",
      "syntax-variable": "#111c18",
      "syntax-property": "#3d7a52",
      "syntax-type": "#3d7a52",
      "syntax-constant": "#a8527a",
      "syntax-operator": "#b5a020",
      "syntax-punctuation": "#111c18",
      "syntax-object": "#111c18",
      "markdown-heading": "#1faa90",
      "markdown-text": "#111c18",
      "markdown-link": "#1faa90",
      "markdown-link-text": "#3d7a52",
      "markdown-code": "#3d7a52",
      "markdown-block-quote": "#53685B",
      "markdown-emph": "#a8527a",
      "markdown-strong": "#111c18",
      "markdown-horizontal-rule": "#53685B",
      "markdown-list-item": "#1faa90",
      "markdown-list-enumeration": "#1faa90",
      "markdown-image": "#1faa90",
      "markdown-image-text": "#3d7a52",
      "markdown-code-block": "#111c18"
    }
  },
  "dark": {
    "palette": {
      "neutral": "#111c18",
      "ink": "#C1C497",
      "primary": "#2DD5B7",
      "accent": "#549e6a",
      "success": "#549e6a",
      "warning": "#E5C736",
      "error": "#FF5345",
      "info": "#2DD5B7",
      "interactive": "#8CD3CB",
      "diffAdd": "#63b07a",
      "diffDelete": "#db9f9c"
    },
    "overrides": {
      "text-weak": "#53685B",
      "syntax-comment": "#53685B",
      "syntax-keyword": "#2DD5B7",
      "syntax-string": "#63b07a",
      "syntax-primitive": "#509475",
      "syntax-variable": "#C1C497",
      "syntax-property": "#549e6a",
      "syntax-type": "#549e6a",
      "syntax-constant": "#D2689C",
      "syntax-operator": "#459451",
      "syntax-punctuation": "#C1C497",
      "syntax-object": "#C1C497",
      "markdown-heading": "#2DD5B7",
      "markdown-text": "#C1C497",
      "markdown-link": "#8CD3CB",
      "markdown-link-text": "#549e6a",
      "markdown-code": "#63b07a",
      "markdown-block-quote": "#53685B",
      "markdown-emph": "#D2689C",
      "markdown-strong": "#C1C497",
      "markdown-horizontal-rule": "#53685B",
      "markdown-list-item": "#2DD5B7",
      "markdown-list-enumeration": "#8CD3CB",
      "markdown-image": "#8CD3CB",
      "markdown-image-text": "#549e6a",
      "markdown-code-block": "#C1C497"
    }
  }
}