Skip to content

Instantly share code, notes, and snippets.

View renatomc's full-sized avatar

Renato Martinez Costa renatomc

  • SOVIC Consultoria em Tecnologia e Sistemas LTDA
  • São Paulo - SP - Brasil
View GitHub Profile
@renatomc
renatomc / settings.json
Created December 3, 2023 19:28
Configuração VSCode
{
"workbench.colorTheme": "Omni",
"workbench.colorCustomizations": {
"activityBar.activeBorder": "#7159c1",
"activityBar.activeBackground": "#7159c159",
"bookmarks.overviewRuler": "#157EFB88",
"bookmarks.lineBackground": "#7159c159",
"bookmarks.lineBorder": "#7159c1",
},
"debug.showBreakpointsInOverviewRuler": true,