Fix typo in "Noctis Hibernus" theme name (#3770)

This PR fixes a typo in the name of the "Noctis Hibernus" theme.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2023-12-21 22:36:40 -05:00 committed by GitHub
parent 4fb12cb348
commit 94e22ae515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
"appearance": "dark"
},
{
"name": "Noctus Hibernus",
"name": "Noctis Hibernus",
"file_name": "hibernus.json",
"appearance": "light"
},

View File

@ -577,7 +577,7 @@ pub fn noctis() -> UserThemeFamily {
},
},
UserTheme {
name: "Noctus Hibernus".into(),
name: "Noctis Hibernus".into(),
appearance: Appearance::Light,
styles: UserThemeStylesRefinement {
colors: ThemeColorsRefinement {