Skip to content

Commit

Permalink
Improve HTML highlighting (helix-editor#10503)
Browse files Browse the repository at this point in the history
  • Loading branch information
vesdev authored and postsolar committed Apr 20, 2024
1 parent 27fa970 commit d362a7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions runtime/themes/horizon-dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@ constant = "purple"
"constant.numeric" = "orange"
"constant.builtin" = "orange"
variable = "red"
attribute = "brown"
comment = "light-gray"
special = "purple"
"punctuation" = "red"
"punctuation.bracket" = "purple"
"punctuation.delimiter" = "white"
keyword = "purple"
function = "blue"
label = "orange"
type = "orange"
constructor = "orange"
namespace = "orange"
tag = "red"

# User Interface
"ui.background" = { bg = "bg", fg = "gray" }
Expand Down Expand Up @@ -79,6 +83,7 @@ pink = "#EE64AE"
selection = "#353747"
green = "#27D796"
orange = "#FAB795"
brown = "#F09383"
purple = "#B877DB"
red = "#E95678"
blue = "#25B2BC"

0 comments on commit d362a7f

Please sign in to comment.