From f444b7e3675be5e9c1f3dde8dd182fd3a152b7e3 Mon Sep 17 00:00:00 2001 From: Jon James Date: Thu, 31 Oct 2013 09:32:34 -0600 Subject: [PATCH] update global.variables. positive and negative now default to @red and @green --- src/global.variables | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/global.variables b/src/global.variables index faf1e094f..3fc9af27a 100755 --- a/src/global.variables +++ b/src/global.variables @@ -41,7 +41,6 @@ @blue : #6ECFF5; @gold : #FFCB08; @green : #5BBD72; -@lightGreen : #A1CF64; @orange : #E96633; @pink : #D9499A; @purple : #564F8A; @@ -51,8 +50,8 @@ @yellow : #F6F3D5; /*--- Emotive ---*/ -@positiveColor : #5BBD72; -@negativeColor : #D95C5C; +@positiveColor : @green; +@negativeColor : @red; @infoColor : #E6F4F9; @warningColor : #96904D;