This is an automated email from the ASF dual-hosted git repository.

wwbmmm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new e7d75c60 Update logo in readme (#2402)
e7d75c60 is described below

commit e7d75c60d640c39851547de05956b867ef2c8736
Author: Sean <[email protected]>
AuthorDate: Wed Oct 25 14:29:53 2023 +0800

    Update logo in readme (#2402)
---
 README.md                  |   3 ++-
 README_cn.md               |   3 ++-
 docs/images/logo-white.png | Bin 0 -> 9721 bytes
 docs/images/logo.png       | Bin 34847 -> 10115 bytes
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0cc51a5c..32824794 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,8 @@
 [![Linux Build 
Status](https://github.com/apache/brpc/actions/workflows/ci-linux.yml/badge.svg)](https://github.com/apache/brpc/actions/workflows/ci-linux.yml)
 [![MacOs Build 
Status](https://github.com/apache/brpc/actions/workflows/ci-macos.yml/badge.svg)](https://github.com/apache/brpc/actions/workflows/ci-macos.yml)
 
-# ![brpc](docs/images/logo.png)
+![brpc logo (light)](docs/images/logo.png#gh-light-mode-only)
+![brpc logo (dark)](docs/images/logo-white.png#gh-dark-mode-only)
 
 [brpc](https://brpc.apache.org/) is an Industrial-grade RPC framework using 
C++ Language, which is often used in  high performance system such as Search, 
Storage, Machine learning, Advertisement, Recommendation etc.
 
diff --git a/README_cn.md b/README_cn.md
index 794e6458..33570e03 100644
--- a/README_cn.md
+++ b/README_cn.md
@@ -2,7 +2,8 @@
 
 [![Build 
Status](https://api.travis-ci.com/apache/brpc.svg?branch=master)](https://travis-ci.com/github/apache/brpc)
 
-# ![brpc](docs/images/logo.png)
+![brpc logo (light)](docs/images/logo.png#gh-light-mode-only)
+![brpc logo (dark)](docs/images/logo-white.png#gh-dark-mode-only)
 
 brpc是用c++语言编写的工业级RPC框架,常用于搜索、存储、机器学习、广告、推荐等高性能系统。
 
diff --git a/docs/images/logo-white.png b/docs/images/logo-white.png
new file mode 100644
index 00000000..149c9e5e
Binary files /dev/null and b/docs/images/logo-white.png differ
diff --git a/docs/images/logo.png b/docs/images/logo.png
index 51e2fbdb..c28dfa3f 100644
Binary files a/docs/images/logo.png and b/docs/images/logo.png differ


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to