diff --git a/seasons.sty b/seasons.sty
index 55ba974f500a1c50c49981524f23e5efecefd9f7..fe1c64c250834f68fe30cbadb21777ba5bcc385f 100644
--- a/seasons.sty
+++ b/seasons.sty
@@ -77,11 +77,11 @@
 
 \newcommand\showTemperature{%
   \ifcase\value{temperature}%
-    cold%
+    frigid%
   \or%
     mild%
   \or%
-    hot%
+    warm%
   \else%
     scorching%
   \fi%