mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 07:02:19 +03:00
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
@ -13,7 +13,7 @@
|
||||
"appearance": "dark"
|
||||
},
|
||||
{
|
||||
"name": "Noctus Hibernus",
|
||||
"name": "Noctis Hibernus",
|
||||
"file_name": "hibernus.json",
|
||||
"appearance": "light"
|
||||
},
|
||||
|
@ -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…
Reference in New Issue
Block a user