From fbc88d5f8894c3d69396c297fa23f5a636a06d5a Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 27 Aug 2021 15:11:39 -0700 Subject: [PATCH] Get the light theme loading again --- zed/assets/themes/light.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zed/assets/themes/light.toml b/zed/assets/themes/light.toml index 6702c18f1c..564542817b 100644 --- a/zed/assets/themes/light.toml +++ b/zed/assets/themes/light.toml @@ -7,7 +7,7 @@ extends = "_base" 3 = "#3a3b3c" [text] -base = { family = "Inconsolata" } +base = { family = "Helvetica", size = 14.0 } 0 = { extends = "$text.base", color = "#acacac" } 1 = { extends = "$text.base", color = "#111111" } 2 = { extends = "$text.base", color = "#333333" }