Skip to content

Instantly share code, notes, and snippets.

@D4koon
Created March 26, 2020 15:45
Show Gist options
  • Select an option

  • Save D4koon/77a46af96dfecb968379ec67d1b3cc44 to your computer and use it in GitHub Desktop.

Select an option

Save D4koon/77a46af96dfecb968379ec67d1b3cc44 to your computer and use it in GitHub Desktop.
VSCode color configuration for overviewRuler
{
"workbench.colorCustomizations": {
//"editor.selectionBackground": "#2789f815",
"editor.selectionHighlightBackground": "#f8ea2757",
// Ka was das ist
//"editorOverviewRuler.bracketMatchForeground": "#27f84ada",
// Strg + f farbe
"editorOverviewRuler.findMatchForeground": "#ff7b00",
// Rahmen um selection
//"editor.selectionHighlightBorder": "#ff0000",
// Farbe auf der seitenleiste links wenn ein wort markiert wird
"editorOverviewRuler.selectionHighlightForeground": "#eeff00a8",
// Farbe for selected "symbol". For examble if the cursro is on a variable alle occurences will be that color on the "OverviewRuler"
"breadcrumb.activeSelectionForeground": "#f5f827"
},
"editor.minimap.maxColumn": 50,
"editor.minimap.showSlider": "always",
"editor.minimap.size": "fill",
"cmake.configureOnOpen": true,
"cmake.mingwSearchDirs": [],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment