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:
parent
4fb12cb348
commit
94e22ae515
2 changed files with 2 additions and 2 deletions
|
@ -577,7 +577,7 @@ pub fn noctis() -> UserThemeFamily {
|
|||
},
|
||||
},
|
||||
UserTheme {
|
||||
name: "Noctus Hibernus".into(),
|
||||
name: "Noctis Hibernus".into(),
|
||||
appearance: Appearance::Light,
|
||||
styles: UserThemeStylesRefinement {
|
||||
colors: ThemeColorsRefinement {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue