Skip to content

Commit

Permalink
Themes: Pub revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Apr 22, 2024
1 parent c66dbd9 commit e9bd57d
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions utils/ThemeUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,28 @@ export function themeColor(themeString: string): any {

const Pub: { [key: string]: any } = {
generalStyle: 'dark',
background: '#4C09F4',
secondary: '#141414',
separator: '#141414',
highlight: '#ffd24b',
bolt: '#fff',
chain: '#fff'
background: '#000',
gradientBackground: ['#1E2022', '#000000'],
secondary: '#31363F',
text: 'white',
secondaryText: '#A7A9AC',
highlight: '#dccfff',
error: '#992600',
separator: '#31363F',
outbound: '#4C09F4',
inbound: '#dccfff',
success: '#46BE43',
warning: '#E14C4C',
bitcoin: '#FFB040',
delete: '#992600',
qrFrame: '#FFD93F',
bolt: '#FFF',
chain: '#FFF',
disabled: '#767577',
buttonBackground: '#4C09F4',
buttonText: '#000000',
qr: '#dccfff',
action: '#FFF'
};

const Popsicle: { [key: string]: any } = {
Expand Down

0 comments on commit e9bd57d

Please sign in to comment.