summaryrefslogtreecommitdiff
path: root/opencode/.config/opencode/opencode.json
blob: f91e1b649e4d293c807e1c97ebd78994a1433f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"$schema": "https://opencode.ai/config.json",
	"plugin": ["opencode-gemini-auth@latest"],

	"agent": {
		"hack": {
			"color": "#F07178"
		},
		"build": {
			"color": "#FFD500"
		},
		"plan": {
			"color": "#8affff"
		},
		"ask": {
			"color": "#00E6A9"
		},
		"test": {
			"color": "#D38CFF"
		},
	},
}