Skip to content

Instantly share code, notes, and snippets.

@BlazerYoo
Created February 11, 2024 01:57
Show Gist options
  • Save BlazerYoo/c625c10a81f90b9af51bc15f0d4075ba to your computer and use it in GitHub Desktop.
Save BlazerYoo/c625c10a81f90b9af51bc15f0d4075ba to your computer and use it in GitHub Desktop.
Ansi colors
{
"fg_default": 39,
"bg_default": 49,
"fg_black": 30,
"bg_black": 40,
"fg_red": 31,
"bg_red": 41,
"fg_green": 32,
"bg_green": 42,
"fg_yellow": 33,
"bg_yellow": 43,
"fg_blue": 34,
"bg_blue": 44,
"fg_magenta": 35,
"bg_magenta": 45,
"fg_cyan": 36,
"bg_cyan": 46,
"fg_white": 37,
"bg_white": 47,
"fg_bright_black": 90,
"bg_bright_black": 100,
"fg_bright_red": 91,
"bg_bright_red": 101,
"fg_bright_green": 92,
"bg_bright_green": 102,
"fg_bright_yellow": 93,
"bg_bright_yellow": 103,
"fg_bright_blue": 94,
"bg_bright_blue": 104,
"fg_bright_magenta": 95,
"bg_bright_magenta": 105,
"fg_bright_cyan": 96,
"bg_bright_cyan": 106,
"fg_bright_white": 97,
"bg_bright_white": 107
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment