.profile/.vscode/settings.json

9 lines
279 B
JSON
Raw Normal View History

2025-04-14 19:05:18 -04:00
{
"workbench.colorCustomizations": {
"editorCursor.foreground": "#ef857d",
"activityBarBadge.background": "#e9dbb7",
"activityBarBadge.foreground": "#262626",
"statusBar.background": "#9f5a51",
"statusBar.foreground": "#e9dbb7"
}
}