Skip to content

Instantly share code, notes, and snippets.

@cmaspi
Last active March 20, 2022 04:46
Show Gist options
  • Save cmaspi/7c131fd88d337bf468069a571fddf34f to your computer and use it in GitHub Desktop.
Save cmaspi/7c131fd88d337bf468069a571fddf34f to your computer and use it in GitHub Desktop.
This is a list of few colors schemes that can be used in terminal
Black: \u001b[30m
Red: \u001b[31m
Green: \u001b[32m
Yellow: \u001b[33m
Blue: \u001b[34m
Magenta: \u001b[35m
Cyan: \u001b[36m
White: \u001b[37m
Bright Black: \u001b[30;1m
Bright Red: \u001b[31;1m
Bright Green: \u001b[32;1m
Bright Yellow: \u001b[33;1m
Bright Blue: \u001b[34;1m
Bright Magenta: \u001b[35;1m
Bright Cyan: \u001b[36;1m
Bright White: \u001b[37;1m
Reset: \u001b[0m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment