mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 02:48:34 +00:00
Get the light theme loading again
This commit is contained in:
parent
936af9bc5e
commit
fbc88d5f88
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue