merge py3 support
[rainbowstream.git] / rainbowstream / colorset / solarized.json
index 5b852091997e55a2de8940b3273f170f57c3fd52..b3b3c2cc65cf38c9ae2a171960d40caad10332c6 100644 (file)
@@ -26,7 +26,7 @@
         "nick"      : "term_64",
         "clock"     : "term_32",
         "id"        : "term_124",
-        "favourite" : "term_64",
+        "favorited" : "term_64",
         "rt"        : "term_66",
         "link"      : "term_23",
         "keyword"   : "on_light_green"
 
     "CAL" : {
         "days": "term_64",
-        "today": "on_light_green"
+        "today": "light_green"
+    },
+
+    "GROUP" : {
+        "name": "term_64",
+        "member": "term_130",
+        "subscriber": "term_32",
+        "mode": "term_164",
+        "description": "term_66",
+        "clock": "term_32"
     }
-}
\ No newline at end of file
+}