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(
|
public static Theme Build() => new(
|
||||||
Slug: Slug,
|
Slug: Slug,
|
||||||
Name: "Indigo Violet",
|
Name: "Indigo Violet",
|
||||||
Author: "Florian Wathling",
|
Author: "Julia Moon",
|
||||||
Description: "Royal Violet auf Deep Indigo — Glitter-Galaxy mit Türkis-Mint-Aurora.",
|
Description: "Royal Violet auf Deep Indigo — Glitter-Galaxy mit Türkis-Mint-Aurora.",
|
||||||
Colors: new ThemeColors(
|
Colors: new ThemeColors(
|
||||||
PrimaryDark: ColourUtil.HexToRgba("#6B3AB0"),
|
PrimaryDark: ColourUtil.HexToRgba("#6B3AB0"),
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ internal static class NightBlue
|
|||||||
public static Theme Build() => new(
|
public static Theme Build() => new(
|
||||||
Slug: Slug,
|
Slug: Slug,
|
||||||
Name: "Night Blue",
|
Name: "Night Blue",
|
||||||
Author: "Florian Wathling",
|
Author: "Julia Moon",
|
||||||
Description: "Royal Blue auf Marineblau — kühles Tech-Dashboard-Mood.",
|
Description: "Royal Blue auf Marineblau — kühles Tech-Dashboard-Mood.",
|
||||||
Colors: new ThemeColors(
|
Colors: new ThemeColors(
|
||||||
PrimaryDark: ColourUtil.HexToRgba("#3576C0"),
|
PrimaryDark: ColourUtil.HexToRgba("#3576C0"),
|
||||||
|
|||||||
Reference in New Issue
Block a user