Skip to content

Commit

Permalink
Add jump-label styling for base16 themes (helix-editor#10076)
Browse files Browse the repository at this point in the history
* add jump-label styling for base16_transparent theme

* keep the change consistent with other themes from base16 family

* update jump-labels color to blue and make them bold
  • Loading branch information
pawelgrzybek authored and mtoohey31 committed Jun 2, 2024
1 parent ad4c928 commit db94a26
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions base16_theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"label" = "magenta"
"namespace" = "magenta"
"ui.help" = { fg = "white", bg = "black" }
"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] }

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

"ui.background" = { bg = "base00" }
"ui.virtual.whitespace" = "base03"
"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
1 change: 1 addition & 0 deletions runtime/themes/base16_default_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"ui.cursor" = { fg = "base04", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "base05", modifiers = ["reversed"] }
"ui.virtual.whitespace" = "base03"
"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] }
"ui.text" = "base05"
"operator" = "base05"
"ui.text.focus" = "base05"
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/base16_terminal.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +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" = { fg = "blue", modifiers = ["bold", "underlined"] }
"variable" = "light-red"
"constant.numeric" = "yellow"
"constant" = "yellow"
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/base16_transparent.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +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" = { fg = "blue", modifiers = ["bold", "underlined"] }

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

0 comments on commit db94a26

Please sign in to comment.