diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 312fbec..116459c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"] diff --git a/tag-helix/config/helix/themes/morandi.toml b/tag-helix/config/helix/themes/morandi.toml index fbe1524..ae310cd 100644 --- a/tag-helix/config/helix/themes/morandi.toml +++ b/tag-helix/config/helix/themes/morandi.toml @@ -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" } diff --git a/tag-helix/config/helix/themes/movendi.toml b/tag-helix/config/helix/themes/movendi.toml index 598f593..f6b408b 100644 --- a/tag-helix/config/helix/themes/movendi.toml +++ b/tag-helix/config/helix/themes/movendi.toml @@ -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" }