Skip to content

Commit

Permalink
feat(themes): jump-label for modus themes (helix-editor#10538)
Browse files Browse the repository at this point in the history
Add styling for jump-labels for modus themes. I couldn't find
any official approach here so picking `yello-cooler`. `cooler` is
used for other meta highlights by modus and yellow seems to be
used the least - only warnings, so there's little chance of colliding
with other highlights.
  • Loading branch information
matoous authored and Vulpesx committed Jun 7, 2024
1 parent c196806 commit 1fa3872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/modus_operandi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ punctuation = "fg-dim"
"ui.virtual" = "bg-active"
"ui.virtual.ruler" = { bg = "bg-dim" }
"ui.virtual.inlay-hint" = { fg = "fg-dim", modifiers = ["italic"] }
"ui.virtual.jump-label" = { fg = "yellow-cooler", modifiers = ["bold"] }

"ui.selection" = { fg = "fg-main", bg = "bg-inactive" }
"ui.selection.primary" = { fg = "fg-main", bg = "bg-active" }
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/modus_vivendi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ punctuation = "fg-dim"
"ui.virtual" = "bg-active"
"ui.virtual.ruler" = { bg = "bg-dim" }
"ui.virtual.inlay-hint" = { fg = "fg-dim", modifiers = ["italic"] }
"ui.virtual.jump-label" = { fg = "yellow-cooler", modifiers = ["bold"] }

"ui.selection" = { fg = "fg-main", bg = "bg-inactive" }
"ui.selection.primary" = { fg = "fg-main", bg = "bg-active" }
Expand Down

0 comments on commit 1fa3872

Please sign in to comment.