Skip to content

Commit

Permalink
fix: indentblank name
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Mar 29, 2024
1 parent 75379c9 commit 828c97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sss_code/src/theme/vim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub fn theme_from_vim(vim: &str) -> Theme {
let &(fg_bad, _, _) = values.get("SpellBad").unwrap();
let &(fg_tag, _, _) = values.get("Title").unwrap();
let (fg_brk, bg_brk, s_brk) = values.get("MatchParen").unwrap();
let &(fg_ibl, _, _) = values.get("IdentBlanklineChar").unwrap();
let &(fg_ibl, _, _) = values.get("IndentBlanklineChar").unwrap();

Theme {
scopes,
Expand Down

0 comments on commit 828c97c

Please sign in to comment.