diff --git a/zed/assets/themes/black.toml b/zed/assets/themes/black.toml index 53d9957f4b20b124f01460f5ccdc2a687444db87..3a7319e2a9e6af9b1f101981bfc8f107267b0c50 100644 --- a/zed/assets/themes/black.toml +++ b/zed/assets/themes/black.toml @@ -9,7 +9,6 @@ extends = "_base" 0 = "#0F1011" [text] -base = { family = "Inconsolata", size = 15 } 0 = { extends = "$text.base", color = "#ffffff" } 1 = { extends = "$text.base", color = "#b3b3b3" } 2 = { extends = "$text.base", color = "#7b7d80" } @@ -49,4 +48,4 @@ 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 cf17c62fdbed355397b727fcad1c5de9e02ec9d3..f9c5a97f2acd9a3b40bf92e254ce9b16ff9b9688 100644 --- a/zed/assets/themes/dark.toml +++ b/zed/assets/themes/dark.toml @@ -9,7 +9,6 @@ extends = "_base" 0 = "#1B222B" [text] -base = { family = "Inconsolata", size = 15 } 0 = { extends = "$text.base", color = "#FFFFFF" } 1 = { extends = "$text.base", color = "#CDD1E2" } 2 = { extends = "$text.base", color = "#9BA8BE" } diff --git a/zed/assets/themes/light.toml b/zed/assets/themes/light.toml index 80f84f998c1981d453b3d793298b3d5afdba0397..fe3262b12ca295168d14fe7e37cea069932562f0 100644 --- a/zed/assets/themes/light.toml +++ b/zed/assets/themes/light.toml @@ -9,7 +9,6 @@ extends = "_base" 0 = "#DDDDDC" [text] -base = { family = "Inconsolata", size = 15 } 0 = { extends = "$text.base", color = "#000000" } 1 = { extends = "$text.base", color = "#29292B" } 2 = { extends = "$text.base", color = "#7E7E83" }