Select the types of activity you want to include in your feed.
Added new icons for highlight and highlight color settings, made a baindaid for issue where highlight 1 in theme settings will show as white if you hanve't manually set a color
···2222 "theme/primary": "#272727",
2323 "theme/accent-background": "#0000FF",
2424 "theme/accent-text": "#FFFFFF",
2525- // this is affecting the default set in the Highlight settings. It needs to refelct the caluclated value
2626- // seems like a pain in the butt tho.
2727- "theme/highlight-1": "#0000FF",
2525+ "theme/highlight-1": "#FFFFFF",
2826 "theme/highlight-2": "#EDD280",
2927 "theme/highlight-3": "#9FC4C2",
3028};