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:
Antonio Scandurra 2021-09-07 19:47:02 +02:00
parent 7db78b3961
commit e2b30ad031

View file

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