Skip to content

Commit 8b97106

Browse files
committed
Add dark theme logo
1 parent d2929cc commit 8b97106

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README-zh.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
<div align="center">
2-
<img src="docs/_static/snake-chdb-white.png" height="100">
3-
</div>
1+
<picture>
2+
<source media="(prefers-color-scheme: dark)" srcset="docs/_static/snake-chdb-dark.png" height="130">
3+
<source media="(prefers-color-scheme: light)" srcset="docs/_static/snake-chdb.png" height="130">
4+
</picture>
45

56
[![构建状态](https://github.com/auxten/chdb/actions/workflows/build_wheels.yml/badge.svg?branch=main)](https://github.com/auxten/chdb/actions/workflows/build_wheels.yml)
67
[![PyPI](https://img.shields.io/pypi/v/chdb.svg)](https://pypi.org/project/chdb/)

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
<div align="left">
2-
<img src="docs/_static/snake-chdb-white.png" height="100">
3-
</div>
1+
<picture>
2+
<source media="(prefers-color-scheme: dark)" srcset="docs/_static/snake-chdb-dark.png" height="130">
3+
<source media="(prefers-color-scheme: light)" srcset="docs/_static/snake-chdb.png" height="130">
4+
</picture>
45

56
[![Build](https://github.com/auxten/chdb/actions/workflows/build_wheels.yml/badge.svg?branch=main)](https://github.com/auxten/chdb/actions/workflows/build_wheels.yml)
67
[![PyPI](https://img.shields.io/pypi/v/chdb.svg)](https://pypi.org/project/chdb/)

docs/_static/snake-chdb-dark.png

11.2 KB
Loading

0 commit comments

Comments
 (0)