From a5a33b600fb8bd9a1ed3a659b8c56da1fa545ca0 Mon Sep 17 00:00:00 2001 From: Ivar Eftedal <146436657+ioeftedal@users.noreply.github.com> Date: Sat, 28 Feb 2026 16:37:31 +0100 Subject: [PATCH 1/2] chore: revise true color support note for MacOS Updated note about MacOS terminal true color support, and added ghostty as an option for terminal emulator. --- src/content/docs/index.mdx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 9f8b1b501..5477a58c8 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -49,11 +49,13 @@ on the remote system. :::note -\[2\] When using default theme: For MacOS, the default -terminal does not have true color support. You will need to use -[iTerm2](https://iterm2.com/), [Kitty](https://sw.kovidgoyal.net/kitty/), -[WezTerm](https://wezfurlong.org/wezterm/), or another [terminal -emulator](https://github.com/termstandard/colors) that has true color support. +\[2\] When using default theme: For MacOS before Tahoe 26, +the default terminal does not have true color support. You will need to use +[Ghostty](https://ghostty.org/), [iTerm2](https://iterm2.com/), [Kitty]( +https://sw.kovidgoyal.net/kitty/), [WezTerm](https://wezfurlong.org/wezterm/), +or another [terminal emulator](https://github.com/termstandard/colors) that +has true color support (default terminal in MacOS Tahoe 26 has added true +color support). ::: From 03dcbde12b555df27ee9a6e35da2595cb7088596 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Sun, 1 Mar 2026 07:07:02 -0500 Subject: [PATCH 2/2] simplify true color note Co-authored-by: Uzair Aftab <48220549+Uzaaft@users.noreply.github.com> --- src/content/docs/index.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 5477a58c8..674461bf5 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -49,13 +49,11 @@ on the remote system. :::note -\[2\] When using default theme: For MacOS before Tahoe 26, -the default terminal does not have true color support. You will need to use +\[2\] When using default theme: The default MacOS terminal does not support true colors until Tahoe 26. On older versions, use [Ghostty](https://ghostty.org/), [iTerm2](https://iterm2.com/), [Kitty]( https://sw.kovidgoyal.net/kitty/), [WezTerm](https://wezfurlong.org/wezterm/), or another [terminal emulator](https://github.com/termstandard/colors) that -has true color support (default terminal in MacOS Tahoe 26 has added true -color support). +has true color support. :::