From 0110295e7d19088c8f167750766fc21c78b75e37 Mon Sep 17 00:00:00 2001 From: JonKazama-Hellion Date: Wed, 6 May 2026 14:06:14 +0200 Subject: [PATCH] feat: set Night Blue and Indigo Violet author to Julia Moon --- HellionChat/Themes/Builtin/IndigoViolet.cs | 2 +- HellionChat/Themes/Builtin/NightBlue.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HellionChat/Themes/Builtin/IndigoViolet.cs b/HellionChat/Themes/Builtin/IndigoViolet.cs index 6814bd5..8dcfc31 100644 --- a/HellionChat/Themes/Builtin/IndigoViolet.cs +++ b/HellionChat/Themes/Builtin/IndigoViolet.cs @@ -9,7 +9,7 @@ internal static class IndigoViolet public static Theme Build() => new( Slug: Slug, Name: "Indigo Violet", - Author: "Florian Wathling", + Author: "Julia Moon", Description: "Royal Violet auf Deep Indigo — Glitter-Galaxy mit Türkis-Mint-Aurora.", Colors: new ThemeColors( PrimaryDark: ColourUtil.HexToRgba("#6B3AB0"), diff --git a/HellionChat/Themes/Builtin/NightBlue.cs b/HellionChat/Themes/Builtin/NightBlue.cs index 3b07c5c..8950438 100644 --- a/HellionChat/Themes/Builtin/NightBlue.cs +++ b/HellionChat/Themes/Builtin/NightBlue.cs @@ -9,7 +9,7 @@ internal static class NightBlue public static Theme Build() => new( Slug: Slug, Name: "Night Blue", - Author: "Florian Wathling", + Author: "Julia Moon", Description: "Royal Blue auf Marineblau — kühles Tech-Dashboard-Mood.", Colors: new ThemeColors( PrimaryDark: ColourUtil.HexToRgba("#3576C0"),