summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/theme/themes/nord.json
blob: 136011ae5d0f167e4525b28711f8d66dc0141bc2 (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
{
  "$schema": "https://opencode.ai/desktop-theme.json",
  "name": "Nord",
  "id": "nord",
  "light": {
    "palette": {
      "neutral": "#eceff4",
      "ink": "#2e3440",
      "primary": "#5e81ac",
      "accent": "#bf616a",
      "success": "#8fbcbb",
      "warning": "#d08770",
      "error": "#bf616a",
      "info": "#81a1c1",
      "diffAdd": "#a3be8c",
      "diffDelete": "#bf616a"
    },
    "overrides": {
      "syntax-comment": "#6b7282",
      "syntax-keyword": "#5e81ac",
      "syntax-string": "#6f8758",
      "syntax-primitive": "#5e81ac",
      "syntax-constant": "#8d6886"
    }
  },
  "dark": {
    "palette": {
      "neutral": "#2e3440",
      "ink": "#e5e9f0",
      "primary": "#88c0d0",
      "accent": "#d57780",
      "success": "#a3be8c",
      "warning": "#d08770",
      "error": "#bf616a",
      "info": "#81a1c1",
      "diffAdd": "#81a1c1",
      "diffDelete": "#bf616a"
    },
    "overrides": {
      "syntax-comment": "#616e88",
      "syntax-keyword": "#81a1c1",
      "syntax-primitive": "#88c0d0",
      "syntax-constant": "#b48ead"
    }
  }
}