diff --git a/settings.json b/settings.json index 9af86d2..3a66531 100644 --- a/settings.json +++ b/settings.json @@ -5,16 +5,16 @@ ], "workbench.startupEditor": "newUntitledFile", "workbench.colorCustomizations": { - "editor.foldBackground": "#f4efef00", + "editor.foldBackground": "#f4efef", "editor.selectionBackground": "#fd9090", - "editor.selectionHighlightBackground": "#fdbed800", - "editorOverviewRuler.findMatchForeground": "#0000ff00", - "editorOverviewRuler.selectionHighlightForeground": "#ff000000", + "editor.selectionHighlightBackground": "#fdbed8", + "editorOverviewRuler.findMatchForeground": "#6f75eb", + "editorOverviewRuler.selectionHighlightForeground": "#ff0000", "editorCursor.foreground": "#007523", "editorBracketMatch.border": "#97d3aa", "editorBracketMatch.background": "#97d3aa", "editor.lineHighlightBackground": "#f0f0f0", - "editor.findMatchHighlightBackground": "#e8ec6900", + "editor.findMatchHighlightBackground": "#e8ec69", "editor.findMatchBackground": "#e5e7a3", "terminal.background": "#f8f8f8", "sideBar.foreground": "#000000", @@ -170,4 +170,5 @@ "--line-length=120", ], "workbench.statusBar.visible": false, + "workbench.activityBar.location": "hidden", } \ No newline at end of file