1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-20 15:56:05 +02:00

Improve HTML highlighting (#10503)

This commit is contained in:
ves 2024-04-18 09:57:26 +03:00 committed by GitHub
parent 8924691c5d
commit 97f683b336
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" }
@ -79,6 +83,7 @@ pink = "#EE64AE"
selection = "#353747"
green = "#27D796"
orange = "#FAB795"
brown = "#F09383"
purple = "#B877DB"
red = "#E95678"
blue = "#25B2BC"