Replace more colors

This commit is contained in:
simurai 2021-08-31 17:46:01 +09:00
parent 4cbedb8e92
commit 3cf1c443ba

View file

@ -103,17 +103,17 @@ function getTheme({ theme, name }) {
"notificationsWarningIcon.foreground": color.attention.fg,
"notificationsInfoIcon.foreground" : color.accent.fg,
"pickerGroup.border" : themes({ light: scale.gray[2], dark: scale.gray[7], dimmed: scale.gray[7] }),
"pickerGroup.border" : color.border.default,
"pickerGroup.foreground": color.fg.muted,
"quickInput.background" : themes({ light: scale.gray[0], dark: scale.gray[9], dimmed: scale.gray[9] }),
"quickInput.background" : color.canvas.overlay,
"quickInput.foreground" : color.fg.default,
"statusBar.foreground" : color.fg.muted,
"statusBar.background" : color.canvas.default,
"statusBar.border" : color.border.default,
"statusBar.noFolderBackground" : color.canvas.default,
"statusBar.debuggingBackground" : color.bg.dangerInverse,
"statusBar.debuggingForeground" : scale.white,
"statusBar.debuggingBackground" : color.danger.emphasis,
"statusBar.debuggingForeground" : color.fg.onEmphasis,
"statusBarItem.prominentBackground": color.canvas.subtle,
"editorGroupHeader.tabsBackground": color.canvas.inset,
@ -125,12 +125,12 @@ function getTheme({ theme, name }) {
"tab.inactiveBackground" : color.canvas.inset,
"tab.activeBackground" : color.canvas.default,
"tab.hoverBackground" : color.canvas.default,
"tab.unfocusedHoverBackground": color.state.hover.secondaryBg,
"tab.unfocusedHoverBackground": color.neutral.subtle,
"tab.border" : color.border.default,
"tab.unfocusedActiveBorderTop": color.border.default,
"tab.activeBorder" : color.canvas.default,
"tab.unfocusedActiveBorder" : color.canvas.default,
"tab.activeBorderTop" : color.underlinenav.borderActive,
"tab.activeBorderTop" : color.primer.border.active,
"breadcrumb.foreground" : color.fg.muted,
"breadcrumb.focusForeground" : color.fg.default,