Change summary
zed/assets/themes/black.toml | 3 +--
zed/assets/themes/dark.toml | 1 -
zed/assets/themes/light.toml | 1 -
3 files changed, 1 insertion(+), 4 deletions(-)
Detailed changes
@@ -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"
+constant = "#9cdcfe"
@@ -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" }
@@ -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" }