summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/library/text/raw.rs2
-rw-r--r--tests/ref/text/code.pngbin38850 -> 38900 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/src/library/text/raw.rs b/src/library/text/raw.rs
index d5a3aa95..6124359e 100644
--- a/src/library/text/raw.rs
+++ b/src/library/text/raw.rs
@@ -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),
diff --git a/tests/ref/text/code.png b/tests/ref/text/code.png
index b012c2cf..c4e94a73 100644
--- a/tests/ref/text/code.png
+++ b/tests/ref/text/code.png
Binary files differ