chore: update workbench theme
This commit is contained in:
parent
8aa69aa3e6
commit
afb36a5e43
5 changed files with 7 additions and 12 deletions
|
@ -490,6 +490,9 @@ colors:
|
|||
activityBarBadge.background: '{{variant.scheme.accents.teal}}'
|
||||
activityBarBadge.foreground: '{{variant.scheme.base.black}}'
|
||||
|
||||
# Panels
|
||||
panel.border: '{{variant.scheme.background}}'
|
||||
|
||||
# Buttons
|
||||
#button.background: '{{variant.scheme.accents.teal}}'
|
||||
#button.foreground: '{{variant.scheme.base.black}}'
|
||||
|
|
|
@ -717,8 +717,6 @@
|
|||
"editorSuggestWidget.border": "#FFFFFF10",
|
||||
"activityBarBadge.background": "#80CBC4",
|
||||
"activityBarBadge.foreground": "#000000",
|
||||
"button.background": "#80CBC4",
|
||||
"button.foreground": "#000000",
|
||||
"button.hoverBackground": "#80CBC4"
|
||||
"panel.border": "#212121"
|
||||
}
|
||||
}
|
|
@ -717,8 +717,6 @@
|
|||
"editorSuggestWidget.border": "#FFFFFF10",
|
||||
"activityBarBadge.background": "#80CBC4",
|
||||
"activityBarBadge.foreground": "#000000",
|
||||
"button.background": "#80CBC4",
|
||||
"button.foreground": "#000000",
|
||||
"button.hoverBackground": "#80CBC4"
|
||||
"panel.border": "#263238"
|
||||
}
|
||||
}
|
|
@ -717,8 +717,6 @@
|
|||
"editorSuggestWidget.border": "#00000010",
|
||||
"activityBarBadge.background": "#80CBC4",
|
||||
"activityBarBadge.foreground": "#000000",
|
||||
"button.background": "#80CBC4",
|
||||
"button.foreground": "#000000",
|
||||
"button.hoverBackground": "#80CBC4"
|
||||
"panel.border": "#FAFAFA"
|
||||
}
|
||||
}
|
|
@ -717,8 +717,6 @@
|
|||
"editorSuggestWidget.border": "#FFFFFF10",
|
||||
"activityBarBadge.background": "#80CBC4",
|
||||
"activityBarBadge.foreground": "#000000",
|
||||
"button.background": "#80CBC4",
|
||||
"button.foreground": "#000000",
|
||||
"button.hoverBackground": "#80CBC4"
|
||||
"panel.border": "#292D3E"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue