From caea9031a9c729b072fe463054186259cc40244a Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Mon, 27 Feb 2023 16:11:59 +0200 Subject: [PATCH] Added 18 more themes --- docs/themes.md | 18 +++++ src/themes.php | 216 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 234 insertions(+) diff --git a/docs/themes.md b/docs/themes.md index 7dd34a08..5970b2e7 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -103,6 +103,24 @@ You can also try out and customize these themes on the [Demo Site](https://strea | `violet-punch` | ![image](https://user-images.githubusercontent.com/20955511/199313653-d678d969-facd-4f8d-b36e-2d0ee2ce61a5.png) | | `submarine-flowers` | ![image](https://user-images.githubusercontent.com/20955511/201519290-14d69c90-ce17-4c63-9020-7b244ebc6fab.png) | | `rising-sun` | ![image](https://user-images.githubusercontent.com/20955511/221126697-2c47639d-23c5-4c23-b545-d883063deebf.png) | +| `gruvbox_light` | ![image](https://user-images.githubusercontent.com/20955511/221585454-f9474df6-bbf4-4e3a-91e4-5e9e090e90c0.png) | +| `outrun` | ![image](https://user-images.githubusercontent.com/20955511/221585435-d39df945-6387-4e3e-abdf-0af7dd0dabef.png) | +| `ocean_dark` | ![image](https://user-images.githubusercontent.com/20955511/221585476-3eb2d25c-346b-4562-808e-bf09a59b17cd.png) | +| `city_lights` | ![image](https://user-images.githubusercontent.com/20955511/221585508-80d934de-ef46-4c12-9ff4-27c4a6d16846.png) | +| `discord_old_blurple` | ![image](https://user-images.githubusercontent.com/20955511/221585526-e191cb4c-9957-4ec9-85ec-8916ac691b40.png) | +| `aura_dark` | ![image](https://user-images.githubusercontent.com/20955511/221585541-88c2a657-dbe7-47a2-b6f9-9e3cdf1fbbfe.png) | +| `panda` | ![image](https://user-images.githubusercontent.com/20955511/221585562-1f7edc63-41c7-43c6-ac33-fd0ecb32ec5f.png) | +| `noctis_minimus` | ![image](https://user-images.githubusercontent.com/20955511/221585589-e53f7e7b-fe26-4174-aab5-bda45a6e95a2.png) | +| `cobalt2` | ![image](https://user-images.githubusercontent.com/20955511/221585614-256d590d-9c45-43a8-be15-48231e418bf2.png) | +| `swift` | ![image](https://user-images.githubusercontent.com/20955511/221585640-666641b9-cc29-435c-948f-f50e58a6b330.png) | +| `aura` | ![image](https://user-images.githubusercontent.com/20955511/221585659-f4e8a547-7f98-4438-aba9-8f13ffbcc657.png) | +| `apprentice` | ![image](https://user-images.githubusercontent.com/20955511/221585690-155c5b01-988e-4e1c-a588-94edb0913800.png) | +| `moltack` | ![image](https://user-images.githubusercontent.com/20955511/221585716-9e9a9bb6-17cf-458d-826c-1d9a659cdcec.png) | +| `codeSTACKr` | ![image](https://user-images.githubusercontent.com/20955511/221585743-c836e303-9b9a-4caf-bd12-ef83bf39bf54.png) | +| `rose_pine` | ![image](https://user-images.githubusercontent.com/20955511/221585761-b7df70e8-b2c4-446a-a6fc-4fd13aa18117.png) | +| `date_night` | ![image](https://user-images.githubusercontent.com/20955511/221585779-db7f394d-b3c6-49e4-ad75-bbba97530765.png) | +| `one_dark_pro` | ![image](https://user-images.githubusercontent.com/20955511/221585805-1d10928a-286c-4945-95ed-a7317e56692f.png) | +| `rose` | ![image](https://user-images.githubusercontent.com/20955511/221585827-e566b73a-e0c0-4711-b48c-667e6500d44e.png) | ### Can't find the theme you like? diff --git a/src/themes.php b/src/themes.php index 6de1e405..5fe6d1c4 100644 --- a/src/themes.php +++ b/src/themes.php @@ -1166,4 +1166,220 @@ "sideLabels" => "#FFF7ED", "dates" => "#F6882B", ], + "gruvbox_light" => [ + "background" => "#fbf1c7", + "border" => "#e4e2e2", + "stroke" => "#e4e2e2", + "ring" => "#b57614", + "fire" => "#b57614", + "currStreakNum" => "#af3a03", + "sideNums" => "#b57614", + "currStreakLabel" => "#af3a03", + "sideLabels" => "#b57614", + "dates" => "#427b58", + ], + "outrun" => [ + "background" => "#141439", + "border" => "#e4e2e2", + "stroke" => "#e4e2e2", + "ring" => "#ffcc00", + "fire" => "#ffcc00", + "currStreakNum" => "#ff1aff", + "sideNums" => "#ffcc00", + "currStreakLabel" => "#ff1aff", + "sideLabels" => "#ffcc00", + "dates" => "#8080ff", + ], + "ocean_dark" => [ + "background" => "#151A28", + "border" => "#e4e2e2", + "stroke" => "#e4e2e2", + "ring" => "#8957B2", + "fire" => "#8957B2", + "currStreakNum" => "#FFFFFF", + "sideNums" => "#8957B2", + "currStreakLabel" => "#FFFFFF", + "sideLabels" => "#8957B2", + "dates" => "#92D534", + ], + "city_lights" => [ + "background" => "#1D252C", + "border" => "#e4e2e2", + "stroke" => "#e4e2e2", + "ring" => "#5D8CB3", + "fire" => "#5D8CB3", + "currStreakNum" => "#4798FF", + "sideNums" => "#5D8CB3", + "currStreakLabel" => "#4798FF", + "sideLabels" => "#5D8CB3", + "dates" => "#718CA1", + ], + "discord_old_blurple" => [ + "background" => "#2C2F33", + "border" => "#e4e2e2", + "stroke" => "#e4e2e2", + "ring" => "#7289DA", + "fire" => "#7289DA", + "currStreakNum" => "#7289DA", + "sideNums" => "#7289DA", + "currStreakLabel" => "#7289DA", + "sideLabels" => "#7289DA", + "dates" => "#FFFFFF", + ], + "aura_dark" => [ + "background" => "#252334", + "border" => "#e4e2e2", + "stroke" => "#e4e2e2", + "ring" => "#ff7372", + "fire" => "#ff7372", + "currStreakNum" => "#6cffd0", + "sideNums" => "#ff7372", + "currStreakLabel" => "#6cffd0", + "sideLabels" => "#ff7372", + "dates" => "#dbdbdb", + ], + "panda" => [ + "background" => "#31353a", + "border" => "#e4e2e2", + "stroke" => "#e4e2e2", + "ring" => "#19f9d899", + "fire" => "#19f9d899", + "currStreakNum" => "#19f9d899", + "sideNums" => "#19f9d899", + "currStreakLabel" => "#19f9d899", + "sideLabels" => "#19f9d899", + "dates" => "#FF75B5", + ], + "noctis_minimus" => [ + "background" => "#1b2932", + "border" => "#e4e2e2", + "stroke" => "#e4e2e2", + "ring" => "#d3b692", + "fire" => "#d3b692", + "currStreakNum" => "#72b7c0", + "sideNums" => "#d3b692", + "currStreakLabel" => "#72b7c0", + "sideLabels" => "#d3b692", + "dates" => "#c5cdd3", + ], + "cobalt2" => [ + "background" => "#193549", + "border" => "#e4e2e2", + "stroke" => "#e4e2e2", + "ring" => "#ffc600", + "fire" => "#ffc600", + "currStreakNum" => "#ffffff", + "sideNums" => "#ffc600", + "currStreakLabel" => "#ffffff", + "sideLabels" => "#ffc600", + "dates" => "#0088ff", + ], + "swift" => [ + "background" => "#f7f7f7", + "border" => "#e4e2e2", + "stroke" => "#e4e2e2", + "ring" => "#000000", + "fire" => "#000000", + "currStreakNum" => "#f05237", + "sideNums" => "#000000", + "currStreakLabel" => "#f05237", + "sideLabels" => "#000000", + "dates" => "#000000", + ], + "aura" => [ + "background" => "#15141b", + "border" => "#e4e2e2", + "stroke" => "#e4e2e2", + "ring" => "#a277ff", + "fire" => "#a277ff", + "currStreakNum" => "#ffca85", + "sideNums" => "#a277ff", + "currStreakLabel" => "#ffca85", + "sideLabels" => "#a277ff", + "dates" => "#61ffca", + ], + "apprentice" => [ + "background" => "#262626", + "border" => "#e4e2e2", + "stroke" => "#e4e2e2", + "ring" => "#ffffff", + "fire" => "#ffffff", + "currStreakNum" => "#ffffaf", + "sideNums" => "#ffffff", + "currStreakLabel" => "#ffffaf", + "sideLabels" => "#ffffff", + "dates" => "#bcbcbc", + ], + "moltack" => [ + "background" => "#F5E1C0", + "border" => "#e4e2e2", + "stroke" => "#e4e2e2", + "ring" => "#86092C", + "fire" => "#86092C", + "currStreakNum" => "#86092C", + "sideNums" => "#86092C", + "currStreakLabel" => "#86092C", + "sideLabels" => "#86092C", + "dates" => "#574038", + ], + "codeSTACKr" => [ + "background" => "#09131B", + "border" => "#e4e2e2", + "stroke" => "#e4e2e2", + "ring" => "#ff652f", + "fire" => "#ff652f", + "currStreakNum" => "#FFE400", + "sideNums" => "#ff652f", + "currStreakLabel" => "#FFE400", + "sideLabels" => "#ff652f", + "dates" => "#ffffff", + ], + "rose_pine" => [ + "background" => "#191724", + "border" => "#e4e2e2", + "stroke" => "#e4e2e2", + "ring" => "#9ccfd8", + "fire" => "#9ccfd8", + "currStreakNum" => "#ebbcba", + "sideNums" => "#9ccfd8", + "currStreakLabel" => "#ebbcba", + "sideLabels" => "#9ccfd8", + "dates" => "#e0def4", + ], + "date_night" => [ + "background" => "#170F0C", + "border" => "#e4e2e2", + "stroke" => "#e4e2e2", + "ring" => "#DA7885", + "fire" => "#DA7885", + "currStreakNum" => "#BB8470", + "sideNums" => "#DA7885", + "currStreakLabel" => "#BB8470", + "sideLabels" => "#DA7885", + "dates" => "#E1B2A2", + ], + "one_dark_pro" => [ + "background" => "#23272E", + "border" => "#e4e2e2", + "stroke" => "#e4e2e2", + "ring" => "#61AFEF", + "fire" => "#61AFEF", + "currStreakNum" => "#C678DD", + "sideNums" => "#61AFEF", + "currStreakLabel" => "#C678DD", + "sideLabels" => "#61AFEF", + "dates" => "#E5C06E", + ], + "rose" => [ + "background" => "#e9d8d4", + "border" => "#e4e2e2", + "stroke" => "#e4e2e2", + "ring" => "#8d192b", + "fire" => "#8d192b", + "currStreakNum" => "#B71F36", + "sideNums" => "#8d192b", + "currStreakLabel" => "#B71F36", + "sideLabels" => "#8d192b", + "dates" => "#862931", + ], ];