Skip to content

Commit f884d53

Browse files
sunnamed434claude
andcommitted
brand: refresh logo kit, README header, and docs logo/favicon
Add the full brand kit under resources/brand/, regenerate the CLI app icon (multi-size .ico), swap the README header for the new banner, and wire the new logo + favicon into the Sphinx docs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 9814573 commit f884d53

28 files changed

Lines changed: 86 additions & 2 deletions

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/sunnamed434/BitMono/main/resources/logo/BitMonoLogo.png" alt="BitMono logo" width="180" /><br>
3-
Free open-source obfuscator that targeting Mono and whole .NET<br>
2+
<img src="https://raw.githubusercontent.com/sunnamed434/BitMono/main/resources/brand/readme-header-1280.png" alt="BitMono — free & open-source obfuscator for .NET and Mono" width="100%" />
43
</p>
54

65
## BitMono

docs/source/_static/favicon.ico

12.8 KB
Binary file not shown.

docs/source/_static/logo.png

21.7 KB
Loading

docs/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
# -- Options for HTML output
3030

3131
html_theme = 'sphinx_rtd_theme'
32+
html_static_path = ['_static']
33+
html_logo = '_static/logo.png'
34+
html_favicon = '_static/favicon.ico'
3235

3336
# -- Options for EPUB output
3437
epub_show_urls = 'footnote'

resources/brand/app-icon-512.png

20.4 KB
Loading
3.97 KB
Loading
505 Bytes
Loading
6.95 KB
Loading
8.84 KB
Loading
959 Bytes
Loading

0 commit comments

Comments
 (0)