mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 12:56:08 -05:00
themes: Fall back to Light/Dark+ themes for diff colors
This commit is contained in:
@@ -23,10 +23,6 @@
|
||||
"checkbox.border": "#ffffff1f",
|
||||
"debugToolBar.background": "#181818",
|
||||
"descriptionForeground": "#8b949e",
|
||||
"diffEditor.insertedLineBackground": "#23863633",
|
||||
"diffEditor.insertedTextBackground": "#2386364d",
|
||||
"diffEditor.removedLineBackground": "#da363333",
|
||||
"diffEditor.removedTextBackground": "#da36334d",
|
||||
"dropdown.background": "#313131",
|
||||
"dropdown.border": "#ffffff1f",
|
||||
"dropdown.foreground": "#cccccc",
|
||||
|
||||
@@ -22,10 +22,6 @@
|
||||
"checkbox.background": "#f8f8f8",
|
||||
"checkbox.border": "#CECECE",
|
||||
"descriptionForeground": "#3b3b3b",
|
||||
"diffEditor.insertedLineBackground": "#23863633",
|
||||
"diffEditor.insertedTextBackground": "#2386364d",
|
||||
"diffEditor.removedLineBackground": "#da363333",
|
||||
"diffEditor.removedTextBackground": "#da36334d",
|
||||
"dropdown.background": "#ffffff",
|
||||
"dropdown.border": "#CECECE",
|
||||
"dropdown.foreground": "#3b3b3b",
|
||||
|
||||
Reference in New Issue
Block a user