added extra colors to color palette (#3842)

This commit is contained in:
Joseph Amis 2019-10-02 20:54:29 -04:00 committed by Benjamin Staneck
parent 5d7142c2df
commit 25fc964ae8

View file

@ -89,6 +89,8 @@ module.exports = {
lightMagenta: '#FD7CFC',
lightCyan: '#68FDFE',
lightWhite: '#FFFFFF',
limeGreen: '#32CD32',
lightCoral: '#F08080',
},
// the shell to run when spawning a new session (i.e. /usr/local/bin/fish)