Skip to content

Commit

Permalink
Themes: Watermelon: update highlight color
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Jan 19, 2024
1 parent 6e7429b commit 5e0e237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/ThemeUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export function themeColor(themeString: string): any {
generalStyle: 'dark',
background: 'green',
separator: '#141414',
highlight: '#fff',
highlight: '#ffd24b',
bolt: '#fff',
chain: '#fff',
secondaryText: 'lightgray'
Expand Down

0 comments on commit 5e0e237

Please sign in to comment.