Skip to content

Commit 75ec46a

Browse files
committed
Update gruvbox.json
1 parent 54303fb commit 75ec46a

1 file changed

Lines changed: 32 additions & 34 deletions

File tree

themes/gruvbox.json

Lines changed: 32 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,36 @@
11
{
22
"theme": "Gruvbox",
33
"author": "Yağız (saveside)",
4-
"colors": {
5-
"light": {
6-
"background": "#fbf1c7",
7-
"foreground": "#ebdbb2",
8-
"active": "#458588",
9-
"inactive": "#928374",
10-
"selection": "#458588",
11-
"comment": "#076678",
12-
"cyan": "#689d6a",
13-
"green": "#98971a",
14-
"orange": "#d65d0e",
15-
"pink": "#b16286",
16-
"purple": "#8f3f71",
17-
"red": "#cc241d",
18-
"yellow": "#d79921"
19-
20-
21-
},
22-
"dark": {
23-
"background": "#282828",
24-
"foreground": "#ebdbb2",
25-
"active": "#458588",
26-
"inactive": "#928374",
27-
"selection": "#458588",
28-
"comment": "#83a598",
29-
"cyan": "#8ec07c",
30-
"green": "#b8bb26",
31-
"orange": "#fe8019",
32-
"pink": "#d3869b",
33-
"purple": "#b16286",
34-
"red": "#fb4934",
35-
"yellow": "#fabd2f"
36-
}
37-
}
4+
"colors": {
5+
"light": {
6+
"background": "#fbf1c7",
7+
"foreground": "#3c3836",
8+
"active": "#458588",
9+
"inactive": "#928374",
10+
"selection": "#458588",
11+
"comment": "#076678",
12+
"cyan": "#689d6a",
13+
"green": "#98971a",
14+
"orange": "#d65d0e",
15+
"pink": "#b16286",
16+
"purple": "#8f3f71",
17+
"red": "#cc241d",
18+
"yellow": "#d79921"
19+
},
20+
"dark": {
21+
"background": "#282828",
22+
"foreground": "#ebdbb2",
23+
"active": "#458588",
24+
"inactive": "#928374",
25+
"selection": "#458588",
26+
"comment": "#83a598",
27+
"cyan": "#8ec07c",
28+
"green": "#b8bb26",
29+
"orange": "#fe8019",
30+
"pink": "#d3869b",
31+
"purple": "#b16286",
32+
"red": "#fb4934",
33+
"yellow": "#fabd2f"
34+
}
35+
}
3836
}

0 commit comments

Comments
 (0)