mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-13 05:42:59 +00:00
Get light theme loading successfully
This commit is contained in:
parent
fa0739ee2e
commit
f4847bd38f
1 changed files with 10 additions and 4 deletions
|
@ -6,10 +6,16 @@ extends = "_base"
|
||||||
2 = "#ececec"
|
2 = "#ececec"
|
||||||
3 = "#3a3b3c"
|
3 = "#3a3b3c"
|
||||||
|
|
||||||
[text_color]
|
[text]
|
||||||
dull = "#acacac"
|
0 = "#acacac"
|
||||||
bright = "#111111"
|
1 = "#111111"
|
||||||
normal = "#333333"
|
2 = "#333333"
|
||||||
|
|
||||||
|
[status]
|
||||||
|
good = "#4fac63"
|
||||||
|
info = "#3c5dd4"
|
||||||
|
warn = "#faca50"
|
||||||
|
bad = "#b7372e"
|
||||||
|
|
||||||
[syntax]
|
[syntax]
|
||||||
keyword = "#0000fa"
|
keyword = "#0000fa"
|
||||||
|
|
Loading…
Reference in a new issue