Skip to main content

Add the other Markdown headings

ID
af2f82a
date
2025-11-27 09:23:16+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
176ca75
message
Add the other Markdown headings
changed files
3 files, 67 additions, 2 deletions

Changed files

generate_palette_files.py (4006) → generate_palette_files.py (4286)

diff --git a/generate_palette_files.py b/generate_palette_files.py
index f371a6b..f3aecb6 100755
--- a/generate_palette_files.py
+++ b/generate_palette_files.py
@@ -98,7 +98,12 @@ def generate_textmate_theme(colours: Colours, palette_id: str) -> str:
         ("meta.class.ruby", colours["name"]),
         ("keyword.control.class.ruby", colours["text"]),
         ("meta.identifier.python", colours["name"]),
+        ("markup.heading.1.markdown", colours["name"]),
         ("markup.heading.2.markdown", colours["name"]),
+        ("markup.heading.3.markdown", colours["name"]),
+        ("markup.heading.4.markdown", colours["name"]),
+        ("markup.heading.5.markdown", colours["name"]),
+        ("markup.heading.6.markdown", colours["name"]),
         ("string", colours["string"]),
         ("string constant.character.escape", colours["string"]),
         ("string.interpolated", colours["string"]),

out/TextMate_dark.tmTheme (2924) → out/TextMate_dark.tmTheme (3599)

diff --git a/out/TextMate_dark.tmTheme b/out/TextMate_dark.tmTheme
index 8fdd4f4..8e5ea7c 100644
--- a/out/TextMate_dark.tmTheme
+++ b/out/TextMate_dark.tmTheme
@@ -1,4 +1,4 @@
-// Generated from palette 2477498-94fa872 at 2025-11-27T04:47:00.156478+00:00
+// Generated from palette 2477498-94fa872 at 2025-11-27T09:23:04.142418+00:00
 // See https://github.com/alexwlchan/colour-scheme
 {	settings = (
 		{	settings = {
@@ -100,12 +100,42 @@
 				foreground = '#40c3ff';
 			};
 		},
+		{	name = 'markup.heading.1.markdown';
+			scope = 'markup.heading.1.markdown';
+			settings = {
+				foreground = '#40c3ff';
+			};
+		},
 		{	name = 'markup.heading.2.markdown';
 			scope = 'markup.heading.2.markdown';
 			settings = {
 				foreground = '#40c3ff';
 			};
 		},
+		{	name = 'markup.heading.3.markdown';
+			scope = 'markup.heading.3.markdown';
+			settings = {
+				foreground = '#40c3ff';
+			};
+		},
+		{	name = 'markup.heading.4.markdown';
+			scope = 'markup.heading.4.markdown';
+			settings = {
+				foreground = '#40c3ff';
+			};
+		},
+		{	name = 'markup.heading.5.markdown';
+			scope = 'markup.heading.5.markdown';
+			settings = {
+				foreground = '#40c3ff';
+			};
+		},
+		{	name = 'markup.heading.6.markdown';
+			scope = 'markup.heading.6.markdown';
+			settings = {
+				foreground = '#40c3ff';
+			};
+		},
 		{	name = 'string';
 			scope = 'string';
 			settings = {

out/TextMate_light.tmTheme (2924) → out/TextMate_light.tmTheme (3599)

diff --git a/out/TextMate_light.tmTheme b/out/TextMate_light.tmTheme
index ecb214b..e25978f 100644
--- a/out/TextMate_light.tmTheme
+++ b/out/TextMate_light.tmTheme
@@ -1,4 +1,4 @@
-// Generated from palette 2477498-94fa872 at 2025-11-27T04:47:00.154723+00:00
+// Generated from palette 2477498-94fa872 at 2025-11-27T09:23:04.140719+00:00
 // See https://github.com/alexwlchan/colour-scheme
 {	settings = (
 		{	settings = {
@@ -100,12 +100,42 @@
 				foreground = '#115bda';
 			};
 		},
+		{	name = 'markup.heading.1.markdown';
+			scope = 'markup.heading.1.markdown';
+			settings = {
+				foreground = '#115bda';
+			};
+		},
 		{	name = 'markup.heading.2.markdown';
 			scope = 'markup.heading.2.markdown';
 			settings = {
 				foreground = '#115bda';
 			};
 		},
+		{	name = 'markup.heading.3.markdown';
+			scope = 'markup.heading.3.markdown';
+			settings = {
+				foreground = '#115bda';
+			};
+		},
+		{	name = 'markup.heading.4.markdown';
+			scope = 'markup.heading.4.markdown';
+			settings = {
+				foreground = '#115bda';
+			};
+		},
+		{	name = 'markup.heading.5.markdown';
+			scope = 'markup.heading.5.markdown';
+			settings = {
+				foreground = '#115bda';
+			};
+		},
+		{	name = 'markup.heading.6.markdown';
+			scope = 'markup.heading.6.markdown';
+			settings = {
+				foreground = '#115bda';
+			};
+		},
 		{	name = 'string';
 			scope = 'string';
 			settings = {