Skip to content

Commit

Permalink
Add jump label color to horizon-dark theme (helix-editor#9984)
Browse files Browse the repository at this point in the history
  • Loading branch information
vesdev authored and postsolar committed Apr 20, 2024
1 parent 3534f42 commit b7eb7dc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions runtime/themes/horizon-dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ namespace = "orange"
"ui.gutter" = "gray"
"ui.gutter.selected" = "light-gray"
"ui.selection" = { bg = "selection" }
"ui.virtual.indent-guide" = { fg = "gray"}
"ui.virtual.whitespace" = { fg = "light-gray"}
"ui.virtual.indent-guide" = { fg = "gray" }
"ui.virtual.whitespace" = { fg = "light-gray" }
"ui.statusline" = { bg = "dark-bg", fg = "light-gray" }
"ui.popup" = { bg = "dark-bg", fg = "orange" }
"ui.help" = { bg = "dark-bg", fg = "orange" }
Expand All @@ -37,13 +37,14 @@ namespace = "orange"
"ui.window" = "selection"
"ui.bufferline" = { bg = "dark-bg", fg = "light-gray" }
"ui.bufferline.active" = { bg = "dark-bg", fg = "orange" }
"ui.virtual.jump-label" = { fg = "pink", modifiers = ["bold"] }

# Diagnostics
"diagnostic" = { underline = { style = "curl" } }
"diagnostic.hint" = { underline = { color = "green", style = "curl" } }
"diagnostic.info" = { underline = { color = "blue", style = "curl" } }
"diagnostics.error" = { underline = { color = "red", style = "curl"} }
"diagnostics.warning" = { underline = { color = "orange", style = "curl"} }
"diagnostics.error" = { underline = { color = "red", style = "curl" } }
"diagnostics.warning" = { underline = { color = "orange", style = "curl" } }

warning = { fg = "orange", modifiers = ["bold"] }
error = { fg = "red", modifiers = ["bold"] }
Expand All @@ -62,7 +63,7 @@ hint = { fg = "green", modifiers = ["bold"] }
"markup.quote" = "orange"
"markup.raw" = "orange"

"diff.plus" = "green"
"diff.plus" = "green"
"diff.minus" = "red"
"diff.delta" = "orange"

Expand Down

0 comments on commit b7eb7dc

Please sign in to comment.