diff --git a/zed/assets/themes/black.toml b/zed/assets/themes/black.toml index 655ebd9ca3b881a2f4c02b806ef62c34e7dee519..593d289efe42e2eb6e7c6f1e48d7c31ad5b25168 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 b5329aedb54cbf80f63d92de9a306672208111cf..01386f7bf4957f44a2a45f31e196c284a443a511 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 0e16e79276b8fa7a6fcb8a93359ca9c38392c301..9a84c0dfb2d93b0fb092be1e15e40c44b4f5f0c7 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"