mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Fix markdown pre and quote styling (#189586)
This commit is contained in:
@@ -114,9 +114,9 @@
|
||||
"tab.unfocusedHoverBackground": "#6e76811a",
|
||||
"terminal.foreground": "#cccccc",
|
||||
"terminal.tab.activeBorder": "#0078d4",
|
||||
"textBlockQuote.background": "#010409",
|
||||
"textBlockQuote.border": "#ffffff14",
|
||||
"textCodeBlock.background": "#6e768166",
|
||||
"textBlockQuote.background": "#2B2B2B",
|
||||
"textBlockQuote.border": "#616161",
|
||||
"textCodeBlock.background": "#2B2B2B",
|
||||
"textLink.activeForeground": "#40A6FF",
|
||||
"textLink.foreground": "#40A6FF",
|
||||
"textSeparator.foreground": "#21262d",
|
||||
|
||||
@@ -127,9 +127,9 @@
|
||||
"terminal.foreground": "#3b3b3b",
|
||||
"terminal.inactiveSelectionBackground": "#E5EBF1",
|
||||
"terminal.tab.activeBorder": "#005fb8",
|
||||
"textBlockQuote.background": "#f8f8f8",
|
||||
"textBlockQuote.background": "#F8F8F8",
|
||||
"textBlockQuote.border": "#0000001a",
|
||||
"textCodeBlock.background": "#f2f2f2",
|
||||
"textCodeBlock.background": "#F8F8F8",
|
||||
"textLink.activeForeground": "#005FB8",
|
||||
"textLink.foreground": "#005FB8",
|
||||
"textSeparator.foreground": "#21262d",
|
||||
|
||||
Reference in New Issue
Block a user