Fixing architecture image on dark theme

This commit is contained in:
Erick Tovar 2021-02-06 12:52:38 -08:00 committed by Aleksey Kladov
parent 720abf15ec
commit a423a5196c

View file

@ -21,7 +21,7 @@ See also these implementation-related blog posts:
## Bird's Eye View
![](https://user-images.githubusercontent.com/1711539/50114578-e8a34280-0255-11e9-902c-7cfc70747966.png)
![](https://user-images.githubusercontent.com/4789492/107129398-0ab70f00-687a-11eb-9bfc-d4eb023aec06.png)
On the highest level, rust-analyzer is a thing which accepts input source code from the client and produces a structured semantic model of the code.