Skip to content

Commit eef7e25

Browse files
sharpenedbladeVulpesx
authored andcommitted
Add markup styling to nord theme (helix-editor#9135)
Fixes helix-editor#9131
1 parent fa49b3f commit eef7e25

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

runtime/themes/nord.toml

+9
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,15 @@
134134
"ui.bufferline" = { fg = "nord5", bg = "nord1" }
135135
"ui.bufferline.active" = { fg = "nord6", bg = "nord2", underline = { color = "nord8", style = "line" }, modifiers = [ "italic" ] }
136136

137+
# Markup
138+
"markup.heading" = "nord8"
139+
"markup.list" = "nord9"
140+
"markup.bold" = { modifiers = ["bold"] }
141+
"markup.italic" = { modifiers = ["italic"] }
142+
"markup.strikethrough" = { modifiers = ["crossed_out"] }
143+
"markup.link.text" = "nord8"
144+
"markup.raw" = "nord7"
145+
137146
[palette]
138147
# 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.
139148
#

0 commit comments

Comments
 (0)