This commit is contained in:
OOOO 2023-09-11 00:32:43 +00:00
parent cdc7d8b35c
commit 941d10b93a

View File

@ -1866,7 +1866,7 @@
"list.hoverBackground": "#FBFBFB", "list.hoverBackground": "#FBFBFB",
"list.hoverForeground": "#ADADAD", "list.hoverForeground": "#ADADAD",
"list.activeSelectionBackground": "#F6F6F6", "list.activeSelectionBackground": "#F6F6F6",
"list.activeSelectionForeground": "#A3A3A3", "list.activeSelectionForeground": "#A6A6A6",
"tree.indentGuidesStroke": "#CFCFCF", "tree.indentGuidesStroke": "#CFCFCF",
"list.dropBackground": "#FFFFFF", "list.dropBackground": "#FFFFFF",
"list.highlightForeground": "#8A8A8A", "list.highlightForeground": "#8A8A8A",
@ -1875,7 +1875,7 @@
"listFilterWidget.background": "#FFFFFF", "listFilterWidget.background": "#FFFFFF",
"listFilterWidget.outline": "#D9D9D9", "listFilterWidget.outline": "#D9D9D9",
"listFilterWidget.noMatchesOutline": "#E0E0E0", "listFilterWidget.noMatchesOutline": "#E0E0E0",
"statusBar.foreground": "#7D7D7D", "statusBar.foreground": "#A6A6A6",
"statusBarItem.prominentBackground": "#F6F6F6", "statusBarItem.prominentBackground": "#F6F6F6",
"statusBar.background": "#FFFFFF", "statusBar.background": "#FFFFFF",
"statusBarItem.hoverBackground": "#f8f8f8", "statusBarItem.hoverBackground": "#f8f8f8",
@ -1992,7 +1992,7 @@
"terminal.ansiBrightWhite": "#EAEAEA", "terminal.ansiBrightWhite": "#EAEAEA",
"terminal.ansiBrightYellow": "#B5BA00", "terminal.ansiBrightYellow": "#B5BA00",
"terminal.ansiCyan": "#0598BC", "terminal.ansiCyan": "#0598BC",
"terminal.ansiGreen": "#00BC00", "terminal.ansiGreen": "#00BC00FF",
"terminal.ansiMagenta": "#BC05BC", "terminal.ansiMagenta": "#BC05BC",
"terminal.ansiRed": "#CD3131", "terminal.ansiRed": "#CD3131",
"terminal.ansiWhite": "#CDCDCD", "terminal.ansiWhite": "#CDCDCD",
@ -2108,7 +2108,14 @@
"commandCenter.activeBorder": "#E9E9E9", "commandCenter.activeBorder": "#E9E9E9",
"activityBar.activeBorder": "#E9E9E900", "activityBar.activeBorder": "#E9E9E900",
"keybindingLabel.background":"#FFFFFF00", "keybindingLabel.background":"#FFFFFF00",
"keybindingLabel.foreground":"#A6A6A6",
"keybindingLabel.border":"#FFFFFF00", "keybindingLabel.border":"#FFFFFF00",
"keybindingLabel.bottomBorder":"#FFFFFF00", "keybindingLabel.bottomBorder":"#FFFFFF00",
"banner.background":"#FFFFFF",
"banner.iconForeground":"#AAAAAA",
"extensionIcon.starForeground":"#CDCDCD",
"extensionIcon.verifiedForeground":"#E3E3E3",
"descriptionForeground": "#A6A6A6",
"terminal.hoverHighlightBackground": "#FCFCFC00",
} }
} }