From 02768b7f7bcab53e40c19e0910daca517b04cff6 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Thu, 16 Sep 2021 17:39:12 +0200 Subject: [PATCH] Remove duplicated text base definition --- 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(-) diff --git a/zed/assets/themes/black.toml b/zed/assets/themes/black.toml index 53d9957f4b..3a7319e2a9 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 cf17c62fdb..f9c5a97f2a 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 80f84f998c..fe3262b12c 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" }