docs: revise true color support note for MacOS#181
Open
ioeftedal wants to merge 1 commit intoAstroNvim:mainfrom
Open
docs: revise true color support note for MacOS#181ioeftedal wants to merge 1 commit intoAstroNvim:mainfrom
ioeftedal wants to merge 1 commit intoAstroNvim:mainfrom
Conversation
Updated note about MacOS terminal true color support, and added ghostty as an option for terminal emulator.
✅ Deploy Preview for peaceful-platypus-6db452 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Uzaaft
reviewed
Feb 28, 2026
Comment on lines
+52
to
+58
| <sup id="2">\[2\]</sup> 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). |
Member
There was a problem hiding this comment.
Recon we can make this much more briefer:
Suggested change
| <sup id="2">\[2\]</sup> 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). | |
| <sup id="2">\[2\]</sup> 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📑 Description
Updated note about MacOS terminal true color support, and added ghostty as an option for terminal emulator.