Created
March 26, 2020 15:45
-
-
Save D4koon/77a46af96dfecb968379ec67d1b3cc44 to your computer and use it in GitHub Desktop.
VSCode color configuration for overviewRuler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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