Skip to content

Commit

Permalink
update jump-labels color to blue and make them bold
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelgrzybek committed Apr 1, 2024
1 parent 563ade2 commit a2fbf5b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion base16_theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"label" = "magenta"
"namespace" = "magenta"
"ui.help" = { fg = "white", bg = "black" }
"ui.virtual.jump-label" = { modifiers = ["underlined"] }
"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] }

"markup.heading" = "blue"
"markup.list" = "red"
Expand Down
2 changes: 1 addition & 1 deletion runtime/themes/base16_default_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"ui.background" = { bg = "base00" }
"ui.virtual.whitespace" = "base03"
"ui.virtual.jump-label" = { modifiers = ["underlined"] }
"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] }
"ui.menu" = { fg = "base05", bg = "base01" }
"ui.menu.selected" = { fg = "base01", bg = "base04" }
"ui.linenr" = { fg = "base03", bg = "base01" }
Expand Down
2 changes: 1 addition & 1 deletion runtime/themes/base16_default_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ui.cursor" = { fg = "base04", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "base05", modifiers = ["reversed"] }
"ui.virtual.whitespace" = "base03"
"ui.virtual.jump-label" = { modifiers = ["underlined"] }
"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] }
"ui.text" = "base05"
"operator" = "base05"
"ui.text.focus" = "base05"
Expand Down
2 changes: 1 addition & 1 deletion runtime/themes/base16_terminal.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ui.cursor" = { fg = "light-gray", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "light-gray", modifiers = ["reversed"] }
"ui.virtual.whitespace" = "light-gray"
"ui.virtual.jump-label" = { modifiers = ["underlined"] }
"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] }
"variable" = "light-red"
"constant.numeric" = "yellow"
"constant" = "yellow"
Expand Down
2 changes: 1 addition & 1 deletion runtime/themes/base16_transparent.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ui.virtual.inlay-hint.parameter" = { fg = "white", bg = "gray"}
"ui.virtual.inlay-hint.type" = { fg = "white", bg = "gray"}
"ui.virtual.wrap" = "gray"
"ui.virtual.jump-label" = { modifiers = ["underlined"] }
"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] }

"variable" = "light-red"
"constant.numeric" = "yellow"
Expand Down

0 comments on commit a2fbf5b

Please sign in to comment.