From 8cc2aa5e6a9f2a908a19f7c00d5b275eb81eec62 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 18:59:15 +0000 Subject: [PATCH 1/3] Initial plan From 0d980bb09e45ae88feab185e8bec50fe0df3df29 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 19:08:37 +0000 Subject: [PATCH 2/3] Add brand assets and update README with light/dark logo switcher Co-authored-by: tschaefer <708717+tschaefer@users.noreply.github.com> --- README.md | 7 ++++- brand/README.md | 38 ++++++++++++++++++++++++++++ brand/finch-icon-circle-dark.svg | 12 +++++++++ brand/finch-icon-circle.svg | 12 +++++++++ brand/finch-logo-horizontal-dark.svg | 16 ++++++++++++ brand/finch-logo-horizontal.svg | 16 ++++++++++++ 6 files changed, 100 insertions(+), 1 deletion(-) create mode 100644 brand/README.md create mode 100644 brand/finch-icon-circle-dark.svg create mode 100644 brand/finch-icon-circle.svg create mode 100644 brand/finch-logo-horizontal-dark.svg create mode 100644 brand/finch-logo-horizontal.svg diff --git a/README.md b/README.md index c158ce3..80724b6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -# The Minimal Observability Infrastructure + + + Finch - The Minimal Observability Infrastructure + + +# The Minimal Observability Infrastructure [![Tag](https://img.shields.io/github/tag/tschaefer/finch.svg)](https://github.com/tschaefer/finch/releases) [![Go Report Card](https://goreportcard.com/badge/github.com/tschaefer/finch)](https://goreportcard.com/report/github.com/tschaefer/finch) diff --git a/brand/README.md b/brand/README.md new file mode 100644 index 0000000..f707c3a --- /dev/null +++ b/brand/README.md @@ -0,0 +1,38 @@ +# Finch Brand Assets + +This directory contains official branding assets for Finch. + +## Files + +| File | Description | +|------|-------------| +| `finch-logo-horizontal.svg` | Full horizontal logo — bird mark + wordmark, light mode | +| `finch-logo-horizontal-dark.svg` | Full horizontal logo — bird mark + wordmark, dark mode | +| `finch-icon-circle.svg` | Bird mark inside a circle, light mode | +| `finch-icon-circle-dark.svg` | Bird mark inside a circle, dark mode | + +## Colours + +| Role | Hex | +|------|-----| +| Brand navy | `#20415a` | +| White | `#ffffff` | + +## Usage + +- Use the **light** variants on white or light-coloured backgrounds. +- Use the **dark** variants on dark backgrounds (e.g. GitHub dark theme). +- For GitHub `README.md` use a `` element to switch automatically: + +```html + + + Finch - The Minimal Observability Infrastructure + +``` + +## Notes + +- All assets have a transparent background unless otherwise noted + (`finch-icon-circle.svg` has a white fill inside the circle stroke). +- Do not alter the wordmark paths or the proportions of the bird mark. diff --git a/brand/finch-icon-circle-dark.svg b/brand/finch-icon-circle-dark.svg new file mode 100644 index 0000000..7878277 --- /dev/null +++ b/brand/finch-icon-circle-dark.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/brand/finch-icon-circle.svg b/brand/finch-icon-circle.svg new file mode 100644 index 0000000..94f1744 --- /dev/null +++ b/brand/finch-icon-circle.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/brand/finch-logo-horizontal-dark.svg b/brand/finch-logo-horizontal-dark.svg new file mode 100644 index 0000000..22965e7 --- /dev/null +++ b/brand/finch-logo-horizontal-dark.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/brand/finch-logo-horizontal.svg b/brand/finch-logo-horizontal.svg new file mode 100644 index 0000000..099d0c3 --- /dev/null +++ b/brand/finch-logo-horizontal.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + From fba25914aa6256309c089da3643a11f360ab9181 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 19:17:46 +0000 Subject: [PATCH 3/3] Rename brand/ to .brand/ and update all references Co-authored-by: tschaefer <708717+tschaefer@users.noreply.github.com> --- {brand => .brand}/README.md | 4 ++-- {brand => .brand}/finch-icon-circle-dark.svg | 0 {brand => .brand}/finch-icon-circle.svg | 0 {brand => .brand}/finch-logo-horizontal-dark.svg | 0 {brand => .brand}/finch-logo-horizontal.svg | 0 README.md | 4 ++-- 6 files changed, 4 insertions(+), 4 deletions(-) rename {brand => .brand}/README.md (83%) rename {brand => .brand}/finch-icon-circle-dark.svg (100%) rename {brand => .brand}/finch-icon-circle.svg (100%) rename {brand => .brand}/finch-logo-horizontal-dark.svg (100%) rename {brand => .brand}/finch-logo-horizontal.svg (100%) diff --git a/brand/README.md b/.brand/README.md similarity index 83% rename from brand/README.md rename to .brand/README.md index f707c3a..fa515a6 100644 --- a/brand/README.md +++ b/.brand/README.md @@ -26,8 +26,8 @@ This directory contains official branding assets for Finch. ```html - - Finch - The Minimal Observability Infrastructure + + Finch - The Minimal Observability Infrastructure ``` diff --git a/brand/finch-icon-circle-dark.svg b/.brand/finch-icon-circle-dark.svg similarity index 100% rename from brand/finch-icon-circle-dark.svg rename to .brand/finch-icon-circle-dark.svg diff --git a/brand/finch-icon-circle.svg b/.brand/finch-icon-circle.svg similarity index 100% rename from brand/finch-icon-circle.svg rename to .brand/finch-icon-circle.svg diff --git a/brand/finch-logo-horizontal-dark.svg b/.brand/finch-logo-horizontal-dark.svg similarity index 100% rename from brand/finch-logo-horizontal-dark.svg rename to .brand/finch-logo-horizontal-dark.svg diff --git a/brand/finch-logo-horizontal.svg b/.brand/finch-logo-horizontal.svg similarity index 100% rename from brand/finch-logo-horizontal.svg rename to .brand/finch-logo-horizontal.svg diff --git a/README.md b/README.md index 80724b6..ac2d77b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ - - Finch - The Minimal Observability Infrastructure + + Finch - The Minimal Observability Infrastructure # The Minimal Observability Infrastructure