10#define LINUX_UTILS_HPP
string capture_terminal_response()
Captures terminal response to color query.
tuple< int, int, int > parse_terminal_color_response()
Parses terminal color response into RGB components on Windows.
bool is_bg_color_dark()
Determines if terminal background color is dark.
int convert_16_bit_to_8_bit(const string &hex16)
Converts a 16-bit hex color string to 8-bit RGB components.
float get_terminal_bg_color_luminance()
Gets the luminance of terminal background color.