Index: flowtimer/configs/colors.json
===================================================================
--- flowtimer/configs/colors.json	(revision 89b06164ae0e3ae29770629ef643765ad3b64c34)
+++ flowtimer/configs/colors.json	(revision 794b5c202d4946b34adc370b80a8ea4f4f60f99c)
@@ -1,4 +1,4 @@
 {
-    "color_list": [
+    "color_schemes": [
 	{
 	    "title": "Completed",
Index: flowtimer/main.py
===================================================================
--- flowtimer/main.py	(revision 89b06164ae0e3ae29770629ef643765ad3b64c34)
+++ flowtimer/main.py	(revision 794b5c202d4946b34adc370b80a8ea4f4f60f99c)
@@ -176,5 +176,5 @@
                 colors = json.loads(color_file.read())
             print(e)
-        return colors.get('color_list', [])
+        return colors.get('color_schemes', [])
 
     def change_config(self, json_string):
