From e2b30ad031c50cb89e9c1807e3295bdc0f197c4e Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Tue, 7 Sep 2021 19:47:02 +0200 Subject: [PATCH] Remove underline from functions in dark theme Co-Authored-By: Max Brunsfeld Co-Authored-By: Nathan Sobo --- zed/assets/themes/dark.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zed/assets/themes/dark.toml b/zed/assets/themes/dark.toml index 6f7a8d6e80..baf25f723f 100644 --- a/zed/assets/themes/dark.toml +++ b/zed/assets/themes/dark.toml @@ -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"