diff --git a/README.md b/README.md index 44b1b09..99f9f82 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,13 @@ Then reload Pi: ## Notes The extension uses Vosk streaming partial/final results and updates the editor progressively. +## Logo Variants + +### Smooth / vector-like + +![Smooth logo](./assets/variants/logo_smooth.png) + +### Terminal / hacker style + +![Hacker logo](./assets/variants/logo_hacker.png) + diff --git a/assets/variants/logo_hacker.png b/assets/variants/logo_hacker.png new file mode 100644 index 0000000..25ed78b Binary files /dev/null and b/assets/variants/logo_hacker.png differ diff --git a/assets/variants/logo_smooth.png b/assets/variants/logo_smooth.png new file mode 100644 index 0000000..b9801e5 Binary files /dev/null and b/assets/variants/logo_smooth.png differ