Underline headings in raw theme
This commit is contained in:
parent
673d4e33e9
commit
3e9c63d685
|
|
@ -173,7 +173,7 @@ static THEME: Lazy<Theme> = Lazy::new(|| Theme {
|
|||
scopes: vec![
|
||||
item("markup.bold", None, Some(FontStyle::BOLD)),
|
||||
item("markup.italic", None, Some(FontStyle::ITALIC)),
|
||||
item("markup.heading, entity.name.section", None, Some(FontStyle::BOLD)),
|
||||
item("markup.heading, entity.name.section", None, Some(FontStyle::BOLD | FontStyle::UNDERLINE)),
|
||||
item("markup.raw", Some("#818181"), None),
|
||||
item("markup.list", Some("#8b41b1"), None),
|
||||
item("comment", Some("#8a8a8a"), None),
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Loading…
Reference in New Issue