Skip to content

Commit

Permalink
Add markup styling to nord theme (helix-editor#9135)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade authored and Schuyler Mortimer committed Jul 10, 2024
1 parent fa824c2 commit 7e9c9d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions runtime/themes/nord.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit 7e9c9d8

Please sign in to comment.