Skip to content

Commit

Permalink
feat: new bitcasino colours
Browse files Browse the repository at this point in the history
  • Loading branch information
SNSemenova committed Apr 5, 2024
1 parent a7b5360 commit 95118af
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
22 changes: 11 additions & 11 deletions packages/themes/src/bitcasinoDark/bitcasinoDark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,40 @@ const boxShadow =
const color = {
hit: {
120: '#572385',
100: '#642e94',
100: '#1B49ED',
80: '#7139a2',
},
goku: {
100: '#24033f',
100: '#1F2328',
80: '#320854',
40: '#4c1a75',
10: '#65348d',
},
gohan: {
100: '#3e0d68',
100: '#272B30',
80: '#4b1679',
40: '#642e94',
10: '#7e48ad',
},
beerus: {
100: '#521b81',
100: '#3A3D42',
},
bulma: {
100: '#ffffff',
},
trunks: {
100: '#a18eb4',
100: '#7E7572',
},
};

const colorNew = {
piccolo: '#ff4f0f',
hit: '#642e94',
beerus: '#521b81',
goku: '#24033f',
gohan: '#3e0d68',
piccolo: '#F2590D',
hit: '#1B49ED',
beerus: '#3A3D42',
goku: '#1F2328',
gohan: '#272B30',
bulma: '#ffffff',
trunks: '#a18eb4',
trunks: '#7E7572',
goten: '#ffffff',
popo: '#000000',
};
Expand Down
26 changes: 13 additions & 13 deletions packages/themes/src/bitcasinoLight/bitcasinoLight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,40 @@ import supportiveColors from '../v2/colors/supportiveColors';
const color = {
hit: {
120: '#d9e3e8',
100: '#e3eaed',
100: '#1B49ED',
80: '#edf1f3',
},
goku: {
100: '#f3f5f6',
100: '#FFFFFF',
80: '#eaeef0',
40: '#d8e0e3',
10: '#c5d2d8',
},
gohan: {
100: '#ffffff',
100: '#F9F7F6',
80: '#f7f7f7',
40: '#e8e8e8',
10: '#d9d9d9',
},
beerus: {
100: '#eaeef0',
100: '#E0E0E0',
},
bulma: {
100: '#0f161f',
100: '#000000',
},
trunks: {
100: '#8697a2',
100: '#7E7572',
},
};

const colorNew = {
piccolo: '#ff4f0f',
hit: '#e3eaed',
beerus: '#eaeef0',
goku: '#f3f5f6',
gohan: '#ffffff',
bulma: '#0f161f',
trunks: '#8697a2',
piccolo: '#F2590D',
hit: '#1B49ED',
beerus: '#E0E0E0',
goku: '#FFFFFF',
gohan: '#F9F7F6',
bulma: '#000000',
trunks: '#7E7572',
goten: '#ffffff',
popo: '#000000',
};
Expand Down

0 comments on commit 95118af

Please sign in to comment.