diff --git a/zed/assets/themes/black.toml b/zed/assets/themes/black.toml index 655ebd9ca3..593d289efe 100644 --- a/zed/assets/themes/black.toml +++ b/zed/assets/themes/black.toml @@ -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" \ No newline at end of file +constant = "#9cdcfe" diff --git a/zed/assets/themes/dark.toml b/zed/assets/themes/dark.toml index b5329aedb5..01386f7bf4 100644 --- a/zed/assets/themes/dark.toml +++ b/zed/assets/themes/dark.toml @@ -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" \ No newline at end of file +constant = "#9cdcfe" diff --git a/zed/assets/themes/light.toml b/zed/assets/themes/light.toml index 0e16e79276..9a84c0dfb2 100644 --- a/zed/assets/themes/light.toml +++ b/zed/assets/themes/light.toml @@ -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" \ No newline at end of file +constant = "#9cdcfe"