feat: Update location pointer colors to use theme color for better consistency

This commit is contained in:
Janez T
2025-10-28 21:21:03 +01:00
parent 002b5f4da0
commit b899c792a6
2 changed files with 25 additions and 5 deletions

10
lib/screens/mcp.json Normal file
View File

@@ -0,0 +1,10 @@
{
"mcpServers": {
"dart": {
"command": "dart",
"args": [
"mcp-server"
]
}
}
}