From 25fc964ae89fa17a220fcb7e9e0d5aeb50ec650d Mon Sep 17 00:00:00 2001 From: Joseph Amis <36118579+joeamis95@users.noreply.github.com> Date: Wed, 2 Oct 2019 20:54:29 -0400 Subject: [PATCH] added extra colors to color palette (#3842) --- app/config/config-default.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/config/config-default.js b/app/config/config-default.js index 5ba1fe8f..f1a83b5c 100644 --- a/app/config/config-default.js +++ b/app/config/config-default.js @@ -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)