Fix for #29608 'QuickOpen looks misaligned in monokai theme'. (#29860)

This commit is contained in:
Brandon Ruggles 2017-06-29 10:00:14 -04:00 committed by Benjamin Pasero
parent f00d4f73c5
commit 8787538217

View file

@ -28,7 +28,7 @@
"tab.inactiveBackground": "#414339",
"tab.border": "#1e1f1c",
"tab.inactiveForeground": "#ccccc7", // needs to be bright so it's readable when another editor group is focused
"widget.shadow": "#1e1f1c",
"widget.shadow": "#000000",
"progressBar.background": "#75715E",
"badge.background": "#75715E",
"badge.foreground": "#f8f8f2",
@ -391,4 +391,4 @@
}
}
]
}
}