Improved blue color (not visible on transparent terminals)

This commit is contained in:
koumakpet 2020-02-29 22:20:20 +01:00
parent e456ebf6ae
commit 110bcd81fc
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# Set some basic colors using tput (8-bit color: 256 colors)
bold="$(tput bold)"
red="$(tput setaf 196)"
blue="$(tput setaf 27)"
blue="$(tput setaf 51)"
yellow="$(tput setaf 226)"
gold="$(tput setaf 214)"
grey="$(tput setaf 238)"

View file

@ -3,7 +3,7 @@
# Set some basic colors using tput (8-bit color: 256 colors)
bold="$(tput bold)"
red="$(tput setaf 196)"
blue="$(tput setaf 27)"
blue="$(tput setaf 51)"
yellow="$(tput setaf 226)"
gold="$(tput setaf 214)"
grey="$(tput setaf 238)"