Fix monokai tab border color

Part of #25742
This commit is contained in:
Daniel Imms 2017-05-01 16:02:58 -07:00
parent de55855f3b
commit 479eb68a13

View file

@ -19,7 +19,7 @@
"editorGroupHeader.tabsBackground": "#1e1f1c",
"editorGroup.dropBackground": "#41433980",
"tab.inactiveBackground": "#414339",
"tab.border": "#000030",
"tab.border": "#1e1f1c",
"tab.inactiveForeground": "#ccccc7", // needs to be bright so it's readable when another editor group is focused
"widget.shadow": "#1e1f1c",
"editorLineNumber.foreground": "#90908a",