Remove underline from function syntax highlighting
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
co-authored by
Nathan Sobo
parent
31d8c02061
commit
d5f07ea890
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user