summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/theme/themes/vesper.json
blob: 8cc658232f89872928b0c7db1c6033438c7e4c5a (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
{
  "$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-keyword": "#b30000"
    }
  },
  "dark": {
    "palette": {
      "neutral": "#101010",
      "ink": "#FFF",
      "primary": "#FFC799",
      "accent": "#FF8080",
      "success": "#99FFE4",
      "warning": "#FFC799",
      "error": "#FF8080",
      "info": "#FFC799",
      "diffAdd": "#99FFE4",
      "diffDelete": "#FF8080"
    },
    "overrides": {
      "syntax-keyword": "#ff8080",
      "syntax-primitive": "#ffc799"
    }
  }
}