Index: shared/scripts/configuration/config.py =================================================================== diff -u -r94e535b209b30b9aaae8174e92ea802f4a6c5452 -rb634bdd10b66a9b76dd6c3898b27f60bd25bcbdc --- shared/scripts/configuration/config.py (.../config.py) (revision 94e535b209b30b9aaae8174e92ea802f4a6c5452) +++ shared/scripts/configuration/config.py (.../config.py) (revision b634bdd10b66a9b76dd6c3898b27f60bd25bcbdc) @@ -20,11 +20,6 @@ COMMON_PATH = os.environ['HOME']+"/Projects" -COLOR_CODES = {"Aqua": "#81ffff", "Blue": "#017dea", "Blue 2": "#1090d5", "Green": "#29fd2d", "Grey": "#d3d3d3", - "Lavender": "#db98f5", "Light Blue": "#acd7f1", "Light Teal": "#29f1da","Lime": "#b7fc36", - "Magenta":"#fd28fd", "Orange": "#f2721c", "Peach":"#f1979a", "Red": "#c53b33", "Rose":"#fc178d", - "Slate blue":"#7f7ffa", "Violet": "#6435c9", "White": "#ffffff", "Yellow": "#fcfc4d"} - #standby mode GOODMORNING_START_TIME_SEC = 0 GOODEVENING_START_TIME_SEC = 43200