mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 10:34:53 +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"
|
"appearance": "dark"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Noctus Hibernus",
|
"name": "Noctis Hibernus",
|
||||||
"file_name": "hibernus.json",
|
"file_name": "hibernus.json",
|
||||||
"appearance": "light"
|
"appearance": "light"
|
||||||
},
|
},
|
||||||
|
@ -577,7 +577,7 @@ pub fn noctis() -> UserThemeFamily {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
UserTheme {
|
UserTheme {
|
||||||
name: "Noctus Hibernus".into(),
|
name: "Noctis Hibernus".into(),
|
||||||
appearance: Appearance::Light,
|
appearance: Appearance::Light,
|
||||||
styles: UserThemeStylesRefinement {
|
styles: UserThemeStylesRefinement {
|
||||||
colors: ThemeColorsRefinement {
|
colors: ThemeColorsRefinement {
|
||||||
|
Loading…
Reference in New Issue
Block a user