chore: Add extensions prominent button color
This commit is contained in:
parent
49c1f0c78b
commit
4a06a4fd4a
5 changed files with 15 additions and 5 deletions
|
@ -768,6 +768,8 @@
|
|||
"notification.foreground": "{{variant.scheme.foreground}}",
|
||||
"badge.background": "{{variant.scheme.lineHighlight}}30",
|
||||
"badge.foreground": "{{variant.scheme.comments}}",
|
||||
"button.background": "{{variant.scheme.selection}}"
|
||||
"button.background": "{{variant.scheme.selection}}",
|
||||
"extensionButton.prominentBackground": "{{variant.scheme.base.green}}90",
|
||||
"extensionButton.prominentHoverBackground": "{{variant.scheme.base.green}}"
|
||||
}
|
||||
}
|
|
@ -768,6 +768,8 @@
|
|||
"notification.foreground": "#EEFFFF",
|
||||
"badge.background": "#00000030",
|
||||
"badge.foreground": "#4A4A4A",
|
||||
"button.background": "#61616150"
|
||||
"button.background": "#61616150",
|
||||
"extensionButton.prominentBackground": "#C3E88D90",
|
||||
"extensionButton.prominentHoverBackground": "#C3E88D"
|
||||
}
|
||||
}
|
|
@ -768,6 +768,8 @@
|
|||
"notification.foreground": "#EEFFFF",
|
||||
"badge.background": "#00000030",
|
||||
"badge.foreground": "#546E7A",
|
||||
"button.background": "#80CBC420"
|
||||
"button.background": "#80CBC420",
|
||||
"extensionButton.prominentBackground": "#C3E88D90",
|
||||
"extensionButton.prominentHoverBackground": "#C3E88D"
|
||||
}
|
||||
}
|
|
@ -768,6 +768,8 @@
|
|||
"notification.foreground": "#90A4AE",
|
||||
"badge.background": "#CCD7DA30",
|
||||
"badge.foreground": "#90A4AE90",
|
||||
"button.background": "#80CBC440"
|
||||
"button.background": "#80CBC440",
|
||||
"extensionButton.prominentBackground": "#91B85990",
|
||||
"extensionButton.prominentHoverBackground": "#91B859"
|
||||
}
|
||||
}
|
|
@ -768,6 +768,8 @@
|
|||
"notification.foreground": "#A6ACCD",
|
||||
"badge.background": "#00000030",
|
||||
"badge.foreground": "#676E95",
|
||||
"button.background": "#717CB450"
|
||||
"button.background": "#717CB450",
|
||||
"extensionButton.prominentBackground": "#C3E88D90",
|
||||
"extensionButton.prominentHoverBackground": "#C3E88D"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue