monodark monolight

This commit is contained in:
mannders00
2026-07-14 09:33:13 -05:00
parent 62108214cc
commit a67a930dca
5 changed files with 72 additions and 3 deletions

View File

@@ -1,4 +1,11 @@
{
"$schema": "https://opencode.ai/config.json",
"theme": "base16-default"
"theme": "base16-default",
"mcp": {
"playwright": {
"type": "local",
"command": ["npx", "@playwright/mcp@latest"],
"enabled": true
}
}
}