Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / composer / src / src / styles / _ColorGroups.scss
diff --git a/skyquake/plugins/composer/src/src/styles/_ColorGroups.scss b/skyquake/plugins/composer/src/src/styles/_ColorGroups.scss
new file mode 100644 (file)
index 0000000..b0ea3fb
--- /dev/null
@@ -0,0 +1,31 @@
+
+/**
+These colors are also defined in ColorGroups.js. Hint: ColorGroups.js has a convenience function to generate these variables
+so you can output to console and then copy and paste them here. It saves typing/copy/pasting across the two files.
+**/
+
+$nsd-primary-color: #6c71c4;
+$nsd-secondary-color: #6c71c4;
+
+$vld-primary-color: #073642;
+$vld-secondary-color: #073642;
+
+$internal-vld-primary-color: #073642;
+$internal-vld-secondary-color: #073642;
+
+$vdu-primary-color: #859900;
+$vdu-secondary-color: #859900;
+
+$vnfd-primary-color: #268bd2;
+$vnfd-secondary-color: #268bd2;
+
+$constituent-vnfd-primary-color: #268bd2;
+$constituent-vnfd-secondary-color: #268bd2;
+
+$vnffgd-primary-color: #2aa198;
+$vnffgd-secondary-color: #2aa198;
+
+$common-primary-color: black;
+$common-secondary-color: white;
+$common-background-color: white;
+$common-foreground-color: black;
\ No newline at end of file