From 2286a94185909e875fc4905e0f9095b9ec1cc7ff Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Sun, 17 Oct 2021 18:28:05 +0200 Subject: [PATCH] Make light collab cursor not yellow for Nathan ;) --- crates/zed/assets/themes/light.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/zed/assets/themes/light.toml b/crates/zed/assets/themes/light.toml index d19b5ad4c9..677a9fd6f6 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]