Begin porting Zed1 themes to Zed2 (#3793)

This PR is a first pass at porting the Zed1 themes to Zed2.

For the initial release of Zed2 we'll be shipping just the themes that
existed in Zed1, ported to Zed2. The new themes that were previously
added just in Zed2 have been removed.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2023-12-22 17:37:53 -05:00 committed by GitHub
parent a1bd636c18
commit b501f4eafc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 11599 additions and 7614 deletions

View file

@ -537,6 +537,7 @@ impl Render for Dock {
div()
.flex()
.bg(cx.theme().colors().panel_background)
.border_color(cx.theme().colors().border)
.overflow_hidden()
.map(|this| match self.position().axis() {