feat: set Night Blue and Indigo Violet author to Julia Moon
This commit is contained in:
@@ -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"),
|
||||
|
||||
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user