Remove underline from function syntax highlighting

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Max Brunsfeld 2021-09-07 17:50:24 -07:00
parent 31d8c02061
commit d5f07ea890
3 changed files with 6 additions and 6 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"