Skip to content

Commit e1d6442

Browse files
feat: Added neon theme (DenverCoder1#473)
Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 17a294d commit e1d6442

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/themes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
121121
| `date-night` | ![image](https://user-images.githubusercontent.com/20955511/221585779-db7f394d-b3c6-49e4-ad75-bbba97530765.png) |
122122
| `one-dark-pro` | ![image](https://user-images.githubusercontent.com/20955511/221585805-1d10928a-286c-4945-95ed-a7317e56692f.png) |
123123
| `rose` | ![image](https://user-images.githubusercontent.com/20955511/221585827-e566b73a-e0c0-4711-b48c-667e6500d44e.png) |
124+
| `neon` | ![image](https://user-images.githubusercontent.com/20955511/225303106-8c901c48-732e-49ae-a2e6-8733254536eb.png) |
124125

125126
### Can't find the theme you like?
126127

src/themes.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,4 +1358,16 @@
13581358
"sideLabels" => "#8D192B",
13591359
"dates" => "#862931",
13601360
],
1361+
"neon" => [
1362+
"background" => "#000000",
1363+
"border" => "#FFFFFF",
1364+
"stroke" => "#FFFFFF",
1365+
"ring" => "#00EAD3",
1366+
"fire" => "#00EAD3",
1367+
"currStreakNum" => "#FF449F",
1368+
"sideNums" => "#00EAD3",
1369+
"currStreakLabel" => "#FF449F",
1370+
"sideLabels" => "#00EAD3",
1371+
"dates" => "#FFF5B7",
1372+
],
13611373
];

0 commit comments

Comments
 (0)