1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-04-30 09:15:08 +02:00

Varua theme jump label support (#10299)

This commit is contained in:
Bertrand Bousquet 2024-04-08 13:53:10 +00:00 committed by GitHub
parent 1e7c01d75b
commit d180395461
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,6 +78,7 @@
"diagnostic.error" = { underline = { style = "curl", color = "red" } }
"diagnostic.unnecessary" = { modifiers = ["dim"] }
"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
"ui.virtual.jump-label" = { fg = "red", modifiers = ["bold"] }
[palette]
bg0 = "#282828"