summaryrefslogtreecommitdiff
path: root/src/colors/index.js
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-04 09:10:46 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:05:57 +0200
commit6f3afd0317a8e549f77ad6764f6dbe4d4953b67c (patch)
tree767379e013d56b87ac814327f6fc4d789c23947e /src/colors/index.js
parentf4389bd0df1669969339b8b43b61fb78e7c1be25 (diff)
Add plus icon component
Diffstat (limited to 'src/colors/index.js')
-rw-r--r--src/colors/index.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/colors/index.js b/src/colors/index.js
index 22ce9feb..8af72285 100644
--- a/src/colors/index.js
+++ b/src/colors/index.js
@@ -4,11 +4,13 @@ export const WALL_COLOR = "rgba(0, 0, 0, 1)";
export const ROOM_DEFAULT_COLOR = "rgba(150, 150, 150, 1)";
export const ROOM_IN_CONSTRUCTION_COLOR = "rgba(51, 153, 255, 1)";
-export const ROOM_HOVER_VALID_COLOR = "rgba(51, 153, 255, 0.5)";
-export const ROOM_HOVER_INVALID_COLOR = "rgba(255, 102, 0, 0.5)";
+export const ROOM_HOVER_VALID_COLOR = "rgba(51, 153, 255, 1)";
+export const ROOM_HOVER_INVALID_COLOR = "rgba(255, 102, 0, 1)";
export const ROOM_NAME_COLOR = "rgba(245, 245, 245, 1)";
export const ROOM_TYPE_COLOR = "rgba(245, 245, 245, 1)";
+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)";