this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ’„ Default to white instead of red for --tertiary

cuz footer is ugly af otherwise

+1 -1
+1 -1
src/colors.ts
··· 24 24 colors = { 25 25 primary: colors?.primary || "#000000", 26 26 secondary: colors?.secondary || "#ffffff", 27 - tertiary: colors?.tertiary || "#f00", 27 + tertiary: colors?.tertiary || "#ffffff", 28 28 }; 29 29 30 30 return colors