Added increase contrast option
diff --git a/src/_locales/ca/messages.json b/src/_locales/ca/messages.json
index 29c8f60..4a2d979 100644
--- a/src/_locales/ca/messages.json
+++ b/src/_locales/ca/messages.json
@@ -59,6 +59,10 @@
     "message": "Activa la <i>flag</i> <code class=\"help\" title=\"Aquesta flag activa la funcionalitat de moure fils d'un fòrum on ets un EP a un altre fòrum a la Consola de la Comunitat.\">enableMoveThread</code> de la Consola de la Comunitat.",
     "description": "Feature checkbox in the options page"
   },
+  "options_increasecontrast":{
+    "message": "Incrementa el contrast entre els fils llegits i no llegits a la Consola de la Comunitat.",
+    "description": "Feature checkbox in the options page"
+  },
   "options_save": {
     "message": "Desa",
     "description": "Button in the options page to save the settings"
diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json
index 9b5e5ec..24b93c9 100644
--- a/src/_locales/en/messages.json
+++ b/src/_locales/en/messages.json
@@ -59,6 +59,10 @@
     "message": "Enables the <code class=\"help\" title=\"This flag activates the functionality which allows a PE to move threads from a forum where they are currently a PE to another forum in the Community Console.\">enableMoveThread</code> Community Console flag.",
     "description": "Feature checkbox in the options page"
   },
+  "options_increasecontrast":{
+    "message": "Increase contrast between read and unread threads in the Community Console.",
+    "description": "Feature checkbox in the options page"
+  },
   "options_save": {
     "message": "Save",
     "description": "Button in the options page to save the settings"
diff --git a/src/_locales/es/messages.json b/src/_locales/es/messages.json
index 6696750..2d075a1 100644
--- a/src/_locales/es/messages.json
+++ b/src/_locales/es/messages.json
@@ -59,6 +59,10 @@
     "message": "Activa la <i>flag</i> <code class=\"help\" title=\"Esta flag activa la funcionalidad de mover hilos de un foro donde seas un EP a otro foro en la Consola de la Comunidad.\">enableMoveThread</code> de la Consola de la Comunidad.",
     "description": "Feature checkbox in the options page"
   },
+  "options_increasecontrast":{
+    "message": "Incrementa el contraste entre los hilos leídos y no leídos en la Consola de la Comunidad.",
+    "description": "Feature checkbox in the options page"
+  },
   "options_save": {
     "message": "Guardar",
     "description": "Button in the options page to save the settings"