summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/theme/themes/gruvbox.json
blob: c1af64e9131582e56a8751eb0614af2a3d628821 (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
{
  "$schema": "https://opencode.ai/desktop-theme.json",
  "name": "Gruvbox",
  "id": "gruvbox",
  "light": {
    "palette": {
      "neutral": "#fbf1c7",
      "ink": "#3c3836",
      "primary": "#076678",
      "accent": "#9d0006",
      "success": "#79740e",
      "warning": "#b57614",
      "error": "#9d0006",
      "info": "#8f3f71",
      "diffAdd": "#79740e",
      "diffDelete": "#9d0006"
    },
    "overrides": {
      "syntax-comment": "#928374",
      "syntax-keyword": "#9d0006",
      "syntax-primitive": "#076678",
      "syntax-constant": "#8f3f71"
    }
  },
  "dark": {
    "palette": {
      "neutral": "#282828",
      "ink": "#ebdbb2",
      "primary": "#83a598",
      "accent": "#fb4934",
      "success": "#b8bb26",
      "warning": "#fabd2f",
      "error": "#fb4934",
      "info": "#d3869b",
      "diffAdd": "#b8bb26",
      "diffDelete": "#fb4934"
    },
    "overrides": {
      "syntax-comment": "#928374",
      "syntax-keyword": "#fb4934",
      "syntax-primitive": "#83a598",
      "syntax-constant": "#d3869b"
    }
  }
}