Skip to content

Commit ba9b7dc

Browse files
author
Андрей Кожев
authored
feat: Add android-dark theme (#283)
* Add android-dark theme * style: fix formatting * docs: add android-dark theme * Fix theme name
1 parent 9024e07 commit ba9b7dc

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/themes/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ You can also try out and customize these themes on the [Demo Site](https://githu
8686
| `neon_blurange` | ![image](https://user-images.githubusercontent.com/45172775/180076569-3af18421-56f5-49bd-b62e-2dec8edc0502.png) |
8787
| `yellowdark` | ![image](https://user-images.githubusercontent.com/103951737/180445402-360653bf-b85d-4e53-a1e1-cbda4135326b.png) |
8888
| `java-dark` | ![image](https://user-images.githubusercontent.com/103951737/180605906-b04afca3-da60-4ad9-95d3-8be5ef0a96e3.png) |
89+
| `android-dark` | ![image](https://user-images.githubusercontent.com/103951737/180728986-e39e7828-dc41-4f07-97d2-db75673ba0c3.png) |
8990

9091
### Can't find the theme you like?
9192

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -962,4 +962,16 @@
962962
"sideLabels" => "#F89820",
963963
"dates" => "#5382A1",
964964
],
965+
"android-dark" => [
966+
"background" => "#000000",
967+
"border" => "#3DDC84",
968+
"stroke" => "#3DDC84",
969+
"ring" => "#3DDC84",
970+
"fire" => "#3DDC84",
971+
"currStreakNum" => "#3DDC84",
972+
"sideNums" => "#3DDC84",
973+
"currStreakLabel" => "#3DDC84",
974+
"sideLabels" => "#3DDC84",
975+
"dates" => "#3DDC84",
976+
],
965977
];

0 commit comments

Comments
 (0)