Skip to content

Commit

Permalink
fix: changed to light colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anant Murmu committed Aug 24, 2022
1 parent b8401a1 commit b96aefc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions install_neovim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

# Foreground colors
BLACK='\033[0;30m'
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[0;33m'
BLUE='\033[0;34m'
MAGENTA='\033[0;35m'
CYAN='\033[0;36m'
WHITE='\033[0;37m'
RED='\033[1;31m'
GREEN='\033[1;32m'
YELLOW='\033[1;33m'
BLUE='\033[1;34m'
MAGENTA='\033[1;35m'
CYAN='\033[1;36m'
WHITE='\033[1;37m'
NC='\033[0m' # No Color

#Cursor Position control
Expand Down

0 comments on commit b96aefc

Please sign in to comment.