From a37109e5f6e139ec01951b917c56a9696c55d86c Mon Sep 17 00:00:00 2001 From: Craig Barnes Date: Thu, 12 Aug 2021 13:10:49 +0100 Subject: [PATCH] readme: change "32bpp" to "24bpp" in features list This is somewhat ambiguous, but in a terminal context "True Color" is usually synonymous with 24-bit RGB (as opposed to 32-bit RGBA). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f12e5257..36abec00 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The fast, lightweight and minimalistic Wayland terminal emulator. * Color emoji support * IME (via `text-input-v3`) * Multi-seat -* TrueColors (32bpp) +* True Color (24bpp) * [Synchronized Updates](https://gitlab.freedesktop.org/terminal-wg/specifications/-/merge_requests/2) support * [Sixel image support](https://en.wikipedia.org/wiki/Sixel)