diff --git a/lib/Rainbow/Colors/Coarbitrary.hs b/lib/Rainbow/Colors/Coarbitrary.hs
--- a/lib/Rainbow/Colors/Coarbitrary.hs
+++ b/lib/Rainbow/Colors/Coarbitrary.hs
@@ -5,8 +5,8 @@
 import Rainbow.Types.Coarbitrary
 import qualified Prelude.Coarbitrary
 
-both :: Both -> Gen b -> Gen b
-both (Both c8 mc256) =
+radiant :: Radiant -> Gen b -> Gen b
+radiant (Radiant c8 mc256) =
   color8 c8
   . Prelude.Coarbitrary.maybe color256 mc256
 
diff --git a/lib/Rainbow/Colors/Generators.hs b/lib/Rainbow/Colors/Generators.hs
--- a/lib/Rainbow/Colors/Generators.hs
+++ b/lib/Rainbow/Colors/Generators.hs
@@ -6,6 +6,6 @@
 import Control.Monad
 import qualified Prelude.Generators
 
-both :: Gen C.Both
-both = liftM2 C.Both G.color8
+radiant :: Gen C.Radiant
+radiant = liftM2 C.Radiant G.color8
   (Prelude.Generators.maybe G.color256)
diff --git a/lib/Rainbow/Colors/Shrinkers.hs b/lib/Rainbow/Colors/Shrinkers.hs
--- a/lib/Rainbow/Colors/Shrinkers.hs
+++ b/lib/Rainbow/Colors/Shrinkers.hs
@@ -4,7 +4,7 @@
 import qualified Rainbow.Types.Shrinkers as S
 import qualified Prelude.Shrinkers
 
-both :: C.Both -> [C.Both]
-both (C.Both c8 mc256) =
-  zipWith C.Both (S.color8 c8)
+radiant :: C.Radiant -> [C.Radiant]
+radiant (C.Radiant c8 mc256) =
+  zipWith C.Radiant (S.color8 c8)
     (Prelude.Shrinkers.maybe S.color256 mc256)
diff --git a/rainbow-tests.cabal b/rainbow-tests.cabal
--- a/rainbow-tests.cabal
+++ b/rainbow-tests.cabal
@@ -3,10 +3,10 @@
 -- http://www.github.com/massysett/cartel
 --
 -- Script name used to generate: genCabal.hs
--- Generated on: 2014-10-27 11:16:33.494023 EDT
+-- Generated on: 2014-11-22 18:13:51.98333 EST
 -- Cartel library version: 0.10.0.2
 name: rainbow-tests
-version: 0.18.0.0
+version: 0.20.0.0
 cabal-version: >= 1.14
 build-type: Simple
 license: BSD3
@@ -55,6 +55,6 @@
       base ((> 4.5.0.0 || == 4.5.0.0) && < 4.8.0.0)
     , terminfo ((> 0.3.2 || == 0.3.2) && < 0.5.0.0)
     , text ((> 0.11.2.0 || == 0.11.2.0) && < 1.2.0.0)
-    , rainbow == 0.18.0.0
+    , rainbow == 0.20.0.0
     , QuickCheck ((> 2.7.5 || == 2.7.5) && < 2.8)
     , barecheck ((> 0.2.0.0 || == 0.2.0.0) && < 0.3)
