Skip to content

Commit

Permalink
📦 NEW: Secondary Button colors (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais authored Oct 21, 2022
1 parent 7f034de commit d8713e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 7 additions & 2 deletions themes/shades-of-purple-color-theme-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,14 @@

// Button.
// https: //code.visualstudio.com/docs/getstarted/theme-color-reference#_button-control
"button.background": "#FAD000",
"button.background": "#FAD000dd",
"button.foreground": "#131327",
"button.hoverBackground": "#5706a2",
"button.hoverBackground": "#FAD000",
"button.secondaryBackground": "#A599E9cc",
"button.secondaryForeground": "#131327",
"button.secondaryHoverBackground": "#A599E9",
"checkbox.background": "#131327",
"checkbox.foreground": "#FAD000",

// Contrast.
// https://code.visualstudio.com/docs/getstarted/theme-color-reference#_contrast-colors
Expand Down
9 changes: 7 additions & 2 deletions themes/shades-of-purple-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,14 @@

// Button.
// https: //code.visualstudio.com/docs/getstarted/theme-color-reference#_button-control
"button.background": "#FAD000",
"button.background": "#FAD000dd",
"button.foreground": "#222244",
"button.hoverBackground": "#B362FF",
"button.hoverBackground": "#FAD000",
"button.secondaryBackground": "#A599E9cc",
"button.secondaryForeground": "#222244",
"button.secondaryHoverBackground": "#A599E9",
"checkbox.background": "#222244",
"checkbox.foreground": "#FAD000",

// Contrast.
// https://code.visualstudio.com/docs/getstarted/theme-color-reference#_contrast-colors
Expand Down

0 comments on commit d8713e8

Please sign in to comment.