Remove underline from functions in dark theme
Co-Authored-By: Max Brunsfeld <max@zed.dev> Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
co-authored by
Max Brunsfeld
Nathan Sobo
parent
7db78b3961
commit
e2b30ad031
@@ -23,7 +23,7 @@ bad = "#b7372e"
|
||||
|
||||
[syntax]
|
||||
keyword = { color = "#0086c0", weight = "bold" }
|
||||
function = { color = "#dcdcaa", underline = true }
|
||||
function = { color = "#dcdcaa" }
|
||||
string = "#cb8f77"
|
||||
type = "#4ec9b0"
|
||||
number = "#b5cea8"
|
||||
|
||||
Reference in New Issue
Block a user