Skip to content

Commit 7aa4f9c

Browse files
authored
feat: Added 18 more themes (DenverCoder1#463)
1 parent 6eb655d commit 7aa4f9c

File tree

2 files changed

+234
-0
lines changed

2 files changed

+234
-0
lines changed

docs/themes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,24 @@ You can also try out and customize these themes on the [Demo Site](https://strea
103103
| `violet-punch` | ![image](https://user-images.githubusercontent.com/20955511/199313653-d678d969-facd-4f8d-b36e-2d0ee2ce61a5.png) |
104104
| `submarine-flowers` | ![image](https://user-images.githubusercontent.com/20955511/201519290-14d69c90-ce17-4c63-9020-7b244ebc6fab.png) |
105105
| `rising-sun` | ![image](https://user-images.githubusercontent.com/20955511/221126697-2c47639d-23c5-4c23-b545-d883063deebf.png) |
106+
| `gruvbox_light` | ![image](https://user-images.githubusercontent.com/20955511/221585454-f9474df6-bbf4-4e3a-91e4-5e9e090e90c0.png) |
107+
| `outrun` | ![image](https://user-images.githubusercontent.com/20955511/221585435-d39df945-6387-4e3e-abdf-0af7dd0dabef.png) |
108+
| `ocean_dark` | ![image](https://user-images.githubusercontent.com/20955511/221585476-3eb2d25c-346b-4562-808e-bf09a59b17cd.png) |
109+
| `city_lights` | ![image](https://user-images.githubusercontent.com/20955511/221585508-80d934de-ef46-4c12-9ff4-27c4a6d16846.png) |
110+
| `discord_old_blurple` | ![image](https://user-images.githubusercontent.com/20955511/221585526-e191cb4c-9957-4ec9-85ec-8916ac691b40.png) |
111+
| `aura_dark` | ![image](https://user-images.githubusercontent.com/20955511/221585541-88c2a657-dbe7-47a2-b6f9-9e3cdf1fbbfe.png) |
112+
| `panda` | ![image](https://user-images.githubusercontent.com/20955511/221585562-1f7edc63-41c7-43c6-ac33-fd0ecb32ec5f.png) |
113+
| `noctis_minimus` | ![image](https://user-images.githubusercontent.com/20955511/221585589-e53f7e7b-fe26-4174-aab5-bda45a6e95a2.png) |
114+
| `cobalt2` | ![image](https://user-images.githubusercontent.com/20955511/221585614-256d590d-9c45-43a8-be15-48231e418bf2.png) |
115+
| `swift` | ![image](https://user-images.githubusercontent.com/20955511/221585640-666641b9-cc29-435c-948f-f50e58a6b330.png) |
116+
| `aura` | ![image](https://user-images.githubusercontent.com/20955511/221585659-f4e8a547-7f98-4438-aba9-8f13ffbcc657.png) |
117+
| `apprentice` | ![image](https://user-images.githubusercontent.com/20955511/221585690-155c5b01-988e-4e1c-a588-94edb0913800.png) |
118+
| `moltack` | ![image](https://user-images.githubusercontent.com/20955511/221585716-9e9a9bb6-17cf-458d-826c-1d9a659cdcec.png) |
119+
| `codeSTACKr` | ![image](https://user-images.githubusercontent.com/20955511/221585743-c836e303-9b9a-4caf-bd12-ef83bf39bf54.png) |
120+
| `rose_pine` | ![image](https://user-images.githubusercontent.com/20955511/221585761-b7df70e8-b2c4-446a-a6fc-4fd13aa18117.png) |
121+
| `date_night` | ![image](https://user-images.githubusercontent.com/20955511/221585779-db7f394d-b3c6-49e4-ad75-bbba97530765.png) |
122+
| `one_dark_pro` | ![image](https://user-images.githubusercontent.com/20955511/221585805-1d10928a-286c-4945-95ed-a7317e56692f.png) |
123+
| `rose` | ![image](https://user-images.githubusercontent.com/20955511/221585827-e566b73a-e0c0-4711-b48c-667e6500d44e.png) |
106124

107125
### Can't find the theme you like?
108126

src/themes.php

Lines changed: 216 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,4 +1166,220 @@
11661166
"sideLabels" => "#FFF7ED",
11671167
"dates" => "#F6882B",
11681168
],
1169+
"gruvbox_light" => [
1170+
"background" => "#fbf1c7",
1171+
"border" => "#e4e2e2",
1172+
"stroke" => "#e4e2e2",
1173+
"ring" => "#b57614",
1174+
"fire" => "#b57614",
1175+
"currStreakNum" => "#af3a03",
1176+
"sideNums" => "#b57614",
1177+
"currStreakLabel" => "#af3a03",
1178+
"sideLabels" => "#b57614",
1179+
"dates" => "#427b58",
1180+
],
1181+
"outrun" => [
1182+
"background" => "#141439",
1183+
"border" => "#e4e2e2",
1184+
"stroke" => "#e4e2e2",
1185+
"ring" => "#ffcc00",
1186+
"fire" => "#ffcc00",
1187+
"currStreakNum" => "#ff1aff",
1188+
"sideNums" => "#ffcc00",
1189+
"currStreakLabel" => "#ff1aff",
1190+
"sideLabels" => "#ffcc00",
1191+
"dates" => "#8080ff",
1192+
],
1193+
"ocean_dark" => [
1194+
"background" => "#151A28",
1195+
"border" => "#e4e2e2",
1196+
"stroke" => "#e4e2e2",
1197+
"ring" => "#8957B2",
1198+
"fire" => "#8957B2",
1199+
"currStreakNum" => "#FFFFFF",
1200+
"sideNums" => "#8957B2",
1201+
"currStreakLabel" => "#FFFFFF",
1202+
"sideLabels" => "#8957B2",
1203+
"dates" => "#92D534",
1204+
],
1205+
"city_lights" => [
1206+
"background" => "#1D252C",
1207+
"border" => "#e4e2e2",
1208+
"stroke" => "#e4e2e2",
1209+
"ring" => "#5D8CB3",
1210+
"fire" => "#5D8CB3",
1211+
"currStreakNum" => "#4798FF",
1212+
"sideNums" => "#5D8CB3",
1213+
"currStreakLabel" => "#4798FF",
1214+
"sideLabels" => "#5D8CB3",
1215+
"dates" => "#718CA1",
1216+
],
1217+
"discord_old_blurple" => [
1218+
"background" => "#2C2F33",
1219+
"border" => "#e4e2e2",
1220+
"stroke" => "#e4e2e2",
1221+
"ring" => "#7289DA",
1222+
"fire" => "#7289DA",
1223+
"currStreakNum" => "#7289DA",
1224+
"sideNums" => "#7289DA",
1225+
"currStreakLabel" => "#7289DA",
1226+
"sideLabels" => "#7289DA",
1227+
"dates" => "#FFFFFF",
1228+
],
1229+
"aura_dark" => [
1230+
"background" => "#252334",
1231+
"border" => "#e4e2e2",
1232+
"stroke" => "#e4e2e2",
1233+
"ring" => "#ff7372",
1234+
"fire" => "#ff7372",
1235+
"currStreakNum" => "#6cffd0",
1236+
"sideNums" => "#ff7372",
1237+
"currStreakLabel" => "#6cffd0",
1238+
"sideLabels" => "#ff7372",
1239+
"dates" => "#dbdbdb",
1240+
],
1241+
"panda" => [
1242+
"background" => "#31353a",
1243+
"border" => "#e4e2e2",
1244+
"stroke" => "#e4e2e2",
1245+
"ring" => "#19f9d899",
1246+
"fire" => "#19f9d899",
1247+
"currStreakNum" => "#19f9d899",
1248+
"sideNums" => "#19f9d899",
1249+
"currStreakLabel" => "#19f9d899",
1250+
"sideLabels" => "#19f9d899",
1251+
"dates" => "#FF75B5",
1252+
],
1253+
"noctis_minimus" => [
1254+
"background" => "#1b2932",
1255+
"border" => "#e4e2e2",
1256+
"stroke" => "#e4e2e2",
1257+
"ring" => "#d3b692",
1258+
"fire" => "#d3b692",
1259+
"currStreakNum" => "#72b7c0",
1260+
"sideNums" => "#d3b692",
1261+
"currStreakLabel" => "#72b7c0",
1262+
"sideLabels" => "#d3b692",
1263+
"dates" => "#c5cdd3",
1264+
],
1265+
"cobalt2" => [
1266+
"background" => "#193549",
1267+
"border" => "#e4e2e2",
1268+
"stroke" => "#e4e2e2",
1269+
"ring" => "#ffc600",
1270+
"fire" => "#ffc600",
1271+
"currStreakNum" => "#ffffff",
1272+
"sideNums" => "#ffc600",
1273+
"currStreakLabel" => "#ffffff",
1274+
"sideLabels" => "#ffc600",
1275+
"dates" => "#0088ff",
1276+
],
1277+
"swift" => [
1278+
"background" => "#f7f7f7",
1279+
"border" => "#e4e2e2",
1280+
"stroke" => "#e4e2e2",
1281+
"ring" => "#000000",
1282+
"fire" => "#000000",
1283+
"currStreakNum" => "#f05237",
1284+
"sideNums" => "#000000",
1285+
"currStreakLabel" => "#f05237",
1286+
"sideLabels" => "#000000",
1287+
"dates" => "#000000",
1288+
],
1289+
"aura" => [
1290+
"background" => "#15141b",
1291+
"border" => "#e4e2e2",
1292+
"stroke" => "#e4e2e2",
1293+
"ring" => "#a277ff",
1294+
"fire" => "#a277ff",
1295+
"currStreakNum" => "#ffca85",
1296+
"sideNums" => "#a277ff",
1297+
"currStreakLabel" => "#ffca85",
1298+
"sideLabels" => "#a277ff",
1299+
"dates" => "#61ffca",
1300+
],
1301+
"apprentice" => [
1302+
"background" => "#262626",
1303+
"border" => "#e4e2e2",
1304+
"stroke" => "#e4e2e2",
1305+
"ring" => "#ffffff",
1306+
"fire" => "#ffffff",
1307+
"currStreakNum" => "#ffffaf",
1308+
"sideNums" => "#ffffff",
1309+
"currStreakLabel" => "#ffffaf",
1310+
"sideLabels" => "#ffffff",
1311+
"dates" => "#bcbcbc",
1312+
],
1313+
"moltack" => [
1314+
"background" => "#F5E1C0",
1315+
"border" => "#e4e2e2",
1316+
"stroke" => "#e4e2e2",
1317+
"ring" => "#86092C",
1318+
"fire" => "#86092C",
1319+
"currStreakNum" => "#86092C",
1320+
"sideNums" => "#86092C",
1321+
"currStreakLabel" => "#86092C",
1322+
"sideLabels" => "#86092C",
1323+
"dates" => "#574038",
1324+
],
1325+
"codeSTACKr" => [
1326+
"background" => "#09131B",
1327+
"border" => "#e4e2e2",
1328+
"stroke" => "#e4e2e2",
1329+
"ring" => "#ff652f",
1330+
"fire" => "#ff652f",
1331+
"currStreakNum" => "#FFE400",
1332+
"sideNums" => "#ff652f",
1333+
"currStreakLabel" => "#FFE400",
1334+
"sideLabels" => "#ff652f",
1335+
"dates" => "#ffffff",
1336+
],
1337+
"rose_pine" => [
1338+
"background" => "#191724",
1339+
"border" => "#e4e2e2",
1340+
"stroke" => "#e4e2e2",
1341+
"ring" => "#9ccfd8",
1342+
"fire" => "#9ccfd8",
1343+
"currStreakNum" => "#ebbcba",
1344+
"sideNums" => "#9ccfd8",
1345+
"currStreakLabel" => "#ebbcba",
1346+
"sideLabels" => "#9ccfd8",
1347+
"dates" => "#e0def4",
1348+
],
1349+
"date_night" => [
1350+
"background" => "#170F0C",
1351+
"border" => "#e4e2e2",
1352+
"stroke" => "#e4e2e2",
1353+
"ring" => "#DA7885",
1354+
"fire" => "#DA7885",
1355+
"currStreakNum" => "#BB8470",
1356+
"sideNums" => "#DA7885",
1357+
"currStreakLabel" => "#BB8470",
1358+
"sideLabels" => "#DA7885",
1359+
"dates" => "#E1B2A2",
1360+
],
1361+
"one_dark_pro" => [
1362+
"background" => "#23272E",
1363+
"border" => "#e4e2e2",
1364+
"stroke" => "#e4e2e2",
1365+
"ring" => "#61AFEF",
1366+
"fire" => "#61AFEF",
1367+
"currStreakNum" => "#C678DD",
1368+
"sideNums" => "#61AFEF",
1369+
"currStreakLabel" => "#C678DD",
1370+
"sideLabels" => "#61AFEF",
1371+
"dates" => "#E5C06E",
1372+
],
1373+
"rose" => [
1374+
"background" => "#e9d8d4",
1375+
"border" => "#e4e2e2",
1376+
"stroke" => "#e4e2e2",
1377+
"ring" => "#8d192b",
1378+
"fire" => "#8d192b",
1379+
"currStreakNum" => "#B71F36",
1380+
"sideNums" => "#8d192b",
1381+
"currStreakLabel" => "#B71F36",
1382+
"sideLabels" => "#8d192b",
1383+
"dates" => "#862931",
1384+
],
11691385
];

0 commit comments

Comments
 (0)