summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/theme/themes/nightowl.json
blob: 863bd5a7604296b167fc1307c3e1c9db45f114ad (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": "Night Owl",
  "id": "nightowl",
  "light": {
    "palette": {
      "neutral": "#f0f0f0",
      "ink": "#403f53",
      "primary": "#4876d6",
      "accent": "#aa0982",
      "success": "#2aa298",
      "warning": "#c96765",
      "error": "#de3d3b",
      "info": "#4876d6",
      "diffAdd": "#2aa298",
      "diffDelete": "#de3d3b"
    },
    "overrides": {
      "syntax-comment": "#7a8181",
      "syntax-keyword": "#994cc3",
      "syntax-primitive": "#4876d6",
      "syntax-constant": "#c96765"
    }
  },
  "dark": {
    "palette": {
      "neutral": "#011627",
      "ink": "#d6deeb",
      "primary": "#82aaff",
      "accent": "#f78c6c",
      "success": "#c5e478",
      "warning": "#ecc48d",
      "error": "#ef5350",
      "info": "#82aaff",
      "diffAdd": "#c5e478",
      "diffDelete": "#ef5350"
    },
    "overrides": {
      "syntax-comment": "#637777",
      "syntax-keyword": "#c792ea",
      "syntax-string": "#ecc48d",
      "syntax-primitive": "#82aaff",
      "syntax-constant": "#f78c6c"
    }
  }
}