mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
parent
e77b7d147c
commit
1de17a2530
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
"constant.numeric" = { fg = "yellow" } # .integer / .float
|
||||
"string" = { fg = "pink" } # .regexp
|
||||
# "string.special" = {} #.path / .url / .symbol
|
||||
"string.special" = { modifier = ["underline"] } #.path / .url / .symbol
|
||||
"string.special" = { modifiers = ["underlined"] } #.path / .url / .symbol
|
||||
"comment" = { fg = "dark_gray" } # .line
|
||||
# "comment.block" = {} # .documentation
|
||||
"variable" = { fg = "light" } # .builtin / .parameter
|
||||
|
@ -102,6 +102,7 @@ blue_accent = "#2197F3"
|
|||
pink_accent = "#E44C7A"
|
||||
green_accent = "#00AF99"
|
||||
orange_accent = "#EE7F25"
|
||||
yellow_accent = "#DEA407"
|
||||
|
||||
# variables intended for future updates
|
||||
checkmark = "#44B254"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue