| > please please please don't use RGB values in your terminal colour Can you clarify what your suggestion is please? I assume you're talking about ANSI color escape sequences. There are 3 different ways colors are represented using ANSI color escape sequences (see https://en.wikipedia.org/wiki/ANSI_escape_code#Colors) 1. Using the 16-color palette which is dynamic and under user control. 2. Using the 256-color palette, which are hardcoded colors. 3. Specifying 24-bit colors (RGB), which also hard-coded colors. Are you asking developers of terminal applications to use neither (2) nor (3)? If so, that seems like an extraordinary, and inappropriate, request. I do hope however that developers of terminal applications make it possible to configure the application to use (1). For example, do you disapprove of the existence of all syntax highlighting color themes unless they use only the base 16 colors? |