Skip to content

Commit

Permalink
helix: Use jump label colours from upstream
Browse files Browse the repository at this point in the history
These were added to the Modus themes in Helix 24.07:
<helix-editor/helix#10538>
  • Loading branch information
srstevenson committed Jul 15, 2024
1 parent aebe9c0 commit bbb83f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.5.2
hooks:
- id: ruff
args: ["--fix"]
Expand Down
1 change: 0 additions & 1 deletion tag-helix/config/helix/themes/morandi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ inherits = "modus_operandi"
"ui.linenr.selected" = { fg = "fg-alt" }
"ui.statusline" = { fg = "fg-mode-line-active", bg = "bg-mode-line-inactive" }
"ui.statusline.normal" = { fg = "fg-mode-line-active" }
"ui.virtual.jump-label" = { fg = "fg-main", bg = "bg-changed" }
1 change: 0 additions & 1 deletion tag-helix/config/helix/themes/movendi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ inherits = "modus_vivendi"
"ui.linenr.selected" = { fg = "fg-alt" }
"ui.statusline" = { fg = "fg-mode-line-active", bg = "bg-mode-line-inactive" }
"ui.statusline.normal" = { fg = "fg-mode-line-active" }
"ui.virtual.jump-label" = { fg = "fg-main", bg = "bg-changed" }

0 comments on commit bbb83f6

Please sign in to comment.