Giter VIP home page Giter VIP logo

codigo-de-colores-bash's Introduction

CODIGO DE COLORES

## GRUPO 0 - COLORES BASICOS 0;30 - 37
negro="\e[0;30m"
rojo="\e[0;31m"
verde="\e[0;32m"
amarillo="\e[0;33m"
azul="\e[0;34m"
morado="\e[0;35m"
celeste="\e[0;36m"
blanco="\e[0;37m"

## GRUPO 1 - COLORES BASICOS NEGRITA 1;30 - 37
bnegro="\e[1;30m"
brojo="\e[1;31m"
bverde="\e[1;32m"
bamarillo="\e[1;33m"
bazul="\e[1;34m"
bmorado="\e[1;35m"
bceleste="\e[1;36m"
bblanco="\e[1;37m"

## GRUPO 2 - COLORES BASICOS FONDO 40 - 47
fnegro="\e[40m"
frojo="\e[41m"
fverde="\e[42m"
famarillo="\e[43m"
fazul="\e[44m"
fmorado="\e[45m"
fceleste="\e[46m"
fblanco="\e[47m"

## GRUPO 3 - COLORES BASICOS SUBRAYADO 4;30 -37
snegro="\e[4;30m"
srojo="\e[4;31m"
sverde="\e[4;32m"
samarillo="\e[4;33m"
sazul="\e[4;34m"
smorado="\e[4;35m"
sceleste="\e[4;36m"
sblanco="\e[4;37m"

## GRUPO 4 - COLORES BASICOS ALTA INTENSIDAD 0;90 - 97
hnegro="\e[0;90m"
hrojo="\e[0;91m"
hverde="\e[0;92m"
hamarillo="\e[0;93m"
hazul="\e[0;94m"
hmorado="\e[0;95m"
hceleste="\e[0;96m"
hblanco="\e[0;97m"

## GRUPO 5 - COLORES BASICOS NEGRITA ALTA INTENSIDAD 1;90 - 97
nhnegro="\e[1;90m"
nhrojo="\e[1;91m"
nhverde="\e[1;92m"
nhamarillo="\e[1;93m"
nhazul="\e[1;94m"
nhmorado="\e[1;95m"
nhceleste="\e[1;96m"
nhblanco="\e[1;97m"

## GRUPO 6 - COLORES BASICOS FONDO ALTA INTENSIDAD 0,100 - 107
fhnegro="\e[0;100m"
fhrojo="\e[0;101m"
fhverde="\e[0;102m"
fhamarillo="\e[0;103m"
fhazul="\e[0;104m"
fhmorado="\e[0;105m"
fhceleste="\e[0;106m"
fhblanco="\e[0;107m"

## GRUPO 7 - COLORES BASICOS FONDO ALTA INTENSIDAD TEXTO NEGRITA 1,100 - 107
fnhnegro='\e[1;100m' # NEGRO
fnhrojo='\e[1;101m' # ROJO
fnhverde='\e[1;102m' # VERDE
fnhamarillo='\e[1;103m' # AMARILLO
fnhazul='\e[1;104m' # AZUL
fnhmorado='\e[1;105m' # MORADO
fnhceleste='\e[1;106m' # CELESTE
fnhblanco='\e[1;107m' # BLANCO

## REINICIAR COLOR
#reset color
resetc="\e[0m"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.