···3333export const SOURCE_LINK = 'https://github.com/flo-bit/blog-template';
34343535// will be used to set the base color of the blog
3636-export const BASE_COLOR: BaseColor = "stone";
3636+export const BASE_COLOR: BaseColor = "neutral";
37373838// will be used to set the accent color of the blog
3939-export const ACCENT_COLOR: AccentColor = "pink";
3939+export const ACCENT_COLOR: AccentColor = "cyan";
40404141// will show all icons that are not empty in the footer as links
4242export const SOCIAL_LINKS: {