mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-26 12:21:50 +00:00
Remove underline from function syntax highlighting
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
31d8c02061
commit
d5f07ea890
3 changed files with 6 additions and 6 deletions
|
@ -34,11 +34,11 @@ hover = "#00000033"
|
|||
|
||||
[syntax]
|
||||
keyword = { color = "#0086c0", weight = "bold" }
|
||||
function = { color = "#dcdcaa", underline = true }
|
||||
function = "#dcdcaa"
|
||||
string = "#cb8f77"
|
||||
type = "#4ec9b0"
|
||||
number = "#b5cea8"
|
||||
comment = "#6a9955"
|
||||
property = "#4e94ce"
|
||||
variant = "#4fc1ff"
|
||||
constant = "#9cdcfe"
|
||||
constant = "#9cdcfe"
|
||||
|
|
|
@ -34,11 +34,11 @@ hover = "#00000033"
|
|||
|
||||
[syntax]
|
||||
keyword = { color = "#0086c0", weight = "bold" }
|
||||
function = { color = "#dcdcaa", underline = true }
|
||||
function = "#dcdcaa"
|
||||
string = "#cb8f77"
|
||||
type = "#4ec9b0"
|
||||
number = "#b5cea8"
|
||||
comment = "#6a9955"
|
||||
property = "#4e94ce"
|
||||
variant = "#4fc1ff"
|
||||
constant = "#9cdcfe"
|
||||
constant = "#9cdcfe"
|
||||
|
|
|
@ -34,11 +34,11 @@ hover = "#0000000D"
|
|||
|
||||
[syntax]
|
||||
keyword = { color = "#0000fa", weight = "bold" }
|
||||
function = { color = "#795e26", underline = true }
|
||||
function = "#795e26"
|
||||
string = "#a82121"
|
||||
type = "#267f29"
|
||||
number = "#b5cea8"
|
||||
comment = "#6a9955"
|
||||
property = "#4e94ce"
|
||||
variant = "#4fc1ff"
|
||||
constant = "#9cdcfe"
|
||||
constant = "#9cdcfe"
|
||||
|
|
Loading…
Reference in a new issue