From ab3f0b2406c605d06d91e912fe1e03439c8cd423 Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Fri, 17 Aug 2018 20:51:24 -0500
Subject: [PATCH] Colors

---
 src/uncategorized/corporationDevelopments.tw | 132 +++++++++----------
 1 file changed, 66 insertions(+), 66 deletions(-)

diff --git a/src/uncategorized/corporationDevelopments.tw b/src/uncategorized/corporationDevelopments.tw
index 9b8510bce7b..6a3e73e56f4 100644
--- a/src/uncategorized/corporationDevelopments.tw
+++ b/src/uncategorized/corporationDevelopments.tw
@@ -485,10 +485,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $generalAssets += 500>>
 			<<set $corpCash -= 500*$generalAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#genAssets">>
-				<<print cashFormat($generalAssetPrice*$generalAssets)>>
+				@@.yellowgreen;<<print cashFormat($generalAssetPrice*$generalAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -503,10 +503,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $generalAssets += (Math.trunc($corpCash/($generalAssetPrice*1000)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($generalAssetPrice*1000)))*($generalAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#genAssets">>
-				<<print cashFormat($generalAssetPrice*$generalAssets)>>
+				@@.yellowgreen;<<print cashFormat($generalAssetPrice*$generalAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -521,10 +521,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $generalAssets += (Math.trunc($corpCash/($generalAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($generalAssetPrice*500)))*($generalAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#genAssets">>
-				<<print cashFormat($generalAssetPrice*$generalAssets)>>
+				@@.yellowgreen;<<print cashFormat($generalAssetPrice*$generalAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -597,10 +597,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $slaveAssets += 500>>
 			<<set $corpCash -= 500*$slaveAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#slavAssets">>
-				<<print cashFormat($slaveAssetPrice*$slaveAssets)>>
+				@@.yellowgreen;<<print cashFormat($slaveAssetPrice*$slaveAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -615,10 +615,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $slaveAssets += (Math.trunc($corpCash/($slaveAssetPrice*1000)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($slaveAssetPrice*1000)))*($slaveAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#slavAssets">>
-				<<print cashFormat($slaveAssetPrice*$slaveAssets)>>
+				@@.yellowgreen;<<print cashFormat($slaveAssetPrice*$slaveAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -633,10 +633,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $slaveAssets += (Math.trunc($corpCash/($slaveAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($slaveAssetPrice*500)))*($slaveAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#slavAssets">>
-				<<print cashFormat($slaveAssetPrice*$slaveAssets)>>
+				@@.yellowgreen;<<print cashFormat($slaveAssetPrice*$slaveAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -651,10 +651,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $slaveAssets -= 500>>
 			<<set $corpCash += 500*$slaveAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#slavAssets">>
-				<<print cashFormat($slaveAssetPrice*$slaveAssets)>>
+				@@.yellowgreen;<<print cashFormat($slaveAssetPrice*$slaveAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -669,10 +669,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $slaveAssets = Math.trunc($slaveAssets/2)>>
 			<<set $corpCash += $slaveAssets*$slaveAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#slavAssets">>
-				<<print cashFormat($slaveAssetPrice*$slaveAssets)>>
+				@@.yellowgreen;<<print cashFormat($slaveAssetPrice*$slaveAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -729,10 +729,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $entrapmentAssets += 500>>
 			<<set $corpCash -= 500*$entrapmentAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trapAssets">>
-				<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>
+				@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -747,10 +747,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $entrapmentAssets += (Math.trunc($corpCash/($entrapmentAssetPrice*1000)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($entrapmentAssetPrice*1000)))*($entrapmentAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trapAssets">>
-				<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>
+				@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -765,10 +765,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $entrapmentAssets += (Math.trunc($corpCash/($entrapmentAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($entrapmentAssetPrice*500)))*($entrapmentAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trapAssets">>
-				<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>
+				@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -783,10 +783,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $entrapmentAssets -= 500>>
 			<<set $corpCash += 500*$entrapmentAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trapAssets">>
-				<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>
+				@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -801,10 +801,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $entrapmentAssets = Math.trunc($entrapmentAssets/2)>>
 			<<set $corpCash += $entrapmentAssets*$entrapmentAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trapAssets">>
-				<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>
+				@@.yellowgreen;<<print cashFormat($entrapmentAssetPrice*$entrapmentAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -861,10 +861,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $captureAssets += 500>>
 			<<set $corpCash -= 500*$captureAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#capAssets">>
-				<<print cashFormat($captureAssetPrice*$captureAssets)>>
+				@@.yellowgreen;<<print cashFormat($captureAssetPrice*$captureAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -879,10 +879,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $captureAssets += (Math.trunc($corpCash/($captureAssetPrice*1000)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($captureAssetPrice*1000)))*($captureAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#capAssets">>
-				<<print cashFormat($captureAssetPrice*$captureAssets)>>
+				@@.yellowgreen;<<print cashFormat($captureAssetPrice*$captureAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -897,10 +897,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $captureAssets += (Math.trunc($corpCash/($captureAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($captureAssetPrice*500)))*($captureAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#capAssets">>
-				<<print cashFormat($captureAssetPrice*$captureAssets)>>
+				@@.yellowgreen;<<print cashFormat($captureAssetPrice*$captureAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -915,10 +915,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $captureAssets -= 500>>
 			<<set $corpCash += 500*$captureAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#capAssets">>
-				<<print cashFormat($captureAssetPrice*$captureAssets)>>
+				@@.yellowgreen;<<print cashFormat($captureAssetPrice*$captureAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -933,10 +933,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $captureAssets = Math.trunc($captureAssets/2)>>
 			<<set $corpCash += $captureAssets*$captureAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#capAssets">>
-				<<print cashFormat($captureAssetPrice*$captureAssets)>>
+				@@.yellowgreen;<<print cashFormat($captureAssetPrice*$captureAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -993,10 +993,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $trainingAssets += 500>>
 			<<set $corpCash -= 500*$trainingAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trainAssets">>
-				<<print cashFormat($trainingAssetPrice*$trainingAssets)>>
+				@@.yellowgreen;<<print cashFormat($trainingAssetPrice*$trainingAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1011,10 +1011,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $trainingAssets += (Math.trunc($corpCash/($trainingAssetPrice*1000)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($trainingAssetPrice*1000)))*($trainingAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trainAssets">>
-				<<print cashFormat($trainingAssetPrice*$trainingAssets)>>
+				@@.yellowgreen;<<print cashFormat($trainingAssetPrice*$trainingAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1029,10 +1029,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $trainingAssets += (Math.trunc($corpCash/($trainingAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($trainingAssetPrice*500)))*($trainingAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trainAssets">>
-				<<print cashFormat($trainingAssetPrice*$trainingAssets)>>
+				@@.yellowgreen;<<print cashFormat($trainingAssetPrice*$trainingAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1047,10 +1047,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $trainingAssets -= 500>>
 			<<set $corpCash += 500*$trainingAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trainAssets">>
-				<<print cashFormat($trainingAssetPrice*$trainingAssets)>>
+				@@.yellowgreen;<<print cashFormat($trainingAssetPrice*$trainingAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1065,10 +1065,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $trainingAssets = Math.trunc($trainingAssets/2)>>
 			<<set $corpCash += $trainingAssets*$trainingAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#trainAssets">>
-				<<print cashFormat($trainingAssetPrice*$trainingAssets)>>
+				@@.yellowgreen;<<print cashFormat($trainingAssetPrice*$trainingAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1125,10 +1125,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $surgicalAssets += 500>>
 			<<set $corpCash -= 500*$surgicalAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#surgAssets">>
-				<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>
+				@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1143,10 +1143,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $surgicalAssets += (Math.trunc($corpCash/($surgicalAssetPrice*1000)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($surgicalAssetPrice*1000)))*($surgicalAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#surgAssets">>
-				<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>
+				@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1161,10 +1161,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $surgicalAssets += (Math.trunc($corpCash/($surgicalAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($surgicalAssetPrice*500)))*($surgicalAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#surgAssets">>
-				<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>
+				@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1179,10 +1179,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $surgicalAssets -= 500>>
 			<<set $corpCash += 500*$surgicalAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#surgAssets">>
-				<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>
+				@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1197,10 +1197,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $surgicalAssets = Math.trunc($surgicalAssets/2)>>
 			<<set $corpCash += $surgicalAssets*$surgicalAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#surgAssets">>
-				<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>
+				@@.yellowgreen;<<print cashFormat($surgicalAssetPrice*$surgicalAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1257,10 +1257,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $drugAssets += 500>>
 			<<set $corpCash -= 500*$drugAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#drAssets">>
-				<<print cashFormat($drugAssetPrice*$drugAssets)>>
+				@@.yellowgreen;<<print cashFormat($drugAssetPrice*$drugAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1275,10 +1275,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $drugAssets += (Math.trunc($corpCash/($drugAssetPrice*1000)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($drugAssetPrice*1000)))*($drugAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#drAssets">>
-				<<print cashFormat($drugAssetPrice*$drugAssets)>>
+				@@.yellowgreen;<<print cashFormat($drugAssetPrice*$drugAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1293,10 +1293,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $drugAssets += (Math.trunc($corpCash/($drugAssetPrice*500)))*500>>
 			<<set $corpCash -= (Math.trunc($corpCash/($drugAssetPrice*500)))*($drugAssetPrice*500)>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#drAssets">>
-				<<print cashFormat($drugAssetPrice*$drugAssets)>>
+				@@.yellowgreen;<<print cashFormat($drugAssetPrice*$drugAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1311,10 +1311,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $drugAssets -= 500>>
 			<<set $corpCash += 500*$drugAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#drAssets">>
-				<<print cashFormat($drugAssetPrice*$drugAssets)>>
+				@@.yellowgreen;<<print cashFormat($drugAssetPrice*$drugAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
@@ -1329,10 +1329,10 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 			<<set $drugAssets = Math.trunc($drugAssets/2)>>
 			<<set $corpCash += $drugAssets*$drugAssetPrice>>
 			<<replace "#cashOnHand">>
-				<<print cashFormat($corpCash)>>
+				@@.yellowgreen;<<print cashFormat($corpCash)>>@@
 			<</replace>>
 			<<replace "#drAssets">>
-				<<print cashFormat($drugAssetPrice*$drugAssets)>>
+				@@.yellowgreen;<<print cashFormat($drugAssetPrice*$drugAssets)>>@@
 			<</replace>>
 			<<replace "#update">>
 			<</replace>>
-- 
GitLab