Skip to content

Commit

Permalink
Merge pull request #53 from jonasmalacofilho/fix-48
Browse files Browse the repository at this point in the history
Fix the 256 palette script failed login issue
  • Loading branch information
morhetz committed Mar 10, 2015
2 parents ffe202e + 9bdd525 commit e52d140
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gruvbox_256palette.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,8 @@ if [ "${TERM%%-*}" = "screen" ]; then
printf "\033P\033]4;66;rgb:42/7b/58\007\033\\"
printf "\033P\033]4;130;rgb:af/3a/03\007\033\\"
fi
else
if [ "$TERM" = "linux" ] || [ "$TERM" = "vt100" ] || [ "$TERM" = "vt220" ]; then
exit 1
fi

elif [ "$TERM" != "linux" ] && [ "$TERM" != "vt100" ] && [ "$TERM" != "vt220" ]; then

printf "\033]4;236;rgb:32/30/2f\033\\"
printf "\033]4;234;rgb:1d/20/21\033\\"
Expand Down

0 comments on commit e52d140

Please sign in to comment.