@own
宇天 2020-06-28 11:25:44 +08:00
parent e56f155401
commit a251f52d6f
1 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,6 @@
"type": "light",
"colors": {
"focusBorder": "#ffffff00",
"scrollbar.shadow": "#ffffff00",
"editorLink.activeForeground": "#90a4ae",
"selection.background": "#80CBC440",
"progressBar.background": "#80CBC4",
@ -114,9 +113,10 @@
"terminal.ansiBrightMagenta": "#be7ee7",
"terminal.ansiBrightRed": "#ff4628",
"terminal.ansiBrightYellow": "#ffb62c",
"scrollbarSlider.background": "#90a4ae20",
"scrollbarSlider.hoverBackground": "#90a4ae10",
"scrollbarSlider.activeBackground": "#80CBC4",
"scrollbar.shadow": "#ffffff00",
"scrollbarSlider.background": "#90a4ae30",
"scrollbarSlider.hoverBackground": "#3fc2a750",
"scrollbarSlider.activeBackground": "#3fc2a7",
"widget.shadow": "#00000020",
"panel.border": "#e8e9ed",
"panel.background": "#f8f9fd",
@ -124,6 +124,7 @@
"panelTitle.inactiveForeground": "#90a4ae",
"panelTitle.activeForeground": "#16967a",
"panelTitle.activeBorder": "#3fc2a7",
"panelSectionHeader.background": "#f2f5fc",
"diffEditor.insertedTextBackground": "#91B85915",
"diffEditor.removedTextBackground": "#E5393520",
"notifications.background": "#ffffff",