Skip to content

Commit c7d7b12

Browse files
GemmusDenverCoder1
andauthored
feat: Added burnt-neon theme (DenverCoder1#542)
Co-authored-by: Jonah Lawrence <[email protected]>
1 parent e1bc169 commit c7d7b12

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/themes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ Note: Theme names provided are case-insensitive and any use of underscores will
129129
| `catppuccino-frappe` | ![image](https://user-images.githubusercontent.com/85760664/248204858-daa7bd60-1e83-4b4e-8afc-65644055235e.png) |
130130
| `catppuccino-macchiato` | ![image](https://user-images.githubusercontent.com/85760664/248205012-15d74ba2-746a-4efd-b2f5-bc2db87b7c10.png) |
131131
| `catppuccino-mocha` | ![image](https://user-images.githubusercontent.com/85760664/248204228-9f965d12-2013-48c9-b3a8-e9717b1c4e43.png) |
132+
| `burnt-neon` | ![image](https://user-images.githubusercontent.com/112064697/250343082-de641726-1200-4264-885a-154d539cfc3f.png) |
132133

133134
### Can't find the theme you like?
134135

src/themes.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,4 +1575,17 @@
15751575
"dates" => "#BAC2DE",
15761576
"excludeDaysLabel" => "#BAC2DE",
15771577
],
1578+
"burnt-neon" => [
1579+
"background" => "#0D1117",
1580+
"border" => "#98989A",
1581+
"stroke" => "#98989A",
1582+
"ring" => "#FE25B1",
1583+
"fire" => "#622B53",
1584+
"currStreakNum" => "#FF6906",
1585+
"sideNums" => "#01FED1",
1586+
"currStreakLabel" => "#01FED1",
1587+
"sideLabels" => "#FF6906",
1588+
"dates" => "#C6AB07",
1589+
"excludeDaysLabel" => "#A5BC0B",
1590+
],
15781591
];

0 commit comments

Comments
 (0)