summaryrefslogtreecommitdiff
path: root/src/colors
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-08-22 10:48:01 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:05:44 +0200
commit602c3eb9327a3681f5a220e13b8291bb60643cd7 (patch)
tree08bbcad1460419af12c59ecf60d102af161bf57f /src/colors
parent193e7b32d5e3d356021a5bb8f777fec3bdc413e7 (diff)
Add tile rendering logic
Diffstat (limited to 'src/colors')
-rw-r--r--src/colors/index.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/colors/index.js b/src/colors/index.js
index aa7c0a5d..cc5b86fe 100644
--- a/src/colors/index.js
+++ b/src/colors/index.js
@@ -9,18 +9,15 @@ export const ROOM_HOVER_INVALID_COLOR = "rgba(255, 102, 0, 0.5)";
export const ROOM_NAME_COLOR = "rgba(245, 245, 245, 1)";
export const ROOM_TYPE_COLOR = "rgba(245, 245, 245, 1)";
+export const OBJECT_BORDER_COLOR = "rgba(0, 0, 0, 1)";
+
export const RACK_BACKGROUND_COLOR = "rgba(170, 170, 170, 1)";
-export const RACK_BORDER_COLOR = "rgba(0, 0, 0, 1)";
export const RACK_SPACE_BAR_BACKGROUND_COLOR = "rgba(222, 235, 247, 1)";
export const RACK_SPACE_BAR_FILL_COLOR = "rgba(91, 155, 213, 1)";
export const RACK_ENERGY_BAR_BACKGROUND_COLOR = "rgba(255, 242, 204, 1)";
export const RACK_ENERGY_BAR_FILL_COLOR = "rgba(255, 192, 0, 1)";
-
export const COOLING_ITEM_BACKGROUND_COLOR = "rgba(40, 50, 230, 1)";
-export const COOLING_ITEM_BORDER_COLOR = "rgba(0, 0, 0, 1)";
-
export const PSU_BACKGROUND_COLOR = "rgba(230, 50, 60, 1)";
-export const PSU_BORDER_COLOR = "rgba(0, 0, 0, 1)";
export const GRAYED_OUT_AREA_COLOR = "rgba(0, 0, 0, 0.6)";