summaryrefslogtreecommitdiff
path: root/opencode/.config/opencode/opencode.json
blob: 5f260c6638b4060b0c7dc5dcce09f38daf3e3374 (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
{
	"$schema": "https://opencode.ai/config.json",
	"plugin": [
		"opencode-claude-auth@latest",
		"opencode-gemini-auth@latest"
	],

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