Skip to content

Commit

Permalink
Add jump-label (helix-editor#10058)
Browse files Browse the repository at this point in the history
  • Loading branch information
atahrijouti authored and Schuyler Mortimer committed Jul 10, 2024
1 parent 0894f79 commit 35d6a3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runtime/themes/cyan_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,20 @@
"ui.help" = { fg = "shade06", bg = "shade01" }
"ui.text" = "shade05"
"ui.text.focus" = { fg = "shade07", bg = "light_blue" }

"ui.virtual" = "shade03"
"ui.virtual.ruler" = { bg = "shade01" }
"ui.virtual.inlay-hint" = { fg = "shade03_darker" }
"ui.virtual.jump-label" = { fg = "shade07", bg = "shade01", modifiers = ["bold" ] }

"ui.menu" = { fg = "shade05", bg = "shade01" }
"ui.menu.selected" = { fg = "shade07", bg = "light_blue" }

"hint" = "shade04"
"info" = "light_blue"
"warning" = "orange"
"error" = "red"

"diagnostic" = { modifiers = [] }
"diagnostic.hint" = { underline = { color = "shade04", style = "line" } }
"diagnostic.info" = { underline = { color = "light_blue", style = "line" } }
Expand Down

0 comments on commit 35d6a3f

Please sign in to comment.