diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-08 20:16:55 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:59 +0200 |
| commit | c9e70ec95f733caa253b362e154b47cd5a26cbfe (patch) | |
| tree | a4e221822909faaab66358ee066036c46a732178 /src/colors | |
| parent | 6296bb95ba93cb9111e19f06329b6c9b9aec57d5 (diff) | |
Display rack space and energy fill on overlay
Diffstat (limited to 'src/colors')
| -rw-r--r-- | src/colors/index.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/colors/index.js b/src/colors/index.js index 8af72285..1e84e162 100644 --- a/src/colors/index.js +++ b/src/colors/index.js @@ -14,10 +14,10 @@ export const TILE_PLUS_COLOR = "rgba(0, 0, 0, 1)"; export const OBJECT_BORDER_COLOR = "rgba(0, 0, 0, 1)"; export const RACK_BACKGROUND_COLOR = "rgba(170, 170, 170, 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 RACK_SPACE_BAR_BACKGROUND_COLOR = "rgba(222, 235, 247, 0.6)"; +export const RACK_SPACE_BAR_FILL_COLOR = "rgba(91, 155, 213, 0.7)"; +export const RACK_ENERGY_BAR_BACKGROUND_COLOR = "rgba(255, 242, 204, 0.6)"; +export const RACK_ENERGY_BAR_FILL_COLOR = "rgba(244, 215, 0, 0.7)"; export const COOLING_ITEM_BACKGROUND_COLOR = "rgba(40, 50, 230, 1)"; export const PSU_BACKGROUND_COLOR = "rgba(230, 50, 60, 1)"; |
