aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharpened Blade2023-12-22 04:52:26 +0000
committerGitHub2023-12-22 04:52:26 +0000
commit7b0f92bb3a33aac8e664b711e0b386e8c6167c66 (patch)
treec8b4033628fb948e8294cf5dc15c7fa179d11c3b
parentab50299efa6e8dcd29b45aab41f8242ab17ef35a (diff)
Add markup styling to nord theme (#9135)
Fixes https://github.com/helix-editor/helix/issues/9131
-rw-r--r--runtime/themes/nord.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml
index bc78db71..dab31610 100644
--- a/runtime/themes/nord.toml
+++ b/runtime/themes/nord.toml
@@ -134,6 +134,15 @@
"ui.bufferline" = { fg = "nord5", bg = "nord1" }
"ui.bufferline.active" = { fg = "nord6", bg = "nord2", underline = { color = "nord8", style = "line" }, modifiers = [ "italic" ] }
+# Markup
+"markup.heading" = "nord8"
+"markup.list" = "nord9"
+"markup.bold" = { modifiers = ["bold"] }
+"markup.italic" = { modifiers = ["italic"] }
+"markup.strikethrough" = { modifiers = ["crossed_out"] }
+"markup.link.text" = "nord8"
+"markup.raw" = "nord7"
+
[palette]
# Polar Night is made up of four darker colors that are commonly used for base elements like backgrounds or text color in bright ambiance designs.
#