summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/theme/themes/vesper.json
blob: 1283b61e503f51b57fa84bfc18ecea9aa1109c1a (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
{
  "$schema": "https://opencode.ai/desktop-theme.json",
  "name": "Vesper",
  "id": "vesper",
  "light": {
    "palette": {
      "neutral": "#F0F0F0",
      "ink": "#101010",
      "primary": "#FFC799",
      "accent": "#B30000",
      "success": "#99FFE4",
      "warning": "#FFC799",
      "error": "#FF8080",
      "info": "#FFC799",
      "diffAdd": "#99FFE4",
      "diffDelete": "#FF8080"
    },
    "overrides": {
      "syntax-comment": "#7a7a7a",
      "syntax-keyword": "#6e6e6e",
      "syntax-string": "#117e69",
      "syntax-primitive": "#8d541c",
      "syntax-property": "#101010",
      "syntax-type": "#8d541c",
      "syntax-constant": "#8d541c"
    }
  },
  "dark": {
    "palette": {
      "neutral": "#101010",
      "ink": "#FFF",
      "primary": "#FFC799",
      "accent": "#FF8080",
      "success": "#99FFE4",
      "warning": "#FFC799",
      "error": "#FF8080",
      "info": "#FFC799",
      "diffAdd": "#99FFE4",
      "diffDelete": "#FF8080"
    },
    "overrides": {
      "syntax-comment": "#8b8b8b",
      "syntax-keyword": "#a0a0a0",
      "syntax-string": "#99ffe4",
      "syntax-primitive": "#ffc799",
      "syntax-property": "#ffffff",
      "syntax-type": "#ffc799",
      "syntax-constant": "#ffc799"
    }
  }
}