Skip to content

Instantly share code, notes, and snippets.

@toxdes
Created May 3, 2026 09:11
Show Gist options
  • Select an option

  • Save toxdes/2e1d85bd746d5f7706c64a9c9a213b36 to your computer and use it in GitHub Desktop.

Select an option

Save toxdes/2e1d85bd746d5f7706c64a9c9a213b36 to your computer and use it in GitHub Desktop.
{
"version": 2,
"font": {
"family": "Funnel Sans",
"weights": [400, 500, 600],
"source": "google",
"url": null
},
"border_radius": "2px",
"base_font_size": "16px",
"layout": {
"header": ["logo", "source_link", "dark_mode_toggle"],
"sidebar": ["quick_nav", "calendar"],
"content": ["description"]
},
"widgets": {
"logo": { "text": "ChronoBsky", "url": "#" },
"source_link": { "text": "GitHub", "url": "https://github.com/toxdes/chronobsky" },
"dark_mode_toggle": {},
"calendar": {},
"quick_nav":{},
"description": { "text": "{count} posts from <a href=\"https://bsky.app/profile/{handle}\" target=\"_blank\" rel=\"noreferrer,noopener\">@{handle}</a> on bsky.social" }
},
"theme": {
"light": {
"bg": "#fafafa",
"text": "#0a4067",
"border": "#e2e8f0",
"accent": "#ae2448",
"muted": "#7a8a96",
"reply_bg": "#f0f2f4",
"header_bg": "rgba(250, 250, 250, 0.85)",
"link_icon": "#a7b4bd"
},
"dark": {
"bg": "#0e1124",
"text": "#cfd1fc",
"border": "#1e293b",
"accent": "#f13c66",
"muted": "#b7c4cf",
"reply_bg": "#1a1d32",
"header_bg": "rgba(14, 17, 36, 0.85)",
"link_icon": "#4a5661"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment