Skip to content

Instantly share code, notes, and snippets.

@juniormartinxo
Last active August 18, 2022 17:12
Show Gist options
  • Select an option

  • Save juniormartinxo/facb1df03513223ee08720b8b7b26cc9 to your computer and use it in GitHub Desktop.

Select an option

Save juniormartinxo/facb1df03513223ee08720b8b7b26cc9 to your computer and use it in GitHub Desktop.
Cores no console.log()

Textos

  • \033[1;33m Amarelo
  • \033[0;34m Azul
  • \033[1;34m Azul Claro
  • \033[1;37m Branco
  • \033[0;37m Cinza Claro
  • \033[0;36m Cyan
  • \033[1;36m Cyan Claro
  • \033[0;33m Marrom
  • \033[1;30m Preto Acinzentado
  • \033[0;35m Purple
  • \033[1;35m Purple Claro
  • \033[0;32m Verde
  • \033[1;32m Verde Claro
  • \033[0;31m Vermelho
  • \033[1;31m Vermelho Claro

Background

  • \033[44;1;37m Fundo Azul
  • \033[47;1;37m Fundo Cinza
  • \033[46;1;37m Fundo Cyan
  • \033[43;1;37m Fundo Marrom
  • \033[40;1;37m Fundo Preto
  • \033[45;1;37m Fundo Purple
  • \033[41;1;37m Fundo Vermelho
  • \033[42;1;37m Fundo Verde

Efeitos

  • \033[8;30m Canceled
  • \033[7;30m Invertido
  • \033[5;30m Piscando
  • \033[4;30m Sublinhado
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment