mirror of https://github.com/helix-editor/helix
updated style name for 'nullspace' to 'ui.nullspace'
parent
940b1e6357
commit
0902fb4dc9
|
@ -112,7 +112,7 @@ impl EditorView {
|
|||
.clip_bottom(1);
|
||||
|
||||
let null_style = theme
|
||||
.try_get("ui.null")
|
||||
.try_get("ui.nullspace")
|
||||
.or_else(|| Some(theme.get("ui.linenr")))
|
||||
.unwrap();
|
||||
|
||||
|
|
Loading…
Reference in New Issue