Skip to content

Instantly share code, notes, and snippets.

@lethalbit
lethalbit / pride.py
Last active August 11, 2023 20:57
New and improved 24-bit ANSI pride flags for your terminal
#!/usr/bin/env python3
# SPDX-License-Identifier: BSD-3-Clause
flags = {
'trans': [
('091', '206', '250'),
('254', '169', '184'),
('255', '255', '255'),
('254', '169', '184'),
('091', '206', '250'),