Light+ V2: Fix text block quote background (#168915)

This commit is contained in:
David Dossett
2022-12-12 14:24:48 -08:00
committed by GitHub
parent 33fee50fc5
commit 6f1bf7825b

View File

@@ -137,7 +137,7 @@
"tab.unfocusedHoverBackground": "#6e76811a",
"terminal.foreground": "#ffffffc5",
"terminal.inactiveSelectionBackground": "#E5EBF1",
"textBlockQuote.background": "#010409",
"textBlockQuote.background": "#f8f8f8",
"textBlockQuote.border": "#0000001a",
"textCodeBlock.background": "#6e768166",
"textLink.activeForeground": "#005FB8",