mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-28 05:02:26 +00:00
Improved blue color (not visible on transparent terminals)
This commit is contained in:
parent
e456ebf6ae
commit
110bcd81fc
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Set some basic colors using tput (8-bit color: 256 colors)
|
# Set some basic colors using tput (8-bit color: 256 colors)
|
||||||
bold="$(tput bold)"
|
bold="$(tput bold)"
|
||||||
red="$(tput setaf 196)"
|
red="$(tput setaf 196)"
|
||||||
blue="$(tput setaf 27)"
|
blue="$(tput setaf 51)"
|
||||||
yellow="$(tput setaf 226)"
|
yellow="$(tput setaf 226)"
|
||||||
gold="$(tput setaf 214)"
|
gold="$(tput setaf 214)"
|
||||||
grey="$(tput setaf 238)"
|
grey="$(tput setaf 238)"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Set some basic colors using tput (8-bit color: 256 colors)
|
# Set some basic colors using tput (8-bit color: 256 colors)
|
||||||
bold="$(tput bold)"
|
bold="$(tput bold)"
|
||||||
red="$(tput setaf 196)"
|
red="$(tput setaf 196)"
|
||||||
blue="$(tput setaf 27)"
|
blue="$(tput setaf 51)"
|
||||||
yellow="$(tput setaf 226)"
|
yellow="$(tput setaf 226)"
|
||||||
gold="$(tput setaf 214)"
|
gold="$(tput setaf 214)"
|
||||||
grey="$(tput setaf 238)"
|
grey="$(tput setaf 238)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue