mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 17:44:30 +00:00
Make light collab cursor not yellow for Nathan ;)
This commit is contained in:
parent
a0c8b60a1b
commit
2286a94185
1 changed files with 2 additions and 2 deletions
|
@ -20,13 +20,13 @@ extends = "_base"
|
||||||
[selection]
|
[selection]
|
||||||
host = { selection = "#3B57BC33", cursor = "$text.0.color" }
|
host = { selection = "#3B57BC33", cursor = "$text.0.color" }
|
||||||
guests = [
|
guests = [
|
||||||
{ selection = "#FDF35133", cursor = "#FDF351" },
|
|
||||||
{ selection = "#4EACAD33", cursor = "#4EACAD" },
|
|
||||||
{ selection = "#D0453B33", cursor = "#D0453B" },
|
{ selection = "#D0453B33", cursor = "#D0453B" },
|
||||||
{ selection = "#3B874B33", cursor = "#3B874B" },
|
{ selection = "#3B874B33", cursor = "#3B874B" },
|
||||||
{ selection = "#BD7CB433", cursor = "#BD7CB4" },
|
{ selection = "#BD7CB433", cursor = "#BD7CB4" },
|
||||||
{ selection = "#EE823133", cursor = "#EE8231" },
|
{ selection = "#EE823133", cursor = "#EE8231" },
|
||||||
{ selection = "#5A2B9233", cursor = "#5A2B92" },
|
{ selection = "#5A2B9233", cursor = "#5A2B92" },
|
||||||
|
{ selection = "#FDF35133", cursor = "#FDF351" },
|
||||||
|
{ selection = "#4EACAD33", cursor = "#4EACAD" }
|
||||||
]
|
]
|
||||||
|
|
||||||
[status]
|
[status]
|
||||||
|
|
Loading…
Reference in a new issue