colors.sh: Añadidos colores de fondo
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Texto
|
||||||
#BLACK=$(tput setaf 0)
|
#BLACK=$(tput setaf 0)
|
||||||
#RED=$(tput setaf 1)
|
#RED=$(tput setaf 1)
|
||||||
#GREEN=$(tput setaf 2)
|
#GREEN=$(tput setaf 2)
|
||||||
@@ -10,6 +11,20 @@ BLUE=$(tput setaf 4)
|
|||||||
#MAGENTA=$(tput setaf 5)
|
#MAGENTA=$(tput setaf 5)
|
||||||
#CYAN=$(tput setaf 6)
|
#CYAN=$(tput setaf 6)
|
||||||
#WHITE=$(tput setaf 7)
|
#WHITE=$(tput setaf 7)
|
||||||
|
|
||||||
|
# Fondo
|
||||||
|
#BLACK_BG=$(tput setab 0)
|
||||||
|
#RED_BG=$(tput setab 1)
|
||||||
|
#GREEN_BG=$(tput setab 2)
|
||||||
|
#YELLOW_BG=$(tput setab 3)
|
||||||
|
#LIME_YELLOW_BG=$(tput setab 190)
|
||||||
|
#POWDER_BLUE_BG=$(tput setab 153)
|
||||||
|
#BLUE_BG=$(tput setab 4)
|
||||||
|
#MAGENTA_BG=$(tput setab 5)
|
||||||
|
#CYAN_BG=$(tput setab 6)
|
||||||
|
#WHITE_BG=$(tput setab 7)
|
||||||
|
|
||||||
|
# Especiales
|
||||||
#BRIGHT=$(tput bold)
|
#BRIGHT=$(tput bold)
|
||||||
NORMAL=$(tput sgr0)
|
NORMAL=$(tput sgr0)
|
||||||
#BLINK=$(tput blink)
|
#BLINK=$(tput blink)
|
||||||
|
|||||||
Reference in New Issue
Block a user