Skip to content

Commit

Permalink
chore: add "ui.virtual.jump-label" to solarized colorschemes (helix-e…
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc authored and postsolar committed Apr 4, 2024
1 parent e7c2bc7 commit a53244a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/solarized_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

"ui.virtual.whitespace" = { fg = "base01" }
"ui.virtual.inlay-hint" = { fg = "base01", modifiers = ["italic"] }
"ui.virtual.jump-label" = { fg = "red", modifiers = ["bold"] }

# 行号栏
"ui.linenr" = { fg = "base0", bg = "base02" }
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/solarized_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

"ui.virtual.whitespace" = { fg = "base01" }
"ui.virtual.inlay-hint" = { fg = "base01", modifiers = ["italic"] }
"ui.virtual.jump-label" = { fg = "red", modifiers = ["bold"] }

# 行号栏
# line number column
Expand Down

0 comments on commit a53244a

Please sign in to comment.