Skip to content

Commit

Permalink
Dial back opacity of border.1 in dark themes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunsfeld committed Jan 26, 2022
1 parent 76bbd10 commit f1d6211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/zed/assets/themes/black.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extends = "_base"

[border]
0 = "#000000B2"
1 = "#FFFFFF4A"
1 = "#FFFFFF20"

[text]
0 = { extends = "$text.base", color = "#ffffff" }
Expand Down
2 changes: 1 addition & 1 deletion crates/zed/assets/themes/dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extends = "_base"

[border]
0 = "#1B222B"
1 = "#FFFFFF4A"
1 = "#FFFFFF20"

[text]
0 = { extends = "$text.base", color = "#FFFFFF" }
Expand Down

0 comments on commit f1d6211

Please sign in to comment.