diff --git a/settings.json b/settings.json index c4a3785..b160c73 100644 --- a/settings.json +++ b/settings.json @@ -19,21 +19,23 @@ "editorBracketMatch.border": "#97d3aa", "editorBracketMatch.background": "#97d3aa", "editor.lineHighlightBackground": "#f0f0f0", - "editor.findMatchHighlightBackground": "#aeda00", + "editor.findMatchHighlightBackground": "#7a9958", "terminal.background" : "#f8f8f8", "sideBar.foreground" : "#000000", "tab.activeForeground": "#000000", - "tab.inactiveForeground": "#000000" + "tab.inactiveForeground": "#000000", + "quickInput.foreground": "#000000", }, "C_Cpp.updateChannel": "Insiders", - "editor.fontSize": 14, + "editor.fontSize": 13, "editor.tokenColorCustomizations": { "comments":"#7c7c7c", - "keywords": "#919100", + "keywords": "#808000", "variables": "#000000", - "strings": "#009191", - "functions": "#910000", - "numbers": "#009100", + "strings": "#008080", + "functions": "#800000", + "numbers": "#008000", + "types": "#400080", }, "terminal.integrated.scrollback": 10000, "explorer.autoReveal": false,