diff --git a/script/tideay b/script/tideay
index b3aa26a..ea4ff3d 100755
--- a/script/tideay
+++ b/script/tideay
@@ -1093,7 +1093,7 @@
 
         editor.buffer.connect('mark-set', self.refresh)
 
-        editor.buffer.create_tag('found', background='lighe')
+        editor.buffer.create_tag('found', background='light blue')
 
         editor.view.connect('focus-out-event', self.unfocus)