mirror of
https://github.com/dergigi/boris.git
synced 2026-02-15 03:54:43 +01:00
fix: update color palette to include default friends/nostrverse colors
This commit is contained in:
@@ -8,9 +8,9 @@ export function hexToRgb(hex: string): string {
|
||||
|
||||
export const HIGHLIGHT_COLORS = [
|
||||
{ name: 'Yellow', value: '#ffff00' },
|
||||
{ name: 'Orange', value: '#ff9500' },
|
||||
{ name: 'Orange', value: '#f97316' },
|
||||
{ name: 'Pink', value: '#ff69b4' },
|
||||
{ name: 'Green', value: '#00ff7f' },
|
||||
{ name: 'Blue', value: '#4da6ff' },
|
||||
{ name: 'Purple', value: '#b19cd9' }
|
||||
{ name: 'Purple', value: '#9333ea' }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user