style: military green theme for Jupiter Terminal widget
This commit is contained in:
parent
568da0dc15
commit
7bdec77f5e
1 changed files with 19 additions and 0 deletions
|
|
@ -137,6 +137,25 @@
|
||||||
formProps: {
|
formProps: {
|
||||||
fixedOutputMint: false,
|
fixedOutputMint: false,
|
||||||
},
|
},
|
||||||
|
strictTokenList: false,
|
||||||
|
containerStyles: {
|
||||||
|
maxHeight: '90vh',
|
||||||
|
},
|
||||||
|
containerClassName: 'jup-military',
|
||||||
|
theme: 'dark',
|
||||||
|
palette: {
|
||||||
|
background: '#0a0a0a',
|
||||||
|
inputBackground: '#111111',
|
||||||
|
cardBackground: '#0d0d0d',
|
||||||
|
accent: '#00cc33',
|
||||||
|
text: '#d0d0d0',
|
||||||
|
textSecondary: '#6a6a6a',
|
||||||
|
primary: '#00cc33',
|
||||||
|
warning: '#c9a227',
|
||||||
|
error: '#ff2d2d',
|
||||||
|
success: '#00cc33',
|
||||||
|
swapButton: '#00cc33',
|
||||||
|
},
|
||||||
enableWalletPassthrough: true,
|
enableWalletPassthrough: true,
|
||||||
passthroughWalletContextState: walletProvider ? {
|
passthroughWalletContextState: walletProvider ? {
|
||||||
wallet: {
|
wallet: {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue