Skip to content

Commit

Permalink
Update logo dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpro authored and udi-speedb committed Dec 3, 2023
1 parent 6e8c536 commit 386b682
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
File renamed without changes
Binary file added .github/speedb-bee-dark.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added .github/speedb-logo-dark.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<div align="center">
<img src="speedb-logo.gif" width="480px" />

<picture>
<source media="(prefers-color-scheme: dark)" srcset=".github/speedb-logo-dark.gif" width="480px" >
<img src=".github/speedb-logo.gif" width="480px">
</picture>
</div>

<div align="center">

![GitHub](https://img.shields.io/github/license/speedb-io/speedb)
Expand All @@ -13,9 +16,12 @@
# Speedb
Speedb is a library that provides persistent key-value stores. Keys and values are arbitrary byte arrays. The keys are ordered within the key value store according to a user-specified comparator function.
It is maintained by Speedb and is forked from Rocksdb, developed by Facebook.
<div>
<img src="bee.gif" width="80px" />
</div>

<picture>
<source media="(prefers-color-scheme: dark)" srcset=".github/speedb-bee-dark.gif" width="80px" >
<img src=".github/speedb-bee.gif" width="80px">
</picture>


## Usage
* If speedb is in your default library path:
Expand Down Expand Up @@ -88,4 +94,5 @@ See the [contributing guide](CONTRIBUTING.md).
## License
Speedb is open-source and licensed under the [Apache 2.0 License](LICENSE.Apache).

<img src="speedb-b.gif" width="200px" />

<img src=".github/speedb-b.gif" width="200px">

0 comments on commit 386b682

Please sign in to comment.