diff --git a/crates/zed/assets/themes/light.toml b/crates/zed/assets/themes/light.toml index d19b5ad4c97efd1a0aee02e026a676d75a97c656..677a9fd6f6f7b31ca49c58b7e34c7a2c4929e39e 100644 --- a/crates/zed/assets/themes/light.toml +++ b/crates/zed/assets/themes/light.toml @@ -20,13 +20,13 @@ extends = "_base" [selection] host = { selection = "#3B57BC33", cursor = "$text.0.color" } guests = [ - { selection = "#FDF35133", cursor = "#FDF351" }, - { selection = "#4EACAD33", cursor = "#4EACAD" }, { selection = "#D0453B33", cursor = "#D0453B" }, { selection = "#3B874B33", cursor = "#3B874B" }, { selection = "#BD7CB433", cursor = "#BD7CB4" }, { selection = "#EE823133", cursor = "#EE8231" }, { selection = "#5A2B9233", cursor = "#5A2B92" }, + { selection = "#FDF35133", cursor = "#FDF351" }, + { selection = "#4EACAD33", cursor = "#4EACAD" } ] [status]