6211c87389
* feat: show asset details (627) * feat: show asset details (627) fixed tests * feat: show asset details (627) pr suggestions * feat: show asset details (627) var name convention * feat: show asset details (627) merge confict, keys * feat: show asset details (627) Introduced zustand store for asset details dialog. * feat: show asset details (627) Made it prettier * fix: fixed lint error in accounts-table
17 lines
641 B
JSON
17 lines
641 B
JSON
{
|
|
"cSpell.language": "en-GB",
|
|
"cSpell.words": ["vegaprotocol"],
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.background": "#000000",
|
|
"activityBar.foreground": "#ffffff",
|
|
"activityBar.inactiveForeground": "#474B0A", // vega-yellow-dark
|
|
"activityBar.activeBorder": "#DFFF0B", // vega-yellow
|
|
"titleBar.activeBackground": "#DFFF0B", // vega-yellow
|
|
"titleBar.activeForeground": "#000000",
|
|
"titleBar.inactiveBackground": "#474B0A", // vega-yellow-dark
|
|
"titleBar.inactiveForeground": "#000000",
|
|
"activityBarBadge.background": "#DFFF0B",
|
|
"activityBarBadge.foreground": "#000000" // vega-yellow
|
|
}
|
|
}
|