Tune secondary button colors (#189989)

This commit is contained in:
David Dossett 2023-08-08 16:19:23 -07:00 committed by GitHub
parent 7aee1d6c68
commit caebd5c3a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -16,9 +16,9 @@
"button.border": "#FFFFFF12",
"button.foreground": "#FFFFFF",
"button.hoverBackground": "#026EC1",
"button.secondaryBackground": "#1F1F1F",
"button.secondaryBackground": "#313131",
"button.secondaryForeground": "#CCCCCC",
"button.secondaryHoverBackground": "#2B2B2B",
"button.secondaryHoverBackground": "#3C3C3C",
"chat.slashCommandBackground": "#3E4C56",
"chat.slashCommandForeground": "#7FC3FF",
"checkbox.background": "#313131",

View file

@ -18,7 +18,7 @@
"button.hoverBackground": "#0258A8",
"button.secondaryBackground": "#E5E5E5",
"button.secondaryForeground": "#3B3B3B",
"button.secondaryHoverBackground": "#CBCBCB",
"button.secondaryHoverBackground": "#CCCCCC",
"chat.slashCommandBackground": "#D2ECFF",
"chat.slashCommandForeground": "#306CA2",
"checkbox.background": "#F8F8F8",