Skip to content

Commit bc30681

Browse files
authored
Merge pull request #139 from devinmatte/develop
Added 6 new Colors
2 parents 487f849 + 01750d2 commit bc30681

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

assets/src/modules/sm/App/controllers/AppController.js

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -624,16 +624,24 @@ angular.module('sm').controller("AppController", function($scope, localStorage,
624624
label: "Location, Number, Professor"
625625
}]
626626
},
627-
colors:
628-
["#7BA270",
629-
"#85B4C2",
630-
"#CD9161",
631-
"#74B79F",
632-
"#AA9E5B",
633-
"#769E9F",
634-
"#9D987A",
635-
"#658B76",
636-
"#92838F",
637-
"#A9ABC3"]
627+
colors:
628+
[
629+
"#7BA270",
630+
"#85B4C2",
631+
"#CD9161",
632+
"#74B79F",
633+
"#AA9E5B",
634+
"#769E9F",
635+
"#9D987A",
636+
"#658B76",
637+
"#92838F",
638+
"#A9ABC3",
639+
"#7C7FA4",
640+
"#CD6167",
641+
"#61CDC7",
642+
"#61CD91",
643+
"#9DCD61",
644+
"#619DCD"
645+
]
638646
};
639647
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schedulemaker",
3-
"version": "3.0.28",
3+
"version": "3.0.29",
44
"private": true,
55
"description": "A course database lookup tool and schedule building web application for use at Rochester Institute of Technology.",
66
"main": "index.php",

0 commit comments

Comments
 (0)