diff --git a/res/color/drop_target_text.xml b/res/color/drop_target_text.xml
new file mode 100644
index 0000000000..18d78e7b50
--- /dev/null
+++ b/res/color/drop_target_text.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/drawable/drop_target_frame.xml b/res/drawable/drop_target_frame.xml
index fa6dafd4fc..666a96e940 100644
--- a/res/drawable/drop_target_frame.xml
+++ b/res/drawable/drop_target_frame.xml
@@ -18,5 +18,5 @@
android:shape="rectangle">
-
+
\ No newline at end of file
diff --git a/res/drawable/drop_target_frame_hover.xml b/res/drawable/drop_target_frame_hover.xml
index 7d0e919331..ddf3a4d799 100644
--- a/res/drawable/drop_target_frame_hover.xml
+++ b/res/drawable/drop_target_frame_hover.xml
@@ -16,6 +16,6 @@
-->
-
+
\ No newline at end of file
diff --git a/res/drawable/widget_resize_frame.xml b/res/drawable/widget_resize_frame.xml
index d157f5da40..9426de4788 100644
--- a/res/drawable/widget_resize_frame.xml
+++ b/res/drawable/widget_resize_frame.xml
@@ -18,5 +18,5 @@
android:shape="rectangle">
-
+
\ No newline at end of file
diff --git a/res/layout/app_widget_resize_frame.xml b/res/layout/app_widget_resize_frame.xml
index 249e42ce86..ff07a91566 100644
--- a/res/layout/app_widget_resize_frame.xml
+++ b/res/layout/app_widget_resize_frame.xml
@@ -41,7 +41,7 @@
android:layout_gravity="left|center_vertical"
android:layout_marginLeft="@dimen/widget_handle_margin"
android:src="@drawable/ic_widget_resize_handle"
- android:tint="?android:attr/colorAccent" />
+ android:tint="?attr/workspaceAccentColor" />
+ android:tint="?attr/workspaceAccentColor" />
+ android:tint="?attr/workspaceAccentColor" />
+ android:tint="?attr/workspaceAccentColor" />
@android:color/system_accent2_50
-
@android:color/system_accent1_600
@android:color/system_neutral1_100
@android:color/system_neutral1_50
@@ -53,4 +52,6 @@
@android:color/system_accent1_600
@android:color/system_neutral2_600
+ @android:color/system_accent2_700
+ @android:color/system_accent1_50
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 1fadc881c2..ed1db30155 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -46,7 +46,8 @@
-
+
+
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 01f5364459..76e821d72a 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -73,4 +73,7 @@
?android:attr/colorAccent
#0D878787
+
+ #ff254e47
+ #ff9cfff2
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 32df25a9e5..1536ec1bf8 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -57,7 +57,8 @@
- #FF212121
- ?android:attr/colorAccent
- .54
- - ?android:attr/colorAccent
+ - @color/workspace_accent_color_light
+ - @color/workspace_text_color_light
- @color/overview_scrim
- false
@@ -71,6 +72,8 @@
@@ -250,7 +253,7 @@