mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
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:
parent
7db78b3961
commit
e2b30ad031
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue