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